.product-grid{display:flex;flex-direction:row;font-size:16px;gap:1rem;justify-content:space-between;margin-bottom:16px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;&.is-large{font-size:1.2rem;h2{font-weight:600}}}.product-grid article{border:1px solid #333;border-radius:.5em;flex:1 auto;min-width:280px;scroll-snap-align:start;width:30%;@media (hover:hover){&:hover{border-color:var(--color-yellow)}}@media screen and (max-width:768px){min-width:300px}}.product-grid a{display:flex;flex-direction:column;height:100%;padding:1.5em;@media screen and (max-width:768px){padding-bottom:1em;padding-left:1em;padding-right:1em;padding-top:1em}}.product-grid:not(:has(a)) article{padding:1.5em}.product-grid aside{margin-bottom:1em}.product-grid h2{color:var(--color-yellow);font-size:1.5em;margin-bottom:.5rem}.product-grid h3{font-size:.8em;margin-bottom:1.5em}.product-grid ul{margin-bottom:1.5em;padding:0}.product-grid li{font-size:.9em;padding:.2em 0}.product-grid .button{display:flex;margin-inline:auto;margin-top:auto;@media screen and (max-width:768px){font-size:14px}}.products-grid{display:grid;gap:var(--side-space);margin-top:20px;--translateY:100px;--headerHeight:100px;grid-template-rows:repeat(4,1fr);padding-bottom:calc(var(--translateY)*4)}.product-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#000;border:1px solid var(--color-yellow);border-radius:15px;display:grid;gap:16px;grid-template-columns:1fr 1fr;height:100%;overflow:hidden;padding:24px;position:relative;@media screen and (max-width:768px){gap:4px;padding-bottom:16px;padding-left:16px;padding-right:16px;padding-top:16px}}.product-card.is-single{grid-template-columns:1fr;.product-card__features{width:auto}}.product-card__right{align-items:center;display:flex;justify-content:center;@media screen and (max-width:768px){padding-left:16px}svg{height:auto;object-fit:cover;width:100%}}.product-card__animation{@media screen and (max-width:480px){position:absolute;right:4%;top:4%;width:25%}}.product-card__info{margin-bottom:24px;@media screen and (max-width:768px){margin-bottom:16px}}.product-card__title{background:var(--green-gradient);-webkit-background-clip:text;font-size:32px;font-weight:200;-webkit-text-fill-color:transparent;@media screen and (max-width:768px){font-size:24px}}.product-card__subtitle{align-items:center;border-radius:5px;display:inline-flex;font-size:16px;font-size:13px;font-weight:100;padding:1px 5px}.product-card__features{color:var(--color-white);display:flex;flex-direction:column;font-weight:100;gap:4px;margin-bottom:10px;width:max-content}.product-card__features__title{color:var(--color-milk);font-size:18px;font-weight:200;margin-bottom:.5em}.product-card__description{border-top:1px solid var(--color-bg);margin-top:24px;padding-top:16px}.product-card__actions{padding-top:24px}.product-card__prices{align-items:center;display:flex;flex-direction:row;gap:5px}.team{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));.team__image{align-items:center;border-radius:50%;display:flex;justify-content:center;margin-bottom:8px;max-width:150px;overflow:hidden;position:relative}.team__member{align-items:center;aspect-ratio:.95;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(222 245 220,.7);border-radius:8px;color:currentColor;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;padding:24px;text-align:center;h3{-webkit-background-clip:text;background-image:var(--red-gradient);color:currentColor;font-size:24px;font-weight:600;margin:8px 0 0;-webkit-text-fill-color:transparent}p{color:var(--gray);font-size:14px}}.team__links{display:flex;gap:8px;justify-content:center;padding-top:8px;a{color:currentColor;font-size:12px;font-weight:200px;svg{height:10px;min-width:10px;width:10px}}}}.shopify-badges{align-items:center;display:flex;overflow:auto;overflow-y:hidden;padding-bottom:16px;padding-top:16px;scroll-snap-type:x mandatory}.shopify-badges img{width:90%}.brands{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));overflow:hidden;@media (max-width:1024px){grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}@media (max-width:900px){grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}@media (max-width:768px){grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}@media (max-width:480px){grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.brands__item{align-items:center;aspect-ratio:1/1;border-bottom:1px solid #444;border-right:1px solid #444;container-name:brand-box;container-type:inline-size;display:flex;justify-content:center;margin-bottom:-1px;margin-right:-1px;overflow:hidden;position:relative;img{margin:auto;max-height:85%;max-width:95%;transition:transform .3s ease-in-out;will-change:transform}&.is-light{img{filter:invert(1)}}}.brands__link{align-items:center;display:flex;height:100%;justify-content:center;padding:32px;position:relative;width:100%;@media (max-width:1024px){padding-bottom:28px;padding-left:28px;padding-right:28px;padding-top:28px}@media (max-width:900px){padding-bottom:24px;padding-left:24px;padding-right:24px;padding-top:24px}@media (max-width:768px){padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px}@media (max-width:480px){padding-bottom:16px;padding-left:16px;padding-right:16px;padding-top:16px}&:after{align-items:center;background:var(--color-yellow);border-radius:50%;color:#000;content:"↗";display:flex;height:24px;justify-content:center;opacity:0;position:absolute;right:0;top:0;transform:translate(-24px,24px);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:24px;will-change:transform,opacity}&:hover{img{transform:scale(1.1)}&:after{opacity:1;transform:translate(-8px,8px)}}}.brands__link:hover .brands__labels__item:first-child{opacity:1;transform:translateY(-4px)}.brands__link:not(:hover) .brands__labels__item:first-child{opacity:0;transform:translateY(0);transition-delay:.2s}.brands__link:hover .brands__labels__item:nth-child(2){opacity:1;transform:translateY(-4px);transition-delay:.1s}.brands__link:not(:hover) .brands__labels__item:nth-child(2){opacity:0;transform:translateY(0);transition-delay:.1s}.brands__link:hover .brands__labels__item:nth-child(3){opacity:1;transform:translateY(-4px);transition-delay:.2s}.brands__link:not(:hover) .brands__labels__item:nth-child(3){opacity:0;transform:translateY(0);transition-delay:0s}.brands__labels{align-items:center;bottom:16px;display:flex;gap:8px;justify-content:center;left:0;position:absolute;width:100%}.brands__labels__item{align-items:center;background:var(--color-yellow);border-radius:16px;color:#000;display:inline-flex;font-size:12px;font-weight:200;justify-content:center;opacity:0;padding:2px 6px;transition:all .3s ease-in-out;&:hover{background:#000;color:var(--color-yellow)}@container brand-box (max-width: 170px){display:none!important}}}.link{border-bottom:2px solid;color:var(--color-white);cursor:pointer;display:inline-flex;font-weight:500;text-decoration:none;transition:border-bottom-color .3s ease;will-change:border-bottom-color;&:hover{border-bottom-color:var(--color-primary)}&.has-arrow{align-items:center;display:inline-flex;gap:8px;svg{color:var(--color-primary);height:13px;min-width:20px;transform:rotate(180deg);translate:-2px 0;width:20px;path{fill:var(--color-white)}}}&.is-large{font-size:1.2em}&.no-underline{border-bottom-width:0}}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:center;padding:20px 0;a{border:1px solid var(--color-gray-20);border-radius:0;font-size:16px;font-weight:300;padding:.5em 1em;text-decoration:none;transition:background-color .3s,color .3s;&:not(:first-of-type){border-left:none}&:first-of-type{border-bottom-left-radius:4px;border-top-left-radius:4px}&:last-of-type{border-bottom-right-radius:4px;border-top-right-radius:4px}&.active,&:hover{background-color:var(--color-yellow);color:#000}@media screen and (max-width:800px){font-size:14px}}&.is-sticky{backdrop-filter:blur(10px);background:rgba(0,0,0,.7);bottom:0;padding:8px 0;position:sticky;span{color:var(--color-milk)}a{color:var(--color-milk);&.active,&:hover{background-color:var(--color-yellow);color:#000}}}}.product-list{--gap:32px;display:flex;flex-direction:column;&.is-compact{--gap:16px;.product-list__item{&:not(:last-child){margin-bottom:var(--gap);padding-bottom:var(--gap)}}.product-list__link{font-size:20px;gap:8px}.product-list__description{gap:16px;h3{font-size:14px}}ul.styled{li{&:not(:last-child){margin-bottom:4px}}}@media (max-width:767px){--gap:4px;.product-list__item{&:not(:last-child){margin-bottom:var(--gap);padding-bottom:var(--gap)}}.product-list__link{font-size:18px;gap:4px}.product-list__description{gap:12px}ul.styled{li{&:not(:last-child){margin-bottom:2px}}}}}}.product-list__item{display:grid;gap:var(--gap);&:not(:last-child){border-bottom:1px solid #444;margin-bottom:var(--gap);padding-bottom:var(--gap)}}.product-list__link{font-size:24px;svg{transform:rotate(180deg);transition:all .3s;translate:-4px 0;width:24px}h2{-webkit-background-clip:text;background-clip:text;background-image:var(--green-gradient);color:transparent;text-wrap:balance}&:hover{border-bottom-color:var(--color-primary);svg{translate:0 0}}}.product-list__description{display:flex;flex-direction:column;gap:24px}.product-list__item-footer{text-align:right}ul.styled{padding-left:8px;li{list-style:none;padding-left:24px;position:relative;&:not(:last-child){margin-bottom:8px}&:before{background:var(--green-gradient);content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:12px}}}.posts{display:grid;gap:32px;@media (max-width:767px){gap:24px}h2,h3{margin:0}h3{font-size:14px;margin-top:-8px}h2{align-items:baseline;display:flex;font-size:1.6em;gap:.5em;justify-content:space-between;line-height:1.3;margin-bottom:.4em;text-transform:capitalize;@media (max-width:768px){flex-direction:column;gap:8px}>div{margin:0}}.posts__item{position:relative}.posts__badge{background:#9c0;border-radius:4px;color:#444;font-size:12px;left:16px;line-height:1;padding:4px 8px;position:absolute;top:0;transform:translateY(-50%)}.posts__link{background:#1b1b1b;border-bottom:1px solid #333;border-radius:8px;box-shadow:0 0 5px -5px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:24px;&:hover{border-bottom-color:var(--color-yellow);box-shadow:0 0 10px -5px rgba(0,0,0,.2)}}&.is-review{padding-top:8px;@media (max-width:768px){h2{font-size:16px}.reviews-star{font-size:10px!important}.posts__meta:not(:has(a)){display:none}&::-webkit-scrollbar{display:none}.text-styled{font-size:12px;padding:8px}>*{min-height:100%;min-width:80%;scroll-snap-align:start;.posts__response{display:none}}}.text-styled{background:#444;border-radius:8px;font-size:14px;padding:16px}h2{color:var(--color-green)}}.posts__response{padding-left:8px;padding-top:8px;h4{background:#505050;border-radius:4px;display:inline-flex;font-size:11px;line-height:1;margin-bottom:8px;padding:4px}div{color:#eef2c6;font-size:90%}}}.posts__item.has-og:after{background:#929d7f;border-radius:50%;bottom:16px;content:"";height:4px;position:absolute;right:16px;width:4px}.is-light{.posts{a{background:#fff}}}.posts__meta__key{font-weight:500}.posts__meta__value{a{color:var(--color-green);text-decoration:underline;&:hover{text-decoration:none}&:after{content:"↗";font-size:12px;margin-left:4px}}}.reasons{counter-reset:item;font-size:16px;list-style-type:none;@media screen and (max-width:800px){font-size:12px}li{&:not(:last-child){margin-bottom:2em}&:before{align-items:center;background:var(--red-gradient);-webkit-background-clip:text;content:counter(item);counter-increment:item;display:inline-flex;font-size:10em;font-weight:600;justify-content:center;line-height:1;-webkit-text-fill-color:transparent;color:transparent}article{background:var(--gray-gradient);border-radius:16px;margin-left:1em;margin-top:-5.5em;padding:1em 1em 1em 6em;h3{font-size:1.8em;font-weight:500;margin-bottom:.3em}p{font-size:1.3em;font-weight:300}}}a{font-weight:500}}.checklist-table{border:1px solid #ccc;border-collapse:collapse;border-radius:4px;margin:20px 0;max-width:100%;width:100%}.checklist-table thead{position:sticky;top:calc(var(--header-height) - 1px);z-index:100;th{background:#fff;border-bottom:none;padding:0}tr:last-child th{padding:0 8px 8px}}.checklist-table td,.checklist-table th{border-bottom:1px solid #ccc;padding:12px;text-align:left}.checklist-table td:nth-child(2){align-items:baseline;display:flex;gap:16px;label{font-size:16px;font-weight:500}a{text-decoration:underline;&:hover{text-decoration:none}&:before{display:none!important}}@media screen and (max-width:800px){flex-direction:column;gap:8px;label{font-size:14px}}}@media (max-width:800px){.checklist-table td,.checklist-table th{font-size:14px;padding:8px}}.checklist-table th{background-color:#f5f5f5}.tag{font-size:12px}.tag.high{background:#d32f2f;color:#fff}.tag.low{background:#2e7d32;color:#fff}.tag.hard{background:#d32f2f;color:#fff}.tag.easy,.tag.medium{background:#2e7d32;color:#fff}.checklist-table .tag{border-radius:4px;color:#fff;font-weight:300;padding:4px 8px}@media (max-width:800px){.tag{font-size:12px;padding:2px 6px}}.progress-wrapper{width:100%}.progress-container{background:#000;height:16px;overflow:clip;width:100%;@media screen and (max-width:800px){height:8px}}.progress-indicator{background:#7eb01e;height:100%;transition:width .3s ease-in-out;width:0}.progress-status{color:#333;font-weight:600;margin-top:5px;text-align:center}@media (max-width:800px){.progress-status{font-size:14px;margin-top:3px}}.custom-checkbox{appearance:none;border:1px solid #333;border-radius:4px;cursor:pointer;font-size:16px;height:1.5em;margin-bottom:-.4em;outline:none;position:relative;transition:all .2s;width:1.5em}@media (max-width:800px){.custom-checkbox{font-size:12px}}.custom-checkbox:checked{background:#333;border-color:#333}.custom-checkbox:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:.625em;inset:0;margin:auto;position:absolute;transform:rotate(45deg);width:.25em}.inline-block{background:#000;border-radius:24px;display:flex;flex-direction:row;gap:24px;margin-block:24px;padding:24px;--color-white:#fff;--green-gradient:linear-gradient(90deg,#f0f2c6,#f0f2c6 28.23%,#68ae68);align-items:center;@media (max-width:800px){flex-direction:column;gap:16px;justify-content:center;margin-block:16px;padding-bottom:16px;padding-left:16px;padding-right:16px;padding-top:16px}h4{font-size:1.5rem;margin-bottom:.5rem}h4,p{color:var(--color-white)}p{font-size:1rem}p:last-of-type{margin-bottom:0}form{min-width:300px;button{color:#000;width:100%}}}.badge-menu{display:flex;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(31%,100px));margin-bottom:auto}.badge-menu__item{align-items:center;background:var(--color-yellow);border-radius:32px;color:#444;display:inline-flex;flex-grow:1;font-size:12px;font-weight:500;justify-content:center;padding:.5rem 1rem;white-space:nowrap;&:focus,&:hover{background:#000;color:#fff}}.footer-bar__links{display:flex;font-size:13px;gap:8px;a{color:#bbb;text-decoration:none}}.section[data-section=footer-bar]{background:#000;border-top:1px solid #182130;margin-top:-1px;padding-block:16px;position:relative;z-index:109}