:root{--primary: #1e3a8a;--secondary: #ff7a00;--bg-light: #f7f9fc;--text-dark: #111827;--light-blue: #eaf1ff;--border-color: #e5e7eb;--heading-font: "Raleway", sans-serif;--body-font: "Poppins", sans-serif;--container-width: 1440px}*{margin:0;padding:0;box-sizing:border-box}body{background:#fff;color:var(--text-dark);font-family:var(--body-font);overflow-x:hidden}.page-width{max-width:var(--container-width);padding-left:40px!important;padding-right:40px!important}img{max-width:100%;display:block}@media screen and (max-width:768px){.page-width{padding-left:20px!important;padding-right:20px!important}}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);color:var(--text-dark)}body,p,span,a,li,button{font-family:var(--body-font)}.announcement-bar{background:var(--primary);border:none}.announcement-bar__message{color:#fff!important;font-size:12px;font-weight:600;letter-spacing:.5px;min-height:40px}.button{position:relative;min-height:56px;padding:0 34px;border-radius:14px!important;font-size:15px;font-weight:700;letter-spacing:.3px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important}.button--primary{background:linear-gradient(135deg,#1e3a8a,#2447b5)!important;color:#fff!important;border:none!important;box-shadow:0 10px 30px #1e3a8a38}.button--primary:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1e3a8a4d}.button--secondary{background:#ffffffbf!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(30,58,138,.18)!important;color:var(--primary)!important;box-shadow:0 10px 25px #0000000a}.button--secondary:hover{transform:translateY(-4px);border-color:var(--primary)!important;box-shadow:0 14px 35px #1e3a8a1f;background:#fff!important}@media screen and (max-width:768px){.button{width:100%}.custom-hero__buttons{width:100%;flex-direction:column}}.custom-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f7f9fc 55%,#eaf1ff)}.custom-hero__wrapper{min-height:720px;display:flex;align-items:center;justify-content:space-between;gap:60px}.custom-hero__content{max-width:560px}.custom-hero__subheading{color:var(--secondary);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px}.custom-hero__title{font-size:68px;line-height:1.05;font-weight:800;margin-bottom:24px}.custom-hero__desc{font-size:17px;line-height:1.7;color:#4b5563;margin-bottom:34px}.custom-hero__buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.custom-hero__image{width:100%;max-width:620px;height:620px;display:flex;align-items:center;justify-content:center}.hero-main-image{width:100%;max-width:620px;max-height:620px;object-fit:contain;display:block;filter:drop-shadow(0 25px 40px rgba(0,0,0,.08))}@media screen and (max-width:990px){.custom-hero__wrapper{min-height:auto;flex-direction:column;text-align:center;padding:80px 0;gap:50px}.custom-hero__content{max-width:100%}.custom-hero__title{font-size:42px}.custom-hero__desc{font-size:15px}.custom-hero__buttons{justify-content:center}.custom-hero__image{max-width:90%;height:420px}.hero-main-image{max-height:420px}}.utility-bar{background:var(--primary)}.utility-bar .page-width{max-width:100%!important;padding-left:0!important;padding-right:0!important}.announcement-bar{background:var(--primary)}.announcement-bar__message{color:#fff!important;min-height:40px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;letter-spacing:.5px}.trust-badges{background:var(--primary);padding:22px 0}.trust-badges__wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.trust-badge{display:flex;align-items:center;gap:14px;color:#fff}.trust-badge__icon{width:42px;height:42px;flex-shrink:0}.trust-badge__icon img{width:100%;height:100%;object-fit:contain}.trust-badge__content h3{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px;text-transform:uppercase}.trust-badge__content p{font-size:12px;line-height:1.4;color:#ffffffbf}@media screen and (max-width:990px){.trust-badges__wrapper{grid-template-columns:1fr 1fr;gap:24px}}@media screen and (max-width:640px){.trust-badges{padding:18px 0}.trust-badges__wrapper{grid-template-columns:1fr}.trust-badge{justify-content:center;text-align:center;flex-direction:column}}.category-showcase{position:relative;padding:100px 0;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}.category-showcase:before{content:"";position:absolute;top:-180px;left:-180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(30,58,138,.06),transparent 70%)}.category-showcase:after{content:"";position:absolute;right:-180px;bottom:-180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,0,.06),transparent 70%)}.category-grid{padding-top:20px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.category-card{display:flex;flex-direction:column;background:#fff;border-radius:22px;overflow:hidden;border:1px solid #eef2f7;text-decoration:none;box-shadow:0 10px 30px #0000000a;min-height:100%}.category-card__image{width:100%;height:240px;background:linear-gradient(180deg,#fff,#f5f8ff);display:flex;align-items:center;justify-content:center;padding:0}.category-card__image img{width:100%;height:100%;object-fit:contain;padding:18px}.category-card__content{padding:22px}.category-card__content h3{font-size:18px;font-weight:800;line-height:1.2;margin-bottom:10px;color:var(--text-dark)}.category-card__content p{font-size:13px;line-height:1.6;color:#6b7280;margin-bottom:20px}.category-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:10px;background:#fff;border:1px solid #d9e2f0;color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.4px}@media screen and (max-width:1200px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.category-showcase{padding:80px 0}.section-header{flex-direction:column;align-items:flex-start;gap:18px}.section-header h2{font-size:34px}.category-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.category-grid{grid-template-columns:1fr}.category-card__image{height:220px}}.benefits-banner{padding:40px 0 100px}.benefits-banner__wrapper{display:grid;grid-template-columns:1.1fr 1fr .9fr;background:linear-gradient(135deg,#fff,#afd0fb);border-radius:28px;overflow:hidden;border:1px solid #eef2f7;box-shadow:0 15px 40px #0000000a}.benefits-banner__image{position:relative;min-height:100%}.benefits-banner__image img{width:100%;height:100%;object-fit:cover}.benefits-banner__content{padding:55px 40px;display:flex;flex-direction:column;justify-content:center}.benefits-banner__subheading{color:var(--secondary);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.benefits-banner__content h2{font-size:46px;font-weight:800;line-height:1.1;margin-bottom:20px}.benefits-banner__desc{font-size:15px;line-height:1.8;color:#6b7280;margin-bottom:28px}.benefits-banner__button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:46px;padding:0 24px;border-radius:12px;background:linear-gradient(135deg,#1e3a8a,#2447b5);color:#fff;font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 10px 24px #1e3a8a2e}.benefits-banner__features{padding:55px 40px;display:flex;flex-direction:column;justify-content:center;gap:28px}.benefit-item{display:flex;align-items:flex-start;gap:16px}.benefit-item__icon{width:42px;height:42px;flex-shrink:0}.benefit-item__icon img{width:100%;height:100%;object-fit:contain}.benefit-item__content h3{font-size:14px;font-weight:800;line-height:1.3;margin-bottom:6px;text-transform:uppercase}.benefit-item__content p{font-size:13px;line-height:1.6;color:#6b7280}@media screen and (max-width:1200px){.benefits-banner__wrapper{grid-template-columns:1fr}.benefits-banner__image{height:500px}}@media screen and (max-width:768px){.benefits-banner{padding:20px 0 80px}.benefits-banner__content,.benefits-banner__features{padding:40px 24px}.benefits-banner__content h2{font-size:34px}.benefits-banner__image{height:380px}}.best-sellers{padding:100px 0;background:#fff}.best-sellers__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.best-sellers__header h2{font-size:36px;font-weight:800;line-height:1.1;color:#111827}.best-sellers__header a{color:#1e3a8a;font-size:14px;font-weight:700;text-decoration:none}.best-sellers__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.best-product-card{background:#fff;border:1px solid #eef2f7;border-radius:22px;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease;box-shadow:0 10px 30px #0000000a}.best-product-card:hover{border-color:#1e3a8a26;box-shadow:0 20px 45px #1e3a8a14}.best-product-card__image{width:100%;height:250px;background:linear-gradient(180deg,#fff,#f7faff);display:flex;align-items:center;justify-content:center;padding:24px}.best-product-card__image img{width:100%;max-width:170px;height:auto;object-fit:contain}.best-product-card__content{padding:22px}.best-product-card__content h3{margin-bottom:12px}.best-product-card__content h3 a{color:#111827;font-size:16px;font-weight:700;line-height:1.5;text-decoration:none}.best-product-card__rating{color:#ffb800;font-size:14px;letter-spacing:2px;margin-bottom:14px}.best-product-card__price{display:flex;align-items:center;gap:10px;margin-bottom:22px}.compare-price{color:#9ca3af;font-size:14px;text-decoration:line-through}.sale-price{color:#111827;font-size:18px;font-weight:800}.best-product-card form button{width:100%;height:46px;border:none;border-radius:12px;background:linear-gradient(135deg,#1e3a8a,#2447b5);color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 24px #1e3a8a2e}.best-product-card form button:hover{transform:translateY(-2px);box-shadow:0 18px 36px #1e3a8a40}@media screen and (max-width:1200px){.best-sellers__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.best-sellers{padding:80px 0}.best-sellers__header h2{font-size:30px}.best-sellers__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.best-sellers__grid{grid-template-columns:1fr}}.community-reels{position:relative;overflow:hidden;padding:90px 0;background:linear-gradient(135deg,#0b2e8a,#24499f)}.community-reels .page-width{display:grid;grid-template-columns:520px 1fr;align-items:center;gap:50px}.community-reels__header{position:sticky;top:90px}.community-reels__subheading{color:#ffffffb3;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.community-reels__header h2{color:#fff;font-size:72px;font-weight:800;line-height:1.05;margin-bottom:18px}.community-reels__header span{color:#ffffffbf;font-size:15px;line-height:1.7}.community-reels__slider{display:flex;align-items:center;gap:22px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px;scroll-snap-type:x mandatory}.community-reels__slider::-webkit-scrollbar{display:none}.community-reel-card{position:relative;min-width:250px;width:250px;height:460px;flex-shrink:0;border-radius:28px;overflow:hidden;scroll-snap-align:start;transition:transform .35s ease}.community-reel-card:hover{transform:translateY(-8px)}.community-reel-video{width:100%;height:100%;object-fit:cover;display:block}.community-reel-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#0000002e);pointer-events:none}@media screen and (max-width:1100px){.community-reels .page-width{grid-template-columns:1fr;gap:40px}.community-reels__header{position:relative;top:unset}}@media screen and (max-width:768px){.community-reels{padding:80px 0}.community-reels__header h2{font-size:38px}.community-reel-card{min-width:220px;width:220px;height:400px}}@media screen and (max-width:540px){.community-reel-card{min-width:190px;width:190px;height:340px}.community-reels__header h2{font-size:32px}}.community-reels__arrow{margin-top:10px}.community-reels__arrow img{width:240px;display:block;opacity:.95}.community-reel-card{position:relative}.premium-testimonials{padding:110px 0;background:linear-gradient(180deg,#f8faff,#fff)}.premium-testimonials__header{text-align:center;margin-bottom:60px}.premium-testimonials__header p{color:#1e3a8a;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.premium-testimonials__header h2{color:#111827;font-size:48px;font-weight:800;line-height:1.1}.premium-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.testimonial-card{position:relative;padding:34px;border-radius:28px;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 50px #1118270f;overflow:hidden}.testimonial-card__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.testimonial-card__user{display:flex;align-items:center;gap:14px}.testimonial-card__user img{width:62px;height:62px;border-radius:50%;object-fit:cover}.testimonial-card__user h3{color:#111827;font-size:18px;font-weight:700;margin-bottom:4px}.testimonial-card__user span{color:#6b7280;font-size:13px}.testimonial-card__rating{color:#ffb800;font-size:15px;letter-spacing:2px;flex-shrink:0}.testimonial-card__content{color:#374151;font-size:16px;line-height:1.9}@media screen and (max-width:1100px){.premium-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.premium-testimonials{padding:80px 0}.premium-testimonials__header h2{font-size:36px}.premium-testimonials__grid{grid-template-columns:1fr}.testimonial-card{padding:28px}}.sculptor-footer{padding-top:90px;background:#fff;border-top:1px solid #eef2f7}.sculptor-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr 1fr;gap:50px;padding-bottom:60px}.sculptor-footer__brand img{width:100%;max-width:180px;margin-bottom:22px}.sculptor-footer__brand span{font-size:26px;font-weight:800;color:#111827}.sculptor-footer__brand p{color:#6b7280;font-size:14px;line-height:1.8;max-width:260px;margin:18px 0 26px}.sculptor-footer__socials{display:flex;align-items:center;gap:10px}.sculptor-footer__socials a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f7f9fc;color:#111827;transition:background .3s ease,transform .3s ease}.sculptor-footer__socials a:hover{background:#1e3a8a;color:#fff;transform:translateY(-3px)}.sculptor-footer__socials svg{width:18px;height:18px}.sculptor-footer__menu h3,.sculptor-footer__newsletter h3{color:#111827;font-size:14px;font-weight:800;letter-spacing:.5px;margin-bottom:22px}.sculptor-footer__menu ul{list-style:none;padding:0;margin:0}.sculptor-footer__menu li{margin-bottom:14px}.sculptor-footer__menu a{color:#6b7280;font-size:14px;text-decoration:none;transition:color .3s ease}.sculptor-footer__menu a:hover{color:#1e3a8a}.sculptor-footer__newsletter p{color:#6b7280;font-size:14px;line-height:1.8;margin-bottom:24px}.sculptor-footer__newsletter form{position:relative}.sculptor-footer__newsletter input{width:100%;height:54px;border:1px solid #e5e7eb;border-radius:14px;padding:0 60px 0 18px;font-size:14px;outline:none}.sculptor-footer__newsletter button{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:10px;background:#1e3a8a;color:#fff;font-size:18px;cursor:pointer}.sculptor-footer__bottom{padding:24px 0;border-top:1px solid #eef2f7;text-align:center}.sculptor-footer__bottom p{color:#9ca3af;font-size:13px}@media screen and (max-width:1200px){.sculptor-footer__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.sculptor-footer{padding-top:70px}.sculptor-footer__grid{grid-template-columns:1fr;gap:40px}.sculptor-footer__bottom{text-align:left}}.custom-product{padding:70px 0}.custom-product__wrapper{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.custom-product__gallery{display:flex;gap:24px}.custom-product__thumbs{display:flex;flex-direction:column;gap:16px}.custom-product__thumb{width:88px;height:88px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer}.custom-product__thumb img{width:100%;height:100%;object-fit:cover}.custom-product__main-image{flex:1;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7faff);min-height:650px;display:flex;align-items:center;justify-content:center}.main-product-image{width:100%;max-width:540px;object-fit:contain}.custom-product__badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff2e7;color:#ff7a00;font-size:11px;font-weight:700;margin-bottom:18px}.custom-product__content h1{font-size:54px;line-height:1.05;margin-bottom:18px}.custom-product__rating{display:flex;align-items:center;gap:10px;margin-bottom:18px}.custom-product__rating span{color:#ffb800}.custom-product__price{font-size:42px;font-weight:800;color:#1e3a8a;margin-bottom:22px}.custom-product__desc{color:#4b5563;line-height:1.9;margin-bottom:34px}.custom-product__benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding:34px 0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;margin-bottom:34px}.custom-product__benefits span{font-weight:700}.custom-product__benefits p{color:#6b7280;font-size:14px}.custom-product__option{margin-bottom:28px}.custom-product__option h4{margin-bottom:14px}.custom-product__option-values{display:flex;flex-wrap:wrap;gap:12px}.custom-product__option-values button{height:48px;padding:0 22px;border:1px solid #d1d5db;border-radius:12px;background:#fff;cursor:pointer;font-weight:600}.custom-product__buybox{display:flex;gap:18px;margin-top:40px}.custom-product__qty{width:150px;height:58px;border:1px solid #d1d5db;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.custom-product__qty input{width:40px;border:none;text-align:center;background:transparent}.custom-product__buybox form{flex:1}.custom-product__buybox form button{width:100%;height:58px;border:none;border-radius:14px;background:linear-gradient(135deg,#ff7a00,#ff9a3d);color:#fff;font-weight:700;cursor:pointer}@media screen and (max-width:990px){.custom-product__wrapper{grid-template-columns:1fr}.custom-product__content h1{font-size:40px}.custom-product__main-image{min-height:450px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/custom.css.map */
