@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&display=swap');

:root{--sj-green:#087d62;--sj-green-light:#15936e;--sj-black:#050505;--sj-ink:#11131a;--sj-muted:#6e737c;--sj-line:#e8e8e8;--sj-yellow:#f3c51d;--sj-shell:1300px}
html,body{overflow-x:hidden}
body{font-family:"Heebo",Arial,sans-serif;color:var(--sj-ink);background:#fff}
.sj-shell{width:min(var(--sj-shell),calc(100% - 48px));margin-inline:auto}
a{text-decoration:none}
.sj-site-header{position:relative;z-index:1030;background:#fff}
.sj-header-main{height:92px;background:var(--sj-black);color:#fff}
.sj-header-inner{height:100%;display:flex;align-items:center;gap:46px}
.sj-wordmark{display:inline-flex;align-items:center;white-space:nowrap;color:#fff!important;font-size:30px;font-weight:700;letter-spacing:-1.5px;line-height:1}
.sj-wordmark span{color:#009b78}
.sj-wordmark-dark{color:#111!important}
.sj-desktop-nav{align-items:center;justify-content:center;gap:28px;flex:1;height:100%}
.sj-desktop-nav a{position:relative;display:flex;align-items:center;height:100%;color:#fff;font-size:13px;font-weight:700;white-space:nowrap}
.sj-desktop-nav a:hover,.sj-desktop-nav a.is-active{color:#00a782}
.sj-desktop-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;background:#00a782}
.sj-header-actions{display:flex;align-items:center;gap:8px}
.sj-icon-button{position:relative;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff!important;font-size:20px;padding:0}
.sj-icon-button:hover{color:#00a782!important}
.sj-icon-button .cart-badge-quantity:not(:empty){position:absolute;right:-1px;top:-1px;min-width:17px;height:17px;border-radius:50%;background:#00a782;color:#fff;font-size:10px;line-height:17px;text-align:center}
.sj-trust-bar{background:var(--sj-green-light);color:#fff}
.sj-trust-grid{min-height:44px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center}
.sj-trust-grid span{font-size:13px;font-weight:700;white-space:nowrap}
.sj-trust-grid i{margin-right:8px;font-size:15px}
.sj-mobile-search,.sj-modal-search{display:flex;border:1px solid #d9d9d9}
.sj-mobile-search input,.sj-modal-search input{min-width:0;flex:1;height:48px;border:0;padding:0 14px;outline:0}
.sj-mobile-search button,.sj-modal-search button{border:0;background:var(--sj-green);color:#fff;padding:0 18px;font-weight:700}
.sj-mobile-nav{display:flex;flex-direction:column;margin-top:22px;border-top:1px solid #eee}
.sj-mobile-nav a{display:flex;justify-content:space-between;padding:15px 2px;color:#111;font-weight:700;border-bottom:1px solid #eee}
.sj-mobile-whatsapp{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:26px;padding:14px;background:var(--sj-green);color:#fff!important;font-weight:700}
.sj-search-modal{border:0;border-radius:0;padding:16px}

.sj-home{background:#fff;padding-top:38px}
.sj-hero{line-height:0}
.sj-hero img{display:block;width:100%;aspect-ratio:2560/1429;object-fit:cover}
.sj-nations{padding-top:54px;padding-bottom:58px}
.sj-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}
.sj-section-heading h2{position:relative;margin:0;padding-left:17px;color:#0c1731;font-size:20px;font-weight:800;letter-spacing:-.2px}
.sj-section-heading h2:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:4px;border-radius:3px;background:var(--sj-yellow)}
.sj-section-heading>a{color:#313c58;font-size:13px;font-weight:600}
.sj-nation-scroll{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.sj-nation{text-align:center;color:#121a2c!important;font-size:12px}
.sj-nation>span{display:block;position:relative;width:78px;height:78px;margin:0 auto 9px;border:3px solid #8f802b;border-radius:50%;overflow:hidden;background:#fff}
.sj-nation img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.sj-nation:hover img{transform:scale(1.08)}
.sj-nation b{font-weight:700}
.sj-promise-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:52px}
.sj-promise-row div{min-height:62px;display:flex;align-items:center;justify-content:center;background:#050505;color:#fff;text-align:center;font-size:15px;font-weight:600;line-height:1.25}

.sj-products-section{padding:12px 0 30px}
.sj-product-heading{margin-bottom:2px}
.sj-home-products .module-item{margin:0!important}
.sj-home-products .module-info{margin-bottom:54px!important}
.sj-home-products .module-title{display:none!important}
.sj-home-products .container-fluid{width:min(var(--sj-shell),calc(100% - 48px));padding:0;margin:auto}
.sj-home-products .row{--bs-gutter-x:22px;--bs-gutter-y:34px}
.product-wrap{height:100%;background:#fff;transition:transform .2s ease}
.product-wrap:hover{transform:translateY(-3px)}
.product-wrap .image{position:relative;background:#f5f5f5;overflow:hidden}
.product-wrap .image-old{aspect-ratio:1/1;background:#f5f5f5}
.product-wrap .image img{width:100%;height:100%;object-fit:cover}
.product-wrap .image .img-hover{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}
.product-wrap:hover .image .img-hover{opacity:1}
.product-bottom-info{padding:14px 1px 0}
.product-bottom-info .product-category{display:block;margin-bottom:5px;color:var(--sj-green);font-size:11px;font-weight:700;text-transform:uppercase}
.product-bottom-info .product-name{min-height:44px;color:#10131a;font-size:15px;font-weight:600;line-height:1.45}
.product-bottom-info .product-price{display:flex;align-items:center;gap:9px;margin-top:8px;color:#10131a;font-size:16px;font-weight:700}
.product-bottom-info .price-old{text-decoration:line-through;color:#94989f;font-size:13px;font-weight:400}

.sj-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:18px;padding-bottom:70px}
.sj-feature-grid>a{color:#111!important}
.sj-feature-grid img{display:block;width:100%;aspect-ratio:640/467;object-fit:cover}
.sj-feature-grid h2{margin:18px 0 7px;font-size:25px;font-weight:800}
.sj-feature-grid p{margin:0;color:#666;line-height:1.65}
.sj-league-section{padding:72px 0;background:#f4f4f2}
.sj-centered-heading{display:block;text-align:center;margin-bottom:34px}
.sj-centered-heading h2{display:inline-block;padding:0;font-size:30px}
.sj-centered-heading h2:before{display:none}
.sj-centered-heading span{display:block;margin-top:6px;color:var(--sj-green);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.4px}
.sj-league-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sj-league-grid a{position:relative;min-height:132px;padding:24px;background:#050505;color:#fff!important;overflow:hidden}
.sj-league-grid a:after{content:"";position:absolute;width:100px;height:100px;right:-24px;top:-26px;border:20px solid rgba(0,156,120,.35);border-radius:50%}
.sj-league-grid small{display:block;color:#00a782;font-size:10px;font-weight:700;letter-spacing:1.5px}
.sj-league-grid b{display:block;margin-top:14px;font-size:22px;font-weight:700}
.sj-league-grid span{position:absolute;right:22px;bottom:18px;font-size:20px}
.sj-contact-banner{margin-top:68px;margin-bottom:70px;padding:36px 42px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:2px solid var(--sj-green);background:#f2fbf8}
.sj-contact-banner small{color:var(--sj-green);font-weight:800;letter-spacing:1.5px}
.sj-contact-banner h2{margin:7px 0 5px;font-size:27px;font-weight:700}
.sj-contact-banner p{margin:0;color:#65716d}
.sj-contact-banner>a{flex:0 0 auto;padding:16px 24px;background:var(--sj-green);color:#fff!important;font-weight:700}

.sj-footer{background:#080808;color:#bbb}
.sj-footer-newsletter{padding:36px 0;background:var(--sj-green);color:#fff}
.sj-footer-newsletter .sj-shell{display:flex;align-items:center;justify-content:space-between;gap:32px}
.sj-footer-newsletter small{font-weight:800;letter-spacing:1.5px}
.sj-footer-newsletter h2{margin:6px 0 0;color:#fff;font-size:27px;font-weight:700}
.sj-footer-newsletter a{padding:14px 22px;border:2px solid #fff;color:#fff!important;font-weight:700}
.sj-footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:44px;padding-top:58px;padding-bottom:52px}
.sj-footer-brand p{max-width:280px;margin:22px 0 0;line-height:1.7;color:#929292}
.sj-footer-links h3{margin:3px 0 20px;color:#fff;font-size:13px;font-weight:800;letter-spacing:1px}
.sj-footer-links ul{list-style:none;margin:0;padding:0}
.sj-footer-links li{margin:0 0 12px;font-size:13px;line-height:1.5;color:#888}
.sj-footer-links a{color:#aaa!important}
.sj-footer-links a:hover{color:#00a782!important}
.sj-footer-bottom{border-top:1px solid #242424}
.sj-footer-bottom .sj-shell{min-height:66px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#777}
.lk-whatsapp-float{position:fixed!important;right:22px!important;bottom:22px!important;z-index:1040!important;display:flex!important;align-items:center!important;gap:10px!important;min-width:172px!important;padding:11px 16px!important;background:#0b9f75!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:3px!important;box-shadow:0 10px 30px rgba(0,0,0,.24)!important;line-height:1.1!important;transition:transform .2s ease,background .2s ease!important}.lk-whatsapp-float:hover{transform:translateY(-3px);background:#07845f!important}.lk-whatsapp-icon{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#fff!important;color:#0b9f75!important;font-size:18px!important}.lk-whatsapp-float>span:last-child{display:grid!important;gap:3px!important}.lk-whatsapp-float b{color:#fff!important;font-size:13px!important;font-weight:700!important}.lk-whatsapp-float small{color:rgba(255,255,255,.78)!important;font-size:10px!important}

body:not(.sj-page-home) .container-fluid{max-width:var(--sj-shell)}
body:not(.sj-page-home) main,body:not(.sj-page-home) .page-category,body:not(.sj-page-home) .page-product{padding-top:34px}
.page-category .category-info .title,.page-product h1{font-family:"Heebo",Arial,sans-serif;font-weight:800!important}
.page-category .product-grid{margin-bottom:24px}
.breadcrumb{font-size:12px}

@media(max-width:1199px){
  .sj-header-inner{gap:24px}.sj-desktop-nav{gap:18px}.sj-desktop-nav a{font-size:12px}.sj-nation-scroll{grid-template-columns:repeat(8,1fr)}.sj-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}
}
@media(max-width:991.98px){
  .sj-shell{width:min(100% - 32px,var(--sj-shell))}.sj-header-main{height:72px}.sj-header-inner{justify-content:space-between;gap:12px}.sj-mobile-menu-button{order:3}.sj-wordmark{font-size:27px}.sj-header-actions{margin-left:auto}.sj-trust-grid{grid-template-columns:repeat(2,1fr);padding:8px 0;gap:6px}.sj-trust-grid span{font-size:11px}.sj-home{padding-top:0}.sj-hero{width:100%}.sj-nations{width:100%;padding:48px 30px}.sj-nation-scroll{display:flex;overflow-x:auto;gap:28px;padding-bottom:8px;scrollbar-width:none}.sj-nation-scroll::-webkit-scrollbar{display:none}.sj-nation{flex:0 0 76px}.sj-promise-row{width:calc(100% - 32px)}.sj-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767.98px){
  .sj-wordmark{font-size:25px}.sj-icon-button{width:34px}.sj-header-actions{gap:1px}.sj-trust-grid{min-height:76px}.sj-trust-grid span{font-size:10px}.sj-trust-grid i{margin-right:4px}.sj-hero img{aspect-ratio:16/9}.sj-nations{padding:50px 24px 105px}.sj-section-heading{margin-bottom:25px}.sj-section-heading h2{font-size:19px}.sj-nation>span{width:68px;height:68px}.sj-promise-row{gap:10px;margin-bottom:42px}.sj-promise-row div{min-height:100px;font-size:16px;padding:8px}.sj-products-section{padding-top:0}.sj-product-heading{width:calc(100% - 32px)}.sj-home-products .container-fluid{width:calc(100% - 30px)}.sj-home-products .row{--bs-gutter-x:12px;--bs-gutter-y:28px}.product-bottom-info .product-name{font-size:13px;min-height:42px}.product-bottom-info .product-price{font-size:14px}.sj-feature-grid{grid-template-columns:1fr;padding-bottom:50px}.sj-feature-grid h2{font-size:23px}.sj-league-section{padding:54px 0}.sj-league-grid{grid-template-columns:repeat(2,1fr)}.sj-league-grid a{min-height:112px;padding:18px}.sj-league-grid b{font-size:17px}.sj-contact-banner{margin:42px 16px 50px;width:auto;padding:28px 22px;display:block}.sj-contact-banner h2{font-size:23px}.sj-contact-banner>a{display:block;margin-top:22px;text-align:center}.sj-footer-newsletter .sj-shell{display:block}.sj-footer-newsletter h2{font-size:22px}.sj-footer-newsletter a{display:inline-block;margin-top:20px}.sj-footer-grid{grid-template-columns:1fr;padding-top:44px;padding-bottom:38px;gap:28px}.sj-footer-bottom .sj-shell{display:block;padding:20px 0}.sj-footer-bottom span{display:block;margin:4px 0}.lk-whatsapp-float{right:14px!important;bottom:14px!important;min-width:54px!important;width:54px!important;height:54px!important;padding:0!important;justify-content:center!important;border-radius:50%!important}.lk-whatsapp-float>span:last-child{display:none!important}.lk-whatsapp-icon{width:34px!important;height:34px!important;font-size:21px!important}
}
@media(max-width:420px){.sj-shell{width:calc(100% - 24px)}.sj-wordmark{font-size:23px}.sj-trust-grid span{font-size:9px}.sj-nations{padding-left:22px;padding-right:22px}.sj-promise-row{width:calc(100% - 20px)}.sj-promise-row div{font-size:14px}.sj-league-grid{grid-template-columns:1fr 1fr}}
