@keyframes slides-slide{20%{transform:translate(0)}30%,40%{transform:translate(calc(var(--_size)*-1))}50%,60%{transform:translate(calc((var(--_size)*2)*-1))}70%,80%{transform:translate(calc((var(--_size)*3)*-1))}90%,to{transform:translate(calc((var(--_size)*4)*-1))}}@keyframes pulse{0%,to{transform:scale(.95)}50%{transform:scale(1)}}@font-face{font-family:NotoSans-Regular;font-display:swap;src:url(/fon/NotoSans-Regular.woff2)format("woff2"),url(/fon/NotoSans-Regular.woff)format("woff")}@font-face{font-family:NotoSans-Bold;font-display:swap;src:url(/fon/NotoSans-Bold.woff2)format("woff2"),url(/fon/NotoSans-Bold.woff)format("woff")}@font-face{font-family:Impact;font-display:swap;src:url(/fon/Impact.woff2)format("woff2"),url(/fon/Impact.woff)format("woff")}:root{--txt-default:NotoSans-Regular;--txt-heading:NotoSans-Bold;--txt-heading-alt:Impact;--txt-news:"Times New Roman", Times, serif;--col-brand:#1679AB;--col-brand-alt:#25b0ff;--col-brand-dark:#074173;--col-brand-light:#9adafa;--col-blue:var(--col-brand);--col-dark:#000000;--col-light:#ffffff;--col-gray-light:#e5e5e5;--col-gray-dark:#d4d4d4;--col-red:#ff3000;--col-red-alt:#cf0000;--col-yellow:#dfba3b;--col-grey-shadow:rgba(0, 0, 0, .25);--hover-speed:.3s;--input-speed:.15s;--bor-rad:1em;--bor-rad-small:.5em;--bor-rad-fixed:8px}body{font-family:var(--txt-default);font-size:1.3125rem;color:var(--col-dark);line-height:1.6;background-color:#fff;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:2rem}*,:after,:before{box-sizing:border-box}.container,.container_wide{z-index:1;max-width:70.5rem;width:min(100%,70.5rem);margin:0 auto;position:relative}.container_wide{width:min(100%,100rem)}a{color:var(--col-brand-dark);-webkit-text-decoration:none;text-decoration:none}a:hover{color:var(--col-brand);-webkit-text-decoration:underline;text-decoration:underline}:focus{outline-color:var(--col-brand-dark)}::selection{background-color:var(--col-brand)}.svgs{display:none;visibility:hidden}img,svg{height:auto;max-width:100%}svg{fill:var(--col-brand)}h1,h2,h3{font-family:var(--txt-heading-alt);font-size:2.5rem;line-height:1;margin-bottom:.5em}h1,h1 strong,h2,h2 strong,h3,h3 strong{font-weight:400}.halt,p .strong{font-family:var(--txt-heading)}h1,h2,h3,p{margin-top:0}p{font-size:1rem;margin-bottom:1em}p .strong{font-size:1.15em;font-weight:400}.uppercase{text-transform:uppercase}.line-break{display:block}.red{color:var(--col-red)}.yellow{color:var(--col-yellow)}.blue{color:var(--col-brand)}.hideFromMobile{width:0;height:0;display:none;visibility:hidden}.padding{padding:2.25rem 1rem}.img_frame{box-shadow:.6rem .6rem 0 0 var(--col-brand)}.hide{display:none;visibility:hidden}.gradient_red_ver{background:var(--col-brand);background:linear-gradient(to bottom,var(--col-red) 0%,#8f0211 100%)}.gradient_red_hor{background:var(--col-brand);background:linear-gradient(to left,var(--col-red) 0%,#8f0211 100%)}.gradient_brand_ver{background:var(--col-brand);background:linear-gradient(to bottom,var(--col-brand) 0%,var(--col-brand-dark) 100%)}.gradient_brand_hor{background:var(--col-brand);background:linear-gradient(to left,var(--col-brand) 0%,var(--col-brand-dark) 100%)}.btn,.btn>span,.btn>svg{transition:transform var(--hover-speed) ease-out}.btn{width:max-content;height:auto;font-family:var(--txt-heading-alt);font-size:2rem;color:#fff;text-align:left;text-transform:uppercase;line-height:1em;background-color:var(--col-brand);outline:0;border:0;border-radius:var(--bor-rad-small);box-shadow:0 0 .5em #00000080;padding:.25em 3em .25em 1em;cursor:pointer;overflow:hidden}.btn>span,.btn>svg{z-index:1}.btn,.btn>span{display:inline-block;vertical-align:middle;position:relative}.btn>span{text-shadow:.15em .15em 0 rgba(0,0,0,.25)}.btn:after,.btn:before{height:100%;content:"";position:absolute;top:0}.btn:before{z-index:0;width:100%;background:var(--col-brand);background:linear-gradient(to bottom,var(--col-brand) 0%,var(--col-brand-dark) 100%);left:0}.btn:after{width:2em;background-color:var(--col-yellow);right:-.25em;transform:skew(-15deg)}.btn>svg{width:1em;height:1em;fill:var(--col-yellow);background-color:var(--col-red);border:var(--col-red) solid .25em;border-radius:100%;position:absolute;top:50%;right:.4em;transform:translateY(-50%)}.btn:focus,.btn:hover{transform:scale(1.05)}.btn:focus>svg,.btn:hover>svg{transform:translateY(-50%) scale(1.1)}.btn:focus>span,.btn:hover>span{transform:translate(-.2em)}.btn_red:before{background:var(--col-red)}.btn-top{--col-hover:var(--col-red);font-family:var(--txt-heading);font-size:.75rem;color:var(--col-brand-dark);text-align:center;text-transform:uppercase;background-color:transparent;border:0;outline:0;padding:.25em .5em;cursor:pointer;transition:color var(--hover-speed) ease-out,transform var(--hover-speed) ease-out}.btn-top,.btn-top span{will-change:transform}.btn-top:after{width:90%;height:2px;content:"";background-color:var(--col-hover);position:absolute;bottom:0;left:5%;opacity:0;transform:scaleX(0);transition:transform var(--hover-speed) ease-out,opacity var(--hover-speed) ease-out}.btn-top svg{width:1.1em;height:1.1em;fill:var(--col-brand-dark);margin-left:.25em;display:inline-block;vertical-align:middle;transform:rotate(-90deg);transition:fill var(--hover-speed) ease-out}.btn-top:focus,.btn-top:hover{color:var(--col-hover);transform:scale(1.1)}.btn-top:focus:after,.btn-top:hover:after{opacity:1;transform:scaleX(1)}.btn-top:focus svg,.btn-top:hover svg{fill:var(--col-hover)}.btn-totop{z-index:99;--_col-content:var(--col-red);--_col-background:var(--col-light);--_offset:1rem;width:10em;height:10em;font-family:var(--txt-heading);font-size:.5rem;color:var(--_col-content);line-height:1em;text-transform:capitalize;display:flex;justify-content:center;align-items:center;position:fixed;bottom:var(--_offset);right:var(--_offset);isolation:isolate;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translateY(var(--_offset)) scale(0);transition:transform var(--hover-speed) ease-out,opacity var(--hover-speed) ease-out}.btn-totop-show{transform:translateY(0) scale(1)}.btn-totop:before{z-index:-1;width:100%;height:100%;content:"";background-color:var(--_col-background);border-radius:100%;box-shadow:0 0 2em #00000040;position:absolute;top:0;left:0;opacity:.75}.btn-totop svg{width:5em;height:5em;fill:var(--_col-content);transform:rotate(-90deg);margin:-.75em auto 0;display:block;transition:fill var(--hover-speed) ease-out}.btn-totop span{margin:-.25em auto 0;display:block;transition:color var(--hover-speed) ease-out}.btn-pdf-download{width:95%;font-family:var(--txt-heading-alt);font-size:1.5rem;color:var(--col-light);text-align:center;text-shadow:.1em .1em .05em rgba(0,0,0,.3);background-color:var(--col-red);border:0;border-radius:var(--bor-rad-fixed);box-shadow:.15em .15em .1em #00000026;padding:.5em .5em .7em;margin:0 auto;display:block;cursor:pointer;transition:transform var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.btn-pdf-download span,.topfive .product .img .rated ul li img{display:block}.btn-pdf-download span:first-child{text-transform:uppercase}.btn-pdf-download span strong{font-weight:400;font-size:1.15em}.btn-pdf-download .small{font-family:var(--txt-heading);font-size:.55em;line-height:1.15em;text-shadow:none;padding-top:.5rem}.btn-pdf-download:focus,.btn-pdf-download:hover{background-color:#fe0000;transform:scale(.98)}.btn-pdf-ad,header{color:var(--col-light)}.btn-pdf-ad,.rated-numer-one,.rated-scam{font-family:var(--txt-heading);line-height:1em;text-transform:uppercase}.btn-pdf-ad{width:100%;font-size:2.5rem;text-align:center;text-shadow:.1em .1em .05em rgba(0,0,0,.3);background-color:var(--col-brand-alt);border:var(--col-light) solid 4px;border-radius:.5em;box-shadow:.15em .15em .1em #00000026;padding:.5em .5em .35em;margin:0 auto;display:block;overflow:hidden;cursor:pointer;transition:transform var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.btn-pdf-ad:before{width:100%;height:100%;content:"";background:linear-gradient(to bottom,#1c4583 0,#1966b2);position:absolute;top:0;left:0}.btn-pdf-ad picture img{width:1.25em;height:1.25em;margin-top:-.15em;margin-left:.25em;vertical-align:middle}.rated-numer-one,.rated-scam{--col-this:var(--col-yellow);font-size:1em;color:var(--col-this);letter-spacing:-.05em;background-color:var(--col-light);border:var(--col-this) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .5em #00000040;padding:.2em .5em .15em .25em;margin-left:.5em;display:inline-block;vertical-align:middle}.rated-numer-one svg,.rated-scam svg{width:1.2em;height:1.2em;color:var(--col-this);vertical-align:sub;line-height:1em}.rated-scam{--col-this:var(--col-red)}.vid-scams{--img-placeholder:url(/_astro/lab-reports-chris-hansen-banner.B4TQjp0S.jpg);background-image:var(--img-placeholder);background-size:contain;background-repeat:no-repeat;box-shadow:0 0 1rem #00000080;margin-left:auto;margin-right:auto;overflow:hidden;cursor:pointer}.vid-scams>picture>img{width:100%;content:var(--img-placeholder);display:block}.vid-scams,.vid-scams div{border-radius:var(--bor-rad-small)}.vid-chris-square-template,.vid-scams{width:100%;background-color:var(--col-dark)}.vid-chris-square-template:before{z-index:2;width:100%;font-family:var(--txt-heading);font-size:1rem;content:"🔊Make Sure Your Sound Is Turned On!";color:var(--col-light);line-height:1em;text-align:center;background-color:var(--col-red);padding:.25rem;display:block}.vid{width:100%;background-image:var(--img-placeholder);background-size:contain;background-repeat:no-repeat;border-radius:var(--bor-rad-small);box-shadow:0 0 1rem #00000080;margin-left:auto;margin-right:auto;overflow:hidden;cursor:pointer}.vid>picture,.vid>picture>img,header .header-supplemental .menu a picture,header .header-supplemental .menu a picture img,header .tag{width:100%;display:block}header{--_padding-header:1rem;--_color-highlight:var(--col-brand-alt);--_background:var(--col-light);--_background-nav:linear-gradient(to right, #267bc6 0%, #275378 100%);--_drop-shadow:.12em .12em .05em rgba(0, 0, 0, .5);font-size:1rem}header,header *{position:relative;box-sizing:border-box}.vid,header .tag{background-color:var(--col-dark)}header .tag{font-family:var(--txt-heading-alt);font-size:.85em;font-style:italic;text-align:center;padding:.5em var(--_padding-header)}header .tag .highlight{--_padding:1em;z-index:1;text-transform:uppercase;margin-right:calc(var(--_padding)/2);display:inline-block}header .tag .highlight:before{z-index:-1;width:calc(100% + var(--_padding));height:100%;content:"";background-color:var(--col-red-alt);position:absolute;top:0;left:calc((var(--_padding)/2)*-1);transform:skew(-15deg)}header .tag strong{font-weight:400;color:#ff0}header,header .wrapper-logo{background:var(--_background)}header .wrapper-logo{width:100%;padding:.5rem var(--_padding-header)}header .logo{margin:0 auto;display:block}header .header-supplemental{width:100%;font-size:1em;background-color:var(--col-dark);padding:.5rem 0}header .header-supplemental .with-chris{width:100%;font-family:var(--txt-heading);font-size:.85em;font-style:italic;color:var(--_color-highlight);line-height:1em;text-align:center;text-transform:uppercase;display:block}header .header-supplemental .with-chris strong,header nav ul{font-family:var(--txt-heading-alt);color:var(--col-light);line-height:1em}header .header-supplemental .with-chris strong{font-size:2em;font-weight:400;font-style:normal;vertical-align:text-top;margin-left:.15rem}header .header-supplemental .with-chris .logo-nbc{width:10em;vertical-align:middle;margin-left:.5rem}header .header-supplemental .menu{width:100%;padding:0 var(--_padding-header)}.reviews .product-reviews .product .imgs-double>div,header .header-supplemental .menu a{display:inline-block;vertical-align:middle}header .header-supplemental .menu .btn-faq{width:25%}header .header-supplemental .menu .btn-blacklist{width:72%;margin-left:.35rem}header .wrapper-nav .dummy{display:none;visibility:hidden}header nav{width:100%;font-size:1em;background:var(--_background-nav)}header nav ul{font-size:1.5em;text-align:center;letter-spacing:.1em;text-shadow:var(--_drop-shadow);list-style:none;text-transform:uppercase;padding:0;margin:0}header nav ul a{color:inherit;transition:color var(--hover-speed) ease-out}header nav ul a:focus,header nav ul a:hover{color:var(--_color-highlight);-webkit-text-decoration:none;text-decoration:none}header nav ul li{border-bottom:#0b2339 solid 2px;padding:.65rem var(--_padding-header);transition:color var(--hover-speed) ease-out}header nav ul li svg{width:1.25em;height:1.25em;fill:#ff0;-webkit-filter:drop-shadow(var(--_drop-shadow));filter:drop-shadow(var(--_drop-shadow));vertical-align:middle;margin-left:-.35em}header nav ul li:hover{color:var(--_color-highlight)}header nav ul li .small{font-family:var(--txt-default);font-size:.75em;text-transform:none;letter-spacing:-.05em;vertical-align:middle;margin-left:-.25em}.home .banner{text-align:center}.home .banner .heading{z-index:-1;font-size:1.75rem;line-height:1.25em;text-transform:capitalize;padding:1rem;position:absolute;top:0;left:0}.home .banner .banner-img-mobile{width:100%;display:block}.home .banner-bulls{text-align:center;background:var(--col-brand);background:linear-gradient(to bottom,#fff 0%,var(--col-gray-light) 100%);padding-top:1rem}.home .banner-bulls>h2{font-size:1.7rem;line-height:1.15em;margin-bottom:1em;position:relative}.home .banner-bulls>h2 strong,.home .banner-bulls>h3 strong{text-transform:uppercase}.home .banner-bulls>h2:after{width:90%;height:2px;content:"";background-color:var(--col-red);position:absolute;bottom:-.25em;left:5%}.home .banner-bulls>.img{width:calc(100% + 2rem);margin-top:-1rem;margin-left:-1rem}.home .banner-bulls>.img img{width:100%}.home .banner-bulls>ul{width:100%;font-family:var(--txt-heading);font-size:1.15rem;letter-spacing:-.05em;list-style:none;padding:0;margin:0;position:relative}.home .banner-bulls>ul li{width:100%;line-height:1.25em;text-align:left;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out}.home .banner-bulls>ul li:first-child{margin-top:0}.home .banner-bulls>ul li svg{width:1.75em;height:1.75em;fill:var(--col-light);background-color:var(--col-blue);border:var(--col-blue) solid .35em;border-radius:100%;position:absolute;top:.5em;left:.5em;transition:fill var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out,border-color var(--hover-speed) ease-out}.home .banner-bulls>ul li:focus,.home .banner-bulls>ul li:hover{color:var(--col-light);background-color:var(--col-red)}.home .banner-bulls>ul li:focus strong,.home .banner-bulls>ul li:hover strong{color:var(--col-yellow)}.home .banner-bulls>ul li:focus svg,.home .banner-bulls>ul li:hover svg,.reviews .intro .product-list ul li:focus>svg,.reviews .intro .product-list ul li:hover>svg{fill:var(--col-red);border-color:var(--col-light);background-color:var(--col-light)}.home .banner-bulls>ul li:after{width:100%;height:2px;content:"";background:linear-gradient(to right,#26397100,#263971 30% 70%,#26397100);position:absolute;bottom:0;left:0;transition:opacity var(--hover-speed) ease-out}.home .banner-bulls>ul li:focus:after,.home .banner-bulls>ul li:hover:after{opacity:0}.home .banner-bulls>ul li strong{color:var(--col-red);text-transform:uppercase;transition:color var(--hover-speed) ease-out}.home .banner-bulls>h3{font-size:2.5rem;margin-top:1em}.home .banner-bulls>h3 strong:nth-child(2){color:var(--col-red);display:block}.home .vid-chris{background-color:#fff;padding-top:1rem}.home .vid-chris .vid{--img-placeholder: ;border:0;border-radius:0}.home .vid-chris .vid div,.vid-bulls .vid div{border-radius:0}.dudley{background:linear-gradient(to top,var(--col-light) 0%,#e1eeff 100%);padding-bottom:0}.dudley>h2{font-size:2.25rem;color:var(--col-brand-dark);line-height:1.15em;text-transform:capitalize;margin:0}.dudley>h2 .uppercase{font-size:1.35em}.dudley>picture>img{border:var(--col-gray-light) solid 1px;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;display:block;margin-top:1.5rem;margin-bottom:1.5rem}.dudley p{font-size:1rem;line-height:1.25em;margin-bottom:2rem}.dudley .dudley-interview{margin-top:0}.dudley .crests{display:grid;grid-template-columns:repeat(3,1fr);align-items:baseline;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.dudley .crests picture:nth-child(2) img{padding-left:1rem;padding-right:1rem}.banners{padding:1rem .5rem 2rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.banners,.banners *{position:relative;box-sizing:border-box}.banners img{max-width:100%;box-shadow:0 0 .75rem #00000026;display:block}.pdf-download{padding:1.5rem 0;background-color:var(--col-gray-light)}.pdf-download .mags{--_rotation:3deg;width:100%;padding:.5rem 1rem;display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.pdf-download .mags picture img{border-radius:5px}.pdf-download .mags picture:first-child{transform:rotate(calc(var(--_rotation)*-1))}.pdf-download .mags picture:last-child{transform:rotate(var(--_rotation))}.pdf-download .btn-pdf-download,.vid-bulls>.title h3{font-size:1.25rem}.pdf-download .btn-pdf-download span strong{font-size:1.5em}.pdf-download .btn-pdf-download .small{font-size:.6em}.topfive-heading{font-size:1rem;color:var(--col-gray-light);text-align:center}.topfive-heading,.topfive-heading *{position:relative}.topfive-heading:before{width:100%;height:7.5em;content:"";background-color:#ff1b00;position:absolute;top:1.25em;left:0}.topfive-heading h2{z-index:-1;color:transparent;position:absolute;top:0;left:0}.topfive-heading img{z-index:2;width:23em}.topfive-heading p{z-index:1;width:100%;font-family:var(--txt-heading);font-size:1.15em;line-height:1.15em;text-transform:capitalize;background-color:var(--col-dark);padding:1em .65em .65em;margin-top:-1em}.topfive-heading p span{font-family:var(--txt-default);font-size:.85em;display:block}.topfive-heading p a{font-family:var(--txt-heading);font-weight:400;color:var(--col-yellow);text-transform:uppercase;-webkit-text-decoration:underline;text-decoration:underline;transition:color var(--hover-speed) ease-in-out}.topfive-heading p a:focus,.topfive-heading p a:hover{color:var(--col-light)}.topfive{font-size:1rem;padding:.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.topfive,.topfive *{position:relative;box-sizing:border-box}.topfive>.copy{font-size:1.1rem;padding:0 1rem;margin:0}.topfive .product{background:linear-gradient(to top,#fff 0%,var(--col-gray-light) 100%);border:var(--col-grey) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .75rem #00000026;padding:1rem 1rem 1.5rem;margin-top:1rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.topfive .product:nth-child(2){margin-top:0}.topfive .product-highlight{background:linear-gradient(to top,#fff 0,#98ccea)}.topfive .product .img{--border-size:2px;width:100%;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;overflow:hidden;padding-bottom:var(--border-size)}.topfive .product .img:before{width:100%;height:100%;content:"";background:linear-gradient(to top,var(--col-gray-dark) 0%,var(--col-gray-light) 100%);border-radius:var(--bor-rad-fixed);position:absolute;top:0;left:0}.topfive .product-highlight .img:before{background:linear-gradient(to top,#ff901a 0,#fac720)}.topfive .product .img .hero{width:calc(100% - (var(--border-size)*2));border-radius:var(--bor-rad-fixed);margin:var(--border-size)0 0 var(--border-size);display:block}.topfive .product .img .rated{z-index:1;font-family:var(--txt-heading-alt);font-size:2em;color:var(--col-brand-dark);line-height:1em;text-transform:uppercase;padding:.35em .35em 0 0;position:absolute;top:0;right:0}.topfive .product .img .rated:before{width:200%;height:200%;content:"";background-color:var(--col-light);border-radius:50%;-webkit-filter:blur(25px);filter:blur(25px);position:absolute;top:-75%;right:-75%;opacity:1}.topfive .product-highlight .img .rated,footer nav ul a{color:var(--col-light)}.topfive .product-highlight .img .rated:before{background-color:var(--col-dark);opacity:.25}.topfive .product .img .rated span{display:block;margin-bottom:.1em}.topfive .product-highlight .img .rated span{text-shadow:0 0 .15em rgba(0,0,0,.25)}.topfive .product .img .rated ul{width:3.75em;list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.15em;gap:.15em}.topfive .product[data-rating="2"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="3"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="3"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(3) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(2) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(3) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(5) img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.75}.topfive .product .img picture{display:contents}.topfive .product .img .badge{z-index:1;width:35%;position:absolute;top:1em;left:1em}.topfive .product .scores{font-size:1em}.topfive .product .scores>h2{font-size:3em;line-height:1em;text-transform:uppercase;margin-top:0;margin-bottom:.25em}.topfive .product .scores>h3{font-size:2em;color:var(--col-brand-dark);line-height:1em;text-transform:capitalize;letter-spacing:-.05em;margin-top:0;margin-bottom:.75em}.topfive .product .scores .score{width:100%;font-size:1.25em;padding-left:2.5em;margin-bottom:.5em}.topfive .product .scores .score:before{font-family:var(--txt-heading);font-size:.85em;color:var(--col-brand-dark);content:attr(data-score)"%";position:absolute;top:50%;left:.35em;transform:translateY(-50%)}.topfive .product .scores .score span{font-size:.65em;font-weight:700;color:var(--col-light);text-transform:capitalize;text-shadow:0 0 .15rem rgba(0,0,0,.5);background-color:#0000000d;border:var(--col-gray-dark) solid 1px;border-top-right-radius:4px;border-bottom-right-radius:4px;box-shadow:inset 0 0 10px #0000000d;padding:.5em 1em;display:block;isolation:isolate}.topfive .product .scores .score span:after,.topfive .product .scores .score span:before{width:var(--width);height:100%;content:"";border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;top:0;left:0}.topfive .product .scores .score span:before{z-index:-2}.topfive .product .scores .score span:after{z-index:-1;background-color:var(--col-dark);opacity:.1}.topfive .product .scores .prog span:after,.topfive .product .scores .prog span:before{transform-origin:left;transition:transform 1s ease-in-out;transform:scaleX(0)}.topfive .product .scores .prog-show span:after,.topfive .product .scores .prog-show span:before{transform:scaleX(1)}.topfive .product .scores .score:nth-child(3) span:before{background:linear-gradient(to right,#ffc765 0,#ffd07d)}.topfive .product .scores .score:nth-child(4) span:before{background:linear-gradient(to right,#83bcff 0,#a6cfff)}.topfive .product .scores .score:nth-child(5) span:before{background:linear-gradient(to right,#8bdd7c 0,#a1e495)}.topfive .product .scores .btn{width:100%;margin:2rem auto .5rem;display:block}.reviews .product-reviews .product .copy .btn span,.topfive .product .scores .btn span{width:100%;text-align:center}.topfive .product .copy h2{font-size:2em;color:var(--col-brand-dark);text-transform:capitalize}.scams .title{text-align:center}.scams .title h1{font-size:3rem;color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75);padding:.35em;margin:0}.vid-bulls .vid{--img-placeholder: ;background-color:var(--col-dark);border-radius:0}.vid-bulls>.title{width:100%;text-align:center;margin-top:1rem;margin-bottom:2rem}.vid-bulls>.title h2{font-size:1.75rem;margin-bottom:0}.scams .emmy{text-align:center}.scams .emmy h2,.scams .emmy img{width:25%;vertical-align:middle}.scams .emmy h2{width:72%;font-size:1.85rem;color:var(--col-brand-dark);display:inline-block}.scams .emmy h2 strong{font-size:1.15em;text-transform:uppercase;background-color:var(--col-yellow);padding:.15em;display:block}.scams .emmy,.scams .scam-list{padding-top:0}.scams .scam-list .title{font-size:3.25rem;text-transform:uppercase;position:relative}.scams .scam-list .title strong{font-size:1.65em;color:var(--col-red);display:inline-block;vertical-align:middle;position:relative}.scams .scam-list .title span{width:max-content;display:inline-block;vertical-align:middle;position:relative}.scams .scam-list .title span:after,.scams .scam-list .title span:before,.scams .scam-list .title-alt:before{width:100%;height:2px;content:"";background-color:var(--col-dark);position:absolute;left:0}.scams .scam-list .title span:before{top:-.15em}.scams .scam-list .title span:after{bottom:-.15em}.scams .scam-list .title-alt{font-size:1rem;text-align:center}.scams .scam-list .title-alt:before{background-color:var(--col-gray-light);top:-1.5rem}.scams .scam-list .title-alt h2{font-size:3.25em;color:var(--col-brand-dark);text-transform:uppercase;position:relative;margin:0}.scams .scam-list .title-alt h3{font-family:var(--txt-heading);font-size:1.15em;line-height:1.15em;margin-top:.25rem;margin-bottom:2rem}.scams .scam-list .title-alt h3 strong{color:var(--col-red)}.scams .scam-list ul{counter-reset:twelve-count 0;width:100%;font-family:var(--txt-heading);font-size:1.25rem;letter-spacing:-.05em;line-height:1.25em;text-wrap:pretty;list-style:none;padding:0;margin:0;position:relative}.scams .scam-list ul li,.scams .scam-list ul li:before{transition:color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.scams .scam-list ul li{counter-increment:twelve-count 1;width:100%;border-radius:var(--bor-rad-small);padding:.75em .5em .75em 2.75em;margin:.25em 0;position:relative;cursor:pointer}.scams .scam-list ul li:before{width:1.75em;height:1.75em;font-family:var(--txt-heading);font-size:1em;color:var(--col-light);line-height:1em;content:counter(twelve-count);background-color:var(--col-brand);border-radius:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:50%;left:.5em;transform:translateY(-50%)}.scams .scam-list ul li:first-child{margin-top:0}.scams .scam-list ul li:nth-child(odd){background-color:var(--col-gray-light)}.scams .scam-list ul li:focus,.scams .scam-list ul li:hover{color:var(--col-light);background-color:var(--col-red)}.scams .scam-list ul li:focus:before,.scams .scam-list ul li:hover:before{color:var(--col-red);background-color:var(--col-light)}.scams .scams{counter-reset:twelve-count 0}.scams .scams .scam,.scams .scams .scam-alt{width:100%;position:relative}.scams .scams .scam-alt{padding:2rem 0}.scams .scams .scam{counter-increment:twelve-count 1;border-bottom:var(--col-gray-light) solid 2px;padding:1.5rem 0 3rem}.scams .scams .scam-alt,.sign-up{background-color:var(--col-gray-dark);padding-top:0}.scams .scams .scam-alt{padding-bottom:4rem}.scams .scams .scam:before{content:attr(aria-label);padding:.15rem .5rem 0 4rem;margin-bottom:.75rem;display:block}.scams .scams .scam:after{width:1.75em;height:1.75em;font-family:var(--txt-heading);font-size:1.35em;color:var(--col-light);line-height:1em;content:counter(twelve-count);background-color:var(--col-brand);border-radius:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:1.5rem;left:.5rem}.reports .labreports .report .lab-report>picture>img,.scams .scams .scam-alt>picture>img,.scams .scams .scam>picture>img{width:100%;display:block}.scams .scams .scam h2,.scams .scams .scam p,.scams .scams .scam:before{text-wrap:pretty}.scams .scams .scam h2,.scams .scams .scam:before{font-family:var(--txt-heading-alt);font-size:2.5rem;line-height:1.15em}.scams .scams .scam .copy,.scams .scams .scam .copy-add,.scams .scams .scam-alt .copy{width:100%;padding:1.5rem 2rem}.scams .scams .scam .copy-add{padding-top:0;margin-top:-1.5rem}.scams .scams .scam .copy-add .img-generic-drugs{font-size:1rem;margin:1rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.scams .scams .scam .copy-add .img-generic-drugs picture img{border:red solid 3px;border-radius:var(--bor-rad-fixed)}.scams .scams .scam .copy-add .img-generic-drugs p{font-family:var(--txt-news);font-size:1.1rem;font-weight:700;line-height:1.25em;margin:.35rem auto 0}.scams .scams .scam-alt .copy{padding-bottom:0}.scams .scams .scam .img-copy{font-family:var(--txt-heading);font-size:.85rem;font-style:italic;color:var(--col-brand-dark);text-align:center;text-wrap:pretty;display:block;padding:.25rem 1rem 0}.scams .scams .ds{border:var(--col-gray-light) solid 2px}.scams .scams .scam-alt>button{width:max-content;display:block;margin:1rem auto}.scams .scams .scam .btn-top,.scams .scams .scam-alt .btn-top{position:absolute;bottom:.5rem;right:.5rem}.scams .scams .scam-large>.vid,.scams .scams .scam-large>.vid *{border-radius:0}.scams .scams .scam-large>.vid{margin-bottom:1rem}.scams .scams .scam-large .copy>.vid{margin:1rem auto}.scams .scams .scam-large .video-copy{font-family:var(--txt-heading);font-size:1.15rem;color:var(--col-brand-dark);text-align:center;line-height:1em;margin-bottom:1rem;padding:0 1rem;display:block}.scams .scams .scam-large>.video-copy{padding:0 2.5rem;margin-bottom:0}.scams .scams .scam .img-grid{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.scams .scams .scam .img-grid img,.scams .scams .scam .img-grid picture{width:100%;border-radius:var(--bor-rad-small);display:block;margin:0 auto}.scams .scams .scam .img-add{border-radius:var(--bor-rad-small)}.scams .scams #scam-skid-row-pills .img-a,.scams .scams .scam .img-add{width:100%;display:block;margin:1.5rem auto}.sign-up{color:var(--col-light);text-align:center;background-image:url(/_astro/stone-wall.CmJah4ak.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden}.sign-up .copy h2{font-size:1.75rem;color:var(--col-light);text-shadow:0 0 .5em rgba(0,0,0,.5);margin-bottom:.75em}.sign-up .copy h3{font-size:1.5rem;color:var(--col-dark);text-shadow:0 0 .5em rgba(255,255,255,.75)}.sign-up .copy h2 strong,.sign-up .copy h3 strong{width:max-content;font-family:var(--txt-heading-alt);font-size:1.5em;color:var(--col-light);text-transform:uppercase;text-shadow:none;background-color:var(--col-red);border:var(--col-dark) solid .08em;border-radius:4px;padding:.25em;margin:.25em auto;display:block}.sign-up .copy h3 strong{font-size:1.25em;padding:.1em .15em;margin:.1em auto;display:inline-block;vertical-align:middle}.sign-up .copy input{width:100%;font-family:var(--txt-bold);font-size:1rem;color:var(--col-dark);background-color:var(--col-light);border:0;outline:0;border-radius:var(--bor-rad-small);box-shadow:inset 0 0 .5rem var(--col-grey-shadow);padding:.75em;margin:.25rem auto;transition:background-color var(--hover-speed) ease-out}.sign-up .copy input::-webkit-input-placeholder,.sign-up-alt form input::-webkit-input-placeholder{color:var(--col-brand-dark)}.sign-up .copy input::placeholder,.sign-up-alt form input::placeholder{color:var(--col-brand-dark)}.sign-up .copy input:focus,.sign-up .copy input:hover,.sign-up-alt form input:focus,.sign-up-alt form input:hover{background-color:var(--col-yellow)}.sign-up .chris{width:60%;display:block;margin-left:-2rem}.sign-up .mag{width:60%;position:absolute;top:6rem;right:-1rem;transform:rotate(-5deg)}.sign-up .chart{width:40%;position:absolute;top:16rem;left:1rem}.sign-up button{font-size:1.75rem;margin-top:1rem}.sign-up button span strong,.sign-up-alt form .btn strong{font-size:1.25em;font-weight:400;color:var(--col-yellow)}.sign-up-alt{font-size:1rem;padding-bottom:1rem}.sign-up-alt,.sign-up-alt *{z-index:1;position:relative;box-sizing:border-box}.sign-up-alt form{z-index:2;width:100%;margin-top:-8.5rem;padding:0 1.5rem}.sign-up-alt form input{width:100%;font-family:var(--txt-bold);font-size:1rem;color:var(--col-dark);background-color:var(--col-light);border:0;outline:0;border-radius:var(--bor-rad-small);box-shadow:inset 0 0 .5rem var(--col-grey-shadow);padding:.75em;margin-bottom:1rem;transition:background-color var(--hover-speed) ease-out}.sign-up-alt form .btn{width:100%;font-size:1.75em}.sign-up-alt form .btn strong{font-size:1.15em}.reports .title{text-align:center;padding:1rem 1rem 1.5rem}.faq .title h1,.reports .title h1{font-size:3rem;color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75);margin:0;position:relative}.reports .title h1 strong{width:max-content;font-size:1.45em;color:var(--col-yellow);display:block;margin:0 auto;position:relative}.reports .title h1 strong:after{width:100%;height:.1em;content:"";background-color:var(--col-yellow);position:absolute;bottom:-.1em;left:0}.reports .banner{color:var(--col-light);text-align:center;background-color:var(--col-dark);position:relative}.reports .banner h2{width:100%;font-size:1.4rem;color:var(--col-gray-dark);line-height:1.25em;padding:1rem;padding-top:0;margin:0}.reports .banner h2 strong{font-family:var(--txt-heading-alt);font-size:1.25em;color:var(--col-light);text-transform:uppercase;line-height:1.25em;display:block}.reports .product-list-nav,.reports .product-list-nav *{position:relative;box-sizing:border-box}.reports .product-list-nav .wrapper:before{--_padding:1rem;width:calc(100% + (var(--_padding)*2));height:100%;content:"";border:var(--col-gray-light) solid 2px;padding:0 var(--_padding) var(--_padding) var(--_padding);margin-left:auto;margin-right:auto;position:absolute;top:1rem;left:calc(var(--_padding)*-1)}.reports .product-list-nav h2{width:max-content;font-size:2rem;color:var(--col-brand-dark);background-color:var(--col-light);padding-left:.25em;padding-right:.25em;margin-bottom:.75em;margin-left:-.25em}.reports .product-list-nav ul{--_icon-size:.75em;--_color:var(--col-dark);--_color-hover:var(--col-blue);font-family:var(--txt-heading);font-size:1rem;color:var(--_color);list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.reports .product-list-nav ul li{padding-left:calc(var(--_icon-size) + .25em);transition:color var(--hover-speed) ease-in-out;cursor:pointer}.reports .product-list-nav ul li svg{width:var(--_icon-size);height:var(--_icon-size);fill:var(--_color);position:absolute;top:.35em;left:0;transition:fill var(--hover-speed) ease-in-out,transform var(--hover-speed) ease-in-out}.reports .product-list-nav ul li:focus,.reports .product-list-nav ul li:hover{color:var(--_color-hover)}.reports .product-list-nav ul li:focus svg,.reports .product-list-nav ul li:hover svg{fill:var(--_color-hover);transform:rotate(90deg)}.reports .labreports{padding:0 .5rem}.faq .faqs .qa,.reports .labreports .report{width:100%;border-radius:var(--bor-rad-small);position:relative}.reports .labreports .report{background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;box-shadow:.15em .15em #0000001a;padding:1.5rem 1.5rem 3rem;margin:2rem auto}.reports .labreports .report>h2{font-size:2rem;margin-bottom:2.5rem}.reports .labreports .report>a img{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 1rem var(--col-grey-shadow);display:block}.reports .labreports .report .copy{width:100%;display:inline-block;vertical-align:top;padding-top:.5rem}.reports .labreports .report .copy .btn{margin-top:.5rem}.reports .labreports .report .lab-report{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:-.5rem;position:relative}.reports .labreports .report .lab-report:before{z-index:2;font-family:var(--txt-heading);font-size:1.25rem;color:var(--col-light);line-height:1em;letter-spacing:-.05em;content:"Lab Report";background-color:var(--col-blue);border-radius:2px;padding:.25em .5em;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.reports .labreports .report .lab-report>svg,.reviews .product-reviews .product .lab-report>svg{--icon-size:3rem;z-index:2;width:var(--icon-size);height:var(--icon-size);color:var(--col-gray-dark);position:absolute;top:1rem;right:1rem}.reports .labreports .report .btn-top{position:absolute;bottom:.5rem;right:.5rem}.faq .title{text-align:center;padding:1rem 1rem 1.5rem}.faq .faqs .qa{background:linear-gradient(170deg,#eaedff00 50%,#eaedff);box-shadow:.15em .15em #eaedff;padding:1rem;margin:3rem auto}.faq .faqs .qa:first-child,.reviews .intro .product-list ul li:first-child{margin-top:0}.faq .faqs .qa:last-child{margin-bottom:1rem}.faq .faqs .qa:nth-child(2n){background:linear-gradient(10deg,#eaedff 0,#eaedff00 50%);box-shadow:-.15em .15em #eaedff}.faq .faqs .qa h2{font-size:1.5rem;color:var(--col-brand-dark);line-height:1.15em;position:relative;margin-left:-.18em;word-wrap:pretty}.faq .faqs .qa p{text-indent:2em;word-wrap:pretty}.faq .faqs .qa .img-main{width:100%;background-color:var(--col-light);border:rgba(0,0,0,.15) solid 1px;border-radius:var(--bor-rad-small);box-shadow:0 0 .75rem #0000001a;padding:.5rem;margin:1.5rem auto;display:block}.faq .faqs .qa .img-pills{width:75%;padding:1rem 4rem}.faq .faqs .qa .img-jar-of-pennies{padding:1rem 4rem}.faq .faqs .qa .img-girl,.faq .faqs .qa .img-ro-sparks{width:75%;padding:1rem 2rem}.faq .faqs .qa .img-girl{padding-bottom:0}.faq .faqs .qa .img-pfizer,.faq .faqs .qa .img-red-dress-girl{width:75%;padding:.5rem}.faq .faqs .qa .img-bottle-of-lies,.faq .faqs .qa .img-enquirer,.faq .faqs .qa .img-fake-viagra,.faq .faqs .qa .img-fda-mag,.faq .faqs .qa .img-jackal,.faq .faqs .qa .img-laxatives,.faq .faqs .qa .img-zyrexin{width:85%;padding:.5rem}.faq .faqs .qa .img-jar-of-pennies{width:90%}.faq .faqs .qa .img-hansen{padding:0;overflow:hidden}.faq .faqs .qa .img-hansen picture,.faq .faqs .qa .img-hansen picture img,.reviews .chris-hansen-foxnews .imgs img,.reviews .chris-hansen-foxnews .imgs picture,.reviews .chris-hansen-pill-danger picture,.reviews .chris-hansen-pill-danger picture img,.reviews .product-reviews .product .lab-report>picture>img{width:100%;display:block}.faq .faqs .qa .img-hansen p{padding:.5rem 1rem;text-indent:0}.faq .faqs .qa .img-duckymd{width:50%;margin:0 auto 1.5rem;display:block}.reviews .title{font-size:1rem;text-align:center;padding:1rem 1rem 1.5rem}.reviews .title h1{font-size:2.85em;margin:0;position:relative}.reviews .intro .product-list ul,.reviews .title h2{font-family:var(--txt-heading);margin:0;position:relative}.reviews .title h1,.reviews .title h2{color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75)}.reviews .title h2{font-size:1.05em}.reviews .title h2 strong{color:#ff0}.reviews .intro .vid{--img-placeholder: ;border:0;border-radius:0}.reviews .intro .pdf-download{margin:0}.reviews .intro .product-list{width:100%;padding:1rem .5rem;display:grid;grid-template-columns:1fr}.reviews .intro .product-list ul{width:100%;font-size:1.25rem;letter-spacing:-.05em;list-style:none;padding:0}.reviews .intro .product-list ul li{width:100%;min-height:3.5rem;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.reviews .intro .product-list .product-list-b li:nth-child(odd),.reviews .intro .product-list ul li:nth-child(2n){background-color:var(--col-gray-light)}.reviews .intro .product-list .product-list-b li:nth-child(2n){background-color:transparent}.reviews .intro .product-list ul li>svg{width:1.75em;height:1.75em;fill:var(--col-light);background-color:var(--col-blue);border:var(--col-blue) solid .35em;border-radius:100%;position:absolute;top:50%;left:.5em;transform:translateY(-50%);transition:fill var(--hover-speed) ease-in-out,border-color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.reviews .intro .product-list ul li:nth-child(2n):focus,.reviews .intro .product-list ul li:nth-child(2n):hover,.reviews .intro .product-list ul li:nth-child(odd):focus,.reviews .intro .product-list ul li:nth-child(odd):hover{color:var(--col-light);background-color:var(--col-red)}.reviews .intro .product-list ul li .grade{font-family:var(--txt-heading-alt);font-size:1em;color:var(--col-light);letter-spacing:.01em;line-height:1em;text-transform:uppercase;background-color:green;border:var(--col-light) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .5em #00000040;padding:.25em .5em;margin-left:.5em;display:inline-block;vertical-align:middle}.reviews .intro .product-list ul li .grade:before{content:"Grade "}.reviews .intro .product-list ul li .grade-good{background-color:var(--col-brand-alt)}.reviews .intro .product-list ul li .grade-average{background-color:var(--col-brand)}.reviews .intro .product-list ul li .rated-numer-one,.reviews .intro .product-list ul li .rated-scam{font-size:.65em}.reviews .intro .product-list ul:last-child li:last-child,.reviews .intro .product-list ul:last-child li:last-child:focus,.reviews .intro .product-list ul:last-child li:last-child:hover{font-family:var(--txt-heading);font-size:1.15rem;color:var(--col-dark);text-align:center;-webkit-text-decoration:underline;text-decoration:underline;background-color:var(--col-light);border-radius:0;padding:1rem;cursor:default}.reviews .intro .copy{font-size:1.15rem;text-align:left;padding:1.5rem 1rem 0}.reviews .intro .copy p{font-size:1em;line-height:1.6em;margin:0}.reviews .intro .copy p:first-child{font-family:var(--txt-heading);color:var(--col-brand-dark);text-align:center;margin-bottom:.75rem}.reviews .intro .copy p:first-child strong{color:var(--col-red);text-transform:uppercase}.reviews .intro .copy p:last-child,.reviews .product-reviews #product-scoreblue .vid-wrapper .vid-copy p:last-child{margin-bottom:0}.reviews .chris-hansen-foxnews,.reviews .chris-hansen-pill-danger{font-size:1rem;color:var(--col-light);text-align:center;background:var(--col-blue);background:linear-gradient(to bottom,var(--col-brand) 0%,var(--col-brand-dark) 100%)}.reviews .chris-hansen-foxnews .imgs{width:100%;margin:0 auto}.reviews .chris-hansen-foxnews .imgs picture img{border:var(--col-gray-light) solid 3px;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026}.reviews .chris-hansen-foxnews .imgs picture:first-child{transform:rotate(-2deg)}.reviews .chris-hansen-foxnews .imgs picture:last-child{transform:rotate(2deg);margin-top:-1rem}.reviews .chris-hansen-foxnews h2,.reviews .chris-hansen-pill-danger h2{font-size:2em;line-height:1.15em;text-transform:uppercase;text-shadow:0 0 .5rem rgba(0,0,0,.25);margin:1.5rem auto .5rem}.reviews .chris-hansen-foxnews h2 strong{color:var(--col-yellow)}.reviews .chris-hansen-foxnews h3,.reviews .chris-hansen-pill-danger h3{font-family:var(--txt-heading);font-size:1.25em;line-height:1.25em;text-transform:capitalize;text-shadow:0 0 .5rem rgba(0,0,0,.25);margin:0 auto}.reviews .chris-hansen-foxnews h3 strong{color:var(--col-red)}.reviews .chris-hansen-pill-danger .img{border:var(--col-dark) solid 5px;border-radius:var(--bor-rad);box-shadow:0 0 1rem #00000080;margin:0 auto}.reviews .chris-hansen-pill-danger h2 strong{color:var(--col-yellow)}.reviews .chris-hansen-pill-danger h3 strong,.reviews .product-reviews #product-hims .everalbum h2 strong{color:var(--col-red)}.reviews .product-reviews{font-size:1rem;padding:.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.reviews .product-reviews,.reviews .product-reviews *{position:relative;box-sizing:border-box}.reviews .product-reviews .product{background:linear-gradient(to top,#fff 0%,var(--col-gray-light) 100%);border:var(--col-grey) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .75rem #00000026;padding:1rem 1rem 1.5rem;margin-top:1rem}.reviews .product-reviews .product .img{--border-size:2px;width:100%;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;padding-bottom:var(--border-size)}.reviews .product-reviews .product .img:before{width:100%;height:100%;content:"";background:linear-gradient(to top,var(--col-gray-dark) 0%,var(--col-gray-light) 100%);border-radius:var(--bor-rad-fixed);position:absolute;top:0;left:0}.reviews .product-reviews .product .img .hero{width:calc(100% - (var(--border-size)*2));border-radius:var(--bor-rad-fixed);margin:var(--border-size)0 0 var(--border-size);display:block}.reviews .product-reviews .product .rated-numer-one,.reviews .product-reviews .product .rated-scam{position:absolute;top:.5rem;left:0}.reviews .product-reviews .product .img .rated-scam{visibility:hidden}.reviews .product-reviews .product-scam .img .rated-scam{visibility:visible}.reviews .product-reviews .product-scam .img .rated-scam-low{top:auto;bottom:1rem}.reviews .product-reviews .product-scam .rated-scam-top{font-size:1.25rem;top:1.5rem;left:auto;right:1.5rem}.reviews .product-reviews .product h2,.top-twenty .top-twenty-reviews .review .product .madein strong{color:var(--col-brand-dark)}.reviews .product-reviews .product .heading{text-transform:uppercase;margin-top:2rem}.reviews .product-reviews .product .heading em{font-family:var(--txt-heading);font-size:.6em;font-style:normal;letter-spacing:-.05em;text-transform:capitalize;opacity:.75}.reviews .product-reviews .product .heading em span{font-size:.75em}.reviews .product-reviews .product .heading>span{text-transform:lowercase}.reviews .product-reviews .product .heading:after{width:100%;height:2px;content:"";background-color:var(--col-gray-dark);position:absolute;bottom:-.2em;left:0}.reviews .product-reviews .product .heading-mobile{margin:.5rem 0 2rem}.reviews .product-reviews .product .sub-heading{font-family:var(--txt-heading);font-size:1.5rem;color:var(--col-brand);line-height:1.25em;letter-spacing:-.05em;text-transform:capitalize;margin-top:1rem}.reviews .product-reviews .product .highlights{--_padding:1rem;--_color:var(--col-dark);--_color-heading:var(--col-brand);--_color-bull:var(--_color-heading);--_color-back:var(--col-light);--_col-border:var(--col-brand-dark);--_size-border:1px;--_size-heading:1.5em;font-size:1rem;width:calc(100% + var(--_padding));background-color:var(--_color-back);border:var(--_col-border) solid var(--_size-border);border-radius:var(--bor-rad-small);border-top-left-radius:0;padding:.75rem;margin:2rem 0 1rem calc((var(--_padding)/2)/-1);isolation:isolate}.reviews .product-reviews .product .highlights *{z-index:2}.reviews .product-reviews .product .highlights:before{--_offset:.75em;z-index:1;font-size:var(--_size-heading);width:6.35em;height:var(--_offset);content:"";background-color:var(--_color-back);border:var(--_col-border) solid var(--_size-border);border-bottom:none;border-top-left-radius:var(--bor-rad-small);border-top-right-radius:var(--bor-rad-small);position:absolute;top:calc(var(--_offset)*-1);left:calc(var(--_size-border)*-1)}.reviews .product-reviews .product .copy-intro .highlights h4,.reviews .product-reviews .product .highlights h4{font-family:var(--txt-heading-alt);font-size:var(--_size-heading);font-weight:400;color:var(--_color-heading);text-transform:uppercase;letter-spacing:.05em;padding:.25em .5em;margin:0;position:absolute;top:-.7em;left:0}.reviews .product-reviews .product .highlights ul{font-family:var(--txt-bold);font-size:1.1em;color:var(--_color);line-height:1.35em;text-wrap:pretty;list-style:none;padding:0;margin:0}.reviews .product-reviews .product .highlights ul li{padding-left:1em;margin:.75em 0}.reviews .product-reviews .product .highlights ul li:before{width:.65em;height:.65em;content:"";background-color:var(--_color-bull);border-radius:100%;position:absolute;top:.35em;left:0}.reviews .product-reviews .product .highlights ul strong{font-family:var(--txt-heading);font-weight:400}.reviews .product-reviews .product .copy{font-size:1.1rem;padding:0 .5rem;margin:0}.reviews .product-reviews .product .copy p{font-family:var(--txt-news);font-size:1.15em;line-height:1.4;margin-top:0;margin-bottom:1rem}.reviews .product-reviews .product p em{font-style:normal;font-weight:700}.reviews .product-reviews .product .copy p a{word-break:break-all}.reviews .product-reviews .product .copy h4{font-family:var(--txt-news);font-size:1.35em;line-height:1.15em;margin-bottom:1rem;text-wrap:pretty}.reviews .product-reviews .product img,.reviews .product-reviews .product picture{max-width:100%;display:block;margin:0 auto}.reviews .product-reviews .product .img-wrapper{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:-.5rem}.reviews .product-reviews .product .img-copy{font-family:var(--txt-heading);font-size:1.1em;color:var(--col-brand-dark);line-height:1.25em;text-align:center;text-wrap:pretty;padding-left:1rem;padding-right:1rem;margin-bottom:2rem;display:block}.reviews .product-reviews .product .img-copy strong{font-family:var(--txt-heading-alt);font-size:1.75em;font-weight:400;color:var(--col-brand);line-height:1.25em;margin-bottom:.1em;display:block}.reviews .product-reviews .product .img-copy-alt{font-family:var(--txt-news);font-size:1.2em;color:var(--col-brand-dark);line-height:1.25em;text-align:left;text-wrap:pretty;padding:0 1rem 1.5rem;margin:0 auto;display:block}.reviews .product-reviews .product .img-copy-alt strong{font-size:1.1em;display:block;margin-bottom:.25em}.reviews .product-reviews .product .lab-report{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:2rem;margin-bottom:2rem;margin-left:-.5rem}.reviews .product-reviews .product .lab-report:before{z-index:2;font-family:var(--txt-heading);font-size:1.25rem;color:var(--col-light);line-height:1em;letter-spacing:-.05em;content:"Lab Report";background-color:var(--col-blue);border-radius:2px;padding:.25em .5em;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.reviews .product-reviews .product .copy-bottom-line,.reviews .product-reviews .product .heading-bottom-line{font-family:var(--txt-heading)!important;color:var(--col-blue)}.reviews .product-reviews .product .copy-bottom-line{font-size:1em!important;line-height:1.5!important}.reviews .product-reviews .product .heading-bottom-line{font-size:1.25em;letter-spacing:-.05em;margin-bottom:.25em}.reviews .product-reviews .product .copy .btn{width:100%;margin-bottom:2rem}.reviews .product-reviews .product .copy .btn>svg{position:absolute}.reviews .product-reviews .product video{border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;display:block;cursor:pointer}.reviews .product-reviews .product .vid,.reviews .product-reviews .product video{width:calc(100% + 1rem);max-width:none;margin-bottom:1rem;margin-left:-.5rem}.reviews .product-reviews .product .video-copy,.reviews .product-reviews .product .video-heading{font-size:1.85rem;color:var(--col-brand-dark);text-align:center;line-height:1.15em}.reviews .product-reviews .product .video-copy{font-family:var(--txt-heading);font-size:1rem;margin-bottom:1.5rem;display:block}.reviews .product-reviews .product .video-copy .big{font-family:var(--txt-heading-alt);font-size:1.5em;font-weight:400;color:var(--col-blue);line-height:1.25em;text-transform:uppercase;display:block}.reviews .product-reviews .product .btn-top{position:absolute;bottom:.5rem;right:1rem}.reviews .product-reviews .product .product-rating-information{width:100%;border:var(--col-dark) solid 5px;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000040;background-color:var(--col-dark);margin:1.5rem auto}.reviews .product-reviews .product .fda-report{width:95%;margin:1.5rem auto;display:grid;grid-template-columns:1fr}.reviews .product-reviews .product .fda-report img,.reviews .product-reviews .product .fda-report picture{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;display:block}.reviews .product-reviews .product .fda-report>div:nth-child(1){transform:rotate(-2deg)}.reviews .product-reviews .product .fda-report>div:nth-child(2){transform:rotate(2deg);margin-top:-1rem}.reviews .product-reviews .product .fda-report .img-copy,.reviews .product-reviews .product .fda-report .img-copy-alt{margin:1.5rem auto 0}.reviews .product-reviews .product .fda-report .btn{width:95%;font-family:var(--txt-heading);font-size:1.25rem;text-transform:capitalize;padding:.5em 3em .5em .5em;margin:2rem auto 0}.reviews .product-reviews #product-scoreblue .img-a{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-scoreblue .img-b,.reviews .product-reviews #product-scoreblue .img-c{margin:1.5rem auto}.reviews .product-reviews #product-hims .img-a,.reviews .product-reviews #product-hims .img-b,.reviews .product-reviews #product-roman .img-a,.reviews .product-reviews #product-roman .img-c{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-roman .img-d{margin:1.5rem auto}.reviews .product-reviews #product-bluechew .img-a,.reviews .product-reviews #product-mydrhank .img-a,.reviews .product-reviews #product-rexmd .img-a,.reviews .product-reviews #product-rexmd .img-b,.reviews .product-reviews #product-rugiet-man .img-b,.reviews .product-reviews #product-rugiet-man .img-c,.reviews .product-reviews #product-ziphealth .img-a,.reviews .product-reviews #product-ziphealth .img-c{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-scoreblue .imgs-a{width:90%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-roman .roman-labels>div img,.reviews .product-reviews #product-roman .roman-labels>div picture,.reviews .product-reviews #product-scoreblue .img-b{width:100%}.reviews .product-reviews #product-scoreblue .img-c{width:100%;border-radius:5px;box-shadow:.2rem .2rem .2rem #00000026;margin-top:-1rem}.reviews .product-reviews #product-scoreblue .imgs-a .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-scoreblue .vid-wrapper{--_padding:1rem;--_margin:1.5rem;width:calc(100% + (var(--_padding)*2));background-color:var(--col-light);border:var(--col-gray-dark) solid 1px;border-radius:var(--bor-rad-small);padding:calc(var(--_padding)*2) var(--_padding) calc(var(--_padding)*2) var(--_padding);margin:var(--_margin) auto var(--_margin) calc(var(--_padding)*-1)}.reviews .product-reviews #product-scoreblue .vid-wrapper .vid{width:100%;margin:0 auto var(--_margin) auto}.reviews .product-reviews #product-scoreblue .vid-wrapper .vid-copy h2{font-family:var(--txt-news);font-size:2rem;font-weight:700;text-transform:capitalize;text-wrap:pretty}.reviews .product-reviews #product-scoreblue .hero-wrapper .vid{width:100%;padding:0;margin:0}.reviews .product-reviews #product-scoreblue .img-counterfiet-chart{margin:1.5rem auto 1rem}.reviews .product-reviews #product-scoreblue .img-counterfiet-chart-copy{text-align:left;margin:0 auto 2.5rem}.reviews .product-reviews #product-hims .imgs-a{width:90%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-hims .imgs-a .img-copy{margin-bottom:0}.reviews .product-reviews #product-hims .imgs-c{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-hims .imgs-c>div{overflow:hidden}.reviews .product-reviews #product-hims .imgs-c>div:first-child{border-top-left-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(2){border-top-right-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(5){border-bottom-left-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c>div:last-child{border-bottom-right-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c-copy{margin-bottom:2.5rem}.reviews .product-reviews #product-hims .fda-report{margin-bottom:0}.reviews .product-reviews #product-hims .hims-invoices .img-wrapper,.reviews .product-reviews #product-hims .img-h{width:100%;margin:0 auto}.reviews .product-reviews #product-hims .img-h-m{margin-bottom:2rem}.reviews .product-reviews #product-hims .hims-invoices,.reviews .product-reviews #product-hims .hims-rusan,.reviews .product-reviews .product .article-combine{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr}.reviews .product-reviews #product-hims .hims-invoices .img-copy-alt{margin:.75rem auto 0}.reviews .product-reviews #product-hims .hims-tech-list{--_padding:1.75rem;font-size:1.15rem;text-wrap:pretty;padding:0 0 0 var(--_padding);margin:0 auto 1.5rem;display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-hims .hims-tech-list li:first-child{font-family:var(--txt-heading);list-style:none;margin-left:calc(var(--_padding)*-1)}.reviews .product-reviews #product-hims .imgs-formula-docs{width:100%;border:var(--col-light) solid 2px;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto;display:grid;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-hims .imgs-formula-docs>*{border:var(--col-light) solid 1px;display:block;overflow:hidden}.reviews .product-reviews #product-hims .imgs-formula-docs>:first-child{border-top-left-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-formula-docs>:last-child{border-bottom-right-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(2){border-top-right-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(9){border-bottom-left-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-hunterbook{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-hims .imgs-hunterbook .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-hims .everalbum{width:100%;font-size:1rem;background-color:var(--col-gray-light);border:var(--col-gray-dark) solid 2px;border-radius:var(--bor-rad-fixed);padding:1rem 1rem 2rem;margin-bottom:2rem}.reviews .product-reviews #product-hims .everalbum h2{font-size:1.75em;color:var(--col-brand-dark);line-height:1.15em;text-align:center;margin-bottom:1.5rem}.reviews .product-reviews #product-hims .everalbum-pdf{width:100%;display:grid;grid-template-columns:1fr}.reviews .product-reviews #product-hims .everalbum-pdf .img-wrapper{width:100%;border:var(--col-gray-dark) solid 1px;margin:0}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf>:not(:first-child){margin-top:-1rem}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf>:nth-child(2n){transform:rotate(2deg)}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf>:nth-child(odd){transform:rotate(-2deg)}.reviews .product-reviews #product-hims .everalbum p{font-size:1.15em;margin:2rem auto 0}.reviews .product-reviews #product-hims .list-of-names{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-hims .img-hims-eye{width:95%;margin:2rem auto .75rem}.reviews .product-reviews #product-hims .img-hims-eye-copy{margin-bottom:0;padding-bottom:0}.reviews .product-reviews #product-hims .hims-innovative-products-ad{width:100%;border:rgba(0,0,0,.05) solid 3px;border-radius:var(--bor-rad);margin-bottom:2rem}.reviews .product-reviews #product-hims .imgs-pharma{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-hims .imgs-pharma .img-wrapper{width:100%;margin:0;display:block}.reviews .product-reviews #product-hims .imgs-pharma .img-copy{margin-top:.75rem}.reviews .product-reviews #product-hims .img-h{background-color:#00000080;padding:.15rem}.reviews .product-reviews #product-hims .img-kamal-saliba-doc-copy{text-align:left;margin-bottom:1.5rem}.reviews .product-reviews #product-hims .imgs-3x3{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-hims .imgs-3x3 .img-wrapper{width:100%;margin:0;display:block}.reviews .product-reviews #product-hims .imgs-hims-articles{width:100%;margin:2.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-hims .imgs-hims-articles .img-wrapper{width:100%;margin:0 auto;display:block}.reviews .product-reviews #product-hims .imgs-hims-articles span{text-align:center;margin-top:1rem}.reviews .product-reviews #product-hims .img-the-conversation-mobile{width:100%;margin:0 auto 2.5rem}.reviews .product-reviews #product-hims .imgs-wsj,.reviews .product-reviews #product-roman .imgs-a{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-hims .imgs-wsj .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-roman .imgs-a{grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-roman .imgs-a .img-wrapper{width:100%;margin:0 auto}.reviews .product-reviews #product-roman .img-a-copy strong{font-size:1.5em;color:var(--col-red);text-transform:uppercase;text-align:center}.reviews .product-reviews #product-roman .img-e{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto;display:block}.reviews .product-reviews #product-roman .roman-labels{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.reviews .product-reviews #product-roman .roman-labels>div{border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;overflow:hidden}.reviews .product-reviews #product-roman .roman-labels>div:last-child{border:var(--col-dark) solid 2px}.reviews .product-reviews #product-roman .articles-india .tubs,.reviews .product-reviews #product-roman .imgs-b{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-roman .imgs-b>div{width:100%;margin:0;overflow:hidden}.reviews .product-reviews #product-roman .articles-india{width:100%;background-color:var(--col-gray-light);border:var(--col-gray-dark) solid 1px;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:1rem 1rem 0;margin:1.5rem auto}.reviews .product-reviews #product-roman .articles-india h2{font-family:var(--txt-news);font-size:2rem;font-weight:700;line-height:1.15em;letter-spacing:-.03em}.reviews .product-reviews #product-roman .articles-india .tubs img,.reviews .product-reviews #product-roman .articles-india .tubs picture{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:0 auto}.reviews .product-reviews #product-roman .articles-india .tubs .img-copy{width:100%;margin:1rem auto 0}.reviews .product-reviews #product-roman .articles-india .img-camber,.reviews .product-reviews #product-roman .articles-india .img-package{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto 1rem;overflow:hidden}.reviews .product-reviews #product-roman .articles-india .img-camber{width:80%;margin:1.5rem auto}.reviews .product-reviews #product-roman .roman-orajel{margin-bottom:2.5rem}.reviews .product-reviews #product-roman .img-d .img-wrapper,.reviews .product-reviews #product-roman .img-d .vid,.reviews .product-reviews #product-roman .vid-office{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-roman .imgs-roman-tadalafil{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-bluechew .imgs-b img,.reviews .product-reviews #product-duckymd .img-a img,.reviews .product-reviews #product-duckymd .imgs-a img,.reviews .product-reviews #product-roman .imgs-b>div,.reviews .product-reviews #product-roman .imgs-roman-tadalafil img,.reviews .product-reviews #product-roman .imgs-roman-tadalafil picture{border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026}.reviews .product-reviews #product-roman .img-copy-nhf{font-family:var(--txt-default);font-size:1em;font-weight:400;text-align:left;padding:0 .25rem;margin:1rem auto;display:block}.reviews .product-reviews #product-roman .img-copy-nhf i{font-style:normal}.reviews .product-reviews #product-roman .list-pharmacists{width:100%;font-size:1rem;border:var(--col-light) solid 8px;border-radius:10px;box-shadow:.25rem .25rem .1rem #0000000d;margin:1.5rem auto}.reviews .product-reviews #product-roman .list-pharmacists ul{font-family:var(--txt-heading);font-size:.9em;line-height:1.15em;text-transform:capitalize;list-style:none;background-color:var(--col-light);padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-roman .list-pharmacists ul li{border:var(--col-gray-dark) solid 1px;padding:1em}.reviews .product-reviews #product-roman .list-pharmacists ul li:nth-child(2n){border-left:none;text-transform:uppercase;text-align:center}.reviews .product-reviews #product-roman .list-pharmacists ul:last-child li:nth-child(5),.reviews .product-reviews #product-roman .list-pharmacists ul:last-child li:nth-child(6){color:var(--col-light);background-color:var(--col-red);border-color:var(--col-red)}.reviews .product-reviews #product-roman .list-pharmacists ul:last-child li:nth-child(5){text-align:right;border-top-left-radius:15px;border-bottom-left-radius:15px;padding-right:0}.reviews .product-reviews #product-roman .list-pharmacists ul:last-child li:nth-child(6){text-align:left;border-top-right-radius:15px;border-bottom-right-radius:15px;padding-left:0}.reviews .product-reviews #product-roman .list-pharmacists ul .jackal picture{z-index:2;position:absolute;top:-.3em;left:-.25em}.reviews .product-reviews #product-roman .list-pharmacists ul .jackal picture img{width:16em;height:5.5em;max-width:none}.reviews .product-reviews #product-roman .img-conmen span{width:100%;font-family:var(--txt-heading);font-size:1.75rem;color:var(--col-red);letter-spacing:-.05em;text-align:center;text-shadow:.02em .02em .1em rgba(0,0,0,.05);margin:0 auto;display:block}.reviews .product-reviews #product-roman .img-d,.reviews .product-reviews #product-ziphealth .img-c>div{width:100%}.reviews .product-reviews #product-rexmd .img-b .img-wrapper,.reviews .product-reviews #product-ziphealth .img-a .img-wrapper{margin:0 0 .25rem}.reviews .product-reviews #product-rexmd .img-b .img-copy u{color:var(--col-red);text-transform:uppercase}.reviews .product-reviews #product-bluechew .img-letters{width:95%;margin:2rem auto}.reviews .product-reviews #product-bluechew .img-letters>div{margin:-1rem 0 0}.reviews .product-reviews #product-bluechew .img-letters>div:nth-child(odd){transform:rotate(-3deg)}.reviews .product-reviews #product-bluechew .img-letters>div:nth-child(2n){transform:rotate(3deg)}.reviews .product-reviews #product-bluechew .btn-video{font-size:1.75rem;padding:.5em 3em .5em 1em;margin:0 auto 1.5rem}.reviews .product-reviews #product-bluechew .btn-video svg{transform:rotate(-90deg) translate(.4em)}.reviews .product-reviews #product-bluechew .vid-copy{font-size:1.15rem;line-height:1.4em;text-wrap:pretty;margin:0 auto 1rem}.reviews .product-reviews #product-bluechew .imgs-a{width:90%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-bluechew .imgs-a .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-bluechew .imgs-a .img-copy{width:100%;margin:1rem 0 0}.reviews .product-reviews #product-bluechew .img-b{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-bluechew .list{font-family:var(--txt-heading);color:var(--col-brand-dark);padding:0 0 0 1.5rem}.reviews .product-reviews #product-bluechew .imgs-b{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-bluechew .imgs-b .img-copy-alt{padding:0 1rem;margin:1rem 0 0}.reviews .product-reviews #product-bluechew .imgs-chris-interview,.reviews .product-reviews #product-bluechew .imgs-social-media,.reviews .product-reviews #product-roman .imgs-chris-interview,.reviews .product-reviews #product-rugiet-man .imgs-chris-interview{width:100%;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin:1rem auto}.reviews .product-reviews #product-bluechew .imgs-chris-interview .img-wrapper,.reviews .product-reviews #product-bluechew .imgs-social-media .img-wrapper,.reviews .product-reviews #product-roman .imgs-chris-interview .img-wrapper,.reviews .product-reviews #product-rugiet-man .imgs-chris-interview .img-wrapper{width:100%;padding:.3rem;margin:0}.reviews .product-reviews #product-bluechew .imgs-chris-interview-copy,.reviews .product-reviews #product-roman .imgs-chris-interview-copy,.reviews .product-reviews #product-rugiet-man .imgs-chris-interview-copy{margin-bottom:0}.reviews .product-reviews #product-roman .roman-lab-report-heading{font-size:2rem;text-align:center}.reviews .product-reviews #product-roman .img-ro-bottle{margin-top:2.5rem}.reviews .product-reviews #product-roman .img-ro-bottle-copy{text-align:left;margin-bottom:2.5rem}.reviews .product-reviews #product-bluechew .imgs-social-media{gap:0}.reviews .product-reviews #product-bluechew .imgs-social-media picture:first-child img{transform:rotate(-2deg);margin-left:-.25rem}.reviews .product-reviews #product-bluechew .imgs-social-media picture:last-child img{margin-top:-2rem;transform:rotate(2deg);margin-left:.25rem}.reviews .product-reviews #product-bluechew .img-fb-video-ad{width:100%;margin:1.5rem auto 1rem}.reviews .product-reviews #product-bluechew .img-camel,.reviews .product-reviews #product-bluechew .img-ins-youths{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.pdf-blacklist .pdf-blacklist-imgs picture img,.reviews .product-reviews #product-bluechew .img-camel picture,.reviews .product-reviews #product-bluechew .img-camel picture img,.reviews .product-reviews #product-bluechew .img-camel span,.reviews .product-reviews #product-bluechew .img-ins-youths picture,.reviews .product-reviews #product-bluechew .img-ins-youths picture img,.top-twenty .top-twenty-reviews .review .copy h3 .break{display:block}.reviews .product-reviews #product-bluechew .img-camel picture img,.reviews .product-reviews #product-bluechew .img-ins-youths picture img{border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000040}.reviews .product-reviews #product-bluechew .img-camel span,.reviews .product-reviews #product-bluechew .img-ins-youths-copy{font-family:var(--txt-heading-alt);font-size:1.5em;line-height:1.15em;padding:0 .5rem}.reviews .product-reviews #product-bluechew .img-camel span strong,.reviews .product-reviews #product-bluechew .img-ins-youths-copy strong{font-weight:400}.reviews .product-reviews #product-bluechew .img-ins-youths-copy{margin-bottom:1.5rem}.reviews .product-reviews #product-duckymd .img-a,.reviews .product-reviews #product-malemd .img-a,.reviews .product-reviews #product-malemd .img-b,.reviews .product-reviews #product-malemd .img-c,.reviews .product-reviews #product-viking-man .img-a{width:95%;margin:1.5rem auto}.reviews .product-reviews #product-duckymd .img-a .img-copy-alt,.reviews .product-reviews #product-duckymd .imgs-a .img-copy-alt{padding-bottom:0;margin:1rem auto 0}.reviews .product-reviews #product-duckymd .imgs-a{width:95%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-malemd .img-a picture img,.reviews .product-reviews #product-malemd .img-b picture img,.reviews .product-reviews #product-malemd .img-c picture img{border:rgba(0,0,0,.1) solid 1px;border-radius:var(--bor-rad-small);margin-bottom:.75rem}.reviews .product-reviews #product-malemd .imgs-b{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-malemd .imgs-c,.reviews .product-reviews #product-viking-man .imgs-a{width:95%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-malemd .imgs-c picture img,.reviews .product-reviews #product-viking-man .imgs-a picture img{border:rgba(0,0,0,.1) solid 1px;border-radius:var(--bor-rad-small)}.reviews .product-reviews #product-malemd .imgs-d{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-viking-man .img-b{width:95%;border:rgba(0,0,0,.1) solid 1px;border-radius:var(--bor-rad-small);margin:1.5rem auto 1rem}.reviews .product-reviews #product-viking-man .img-c{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-friday-plans .img-a,.reviews .product-reviews #product-hello-cake .img-a,.reviews .product-reviews #product-lemonaid .img-a,.reviews .product-reviews #product-rugiet-man .img-a{width:95%;margin:1.5rem auto .5rem}.reviews .product-reviews #product-lemonaid .img-b{margin:0}.reviews .product-reviews #product-mydrhank .img-b{width:95%;margin:1.5rem auto 1rem}.reviews .product-reviews #product-mydrhank .imgs-a{width:80%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-mydrhank .imgs-a .img-wrapper{width:100%;margin:0}.reviews .product-reviews .product .imgs-double{width:100%;margin:1.5rem auto}.reviews .product-reviews .product .imgs-double .arrow-double{width:50%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg)}.reviews .product-reviews .product .imgs-double img,.reviews .product-reviews .product .imgs-double picture{width:100%;display:block}.reviews .product-reviews #product-all-american-pharma .slides{--_size:20rem;--_time:20s;width:var(--_size);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto;overflow:hidden}.reviews .product-reviews #product-all-american-pharma .slides:before{width:var(--_size);height:var(--_size);content:"";background-color:var(--col-dark);display:block}.reviews .product-reviews #product-all-american-pharma .slides img,.reviews .product-reviews #product-all-american-pharma .slides picture{width:var(--_size);height:var(--_size);display:block}.reviews .product-reviews #product-all-american-pharma .slides .slides-wrapper{width:max-content;height:var(--_size);display:grid;grid-template-columns:repeat(5,1fr);position:absolute;top:0;left:0;animation:slides-slide var(--_time) infinite alternate}.reviews .product-reviews #product-all-american-pharma .img-b-copy-alt{width:100%;text-align:center;text-wrap:pretty;padding:0 .5em;margin-bottom:1.5rem}.reviews .product-reviews #product-all-american-pharma .img-d{width:90%;margin:0 auto;transform:rotate(-5deg)}.reviews .product-reviews #product-rexmd .img-c{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto;overflow:hidden}.reviews .product-reviews #product-rexmd .img-actor-copy strong{font-size:1.75rem}.reviews .product-reviews #product-rexmd .imgs-a,.reviews .product-reviews #product-rexmd .imgs-b,.reviews .product-reviews #product-rexmd .imgs-cvs,.reviews .product-reviews #product-rexmd .imgs-facebook{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-rexmd .imgs-a .img-wrapper,.reviews .product-reviews #product-rexmd .imgs-b .img-wrapper,.reviews .product-reviews #product-rexmd .imgs-cvs .img-wrapper,.reviews .product-reviews #product-rexmd .imgs-facebook .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-rexmd .heading-cvs{margin-top:2rem}.reviews .product-reviews #product-friday-plans .headline{font-family:var(--txt-heading-alt);font-size:1.75em;font-weight:400;text-wrap:pretty;margin:1.5rem 0 1rem}.reviews .product-reviews #product-friday-plans .vid{width:100%;margin:2.5rem auto 1rem}.reviews .product-reviews #product-friday-plans .vid-watertest-copy{width:100%;font-size:1.1rem;padding:0}.reviews .product-reviews #product-friday-plans .img-c,.reviews .product-reviews #product-friday-plans .img-d,.reviews .product-reviews #product-friday-plans .img-f{width:94%;margin:1.5rem auto}.reviews .product-reviews #product-friday-plans .img-d .img-copy,.reviews .product-reviews #product-friday-plans .img-f .img-copy{text-align:left;padding:0}.reviews .product-reviews #product-friday-plans .img-g{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-friday-plans .img-g .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-friday-plans .img-xrays{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-friday-plans .img-xrays img,.reviews .product-reviews #product-friday-plans .img-xrays picture{width:100%;border-radius:var(--bor-rad-small);margin-bottom:.5rem}.reviews .product-reviews #product-friday-plans .img-xrays .img-copy-alt{width:100%;font-size:1.15rem;color:var(--col-dark);padding:.5rem}.reviews .product-reviews #product-friday-plans .imgs-package-comparison{width:100%;margin:1.5rem 0 0;display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-friday-plans .imgs-package-comparison .img-wrapper{width:100%;padding:.25rem;margin:0 0 1rem}.reviews .product-reviews #product-friday-plans .imgs-package-comparison .img-cop-alt{margin:0}.reviews .product-reviews #product-friday-plans .img-fruadsters,.reviews .product-reviews #product-friday-plans .img-swollenballs{width:110%;max-width:none;margin:1.5rem auto;margin-left:-5%}.reviews .product-reviews #product-friday-plans .imgs-b{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-friday-plans .imgs-b .img-wrapper{width:100%;margin:0;display:block}.reviews .product-reviews #product-friday-plans .imgs-b .img-copy-alt{margin-top:1rem}.reviews .product-reviews #product-friday-plans .img-dohhs{margin-top:2rem}.reviews .product-reviews #product-rocket-rx .img-a,.reviews .product-reviews #product-rocket-rx .img-b,.reviews .product-reviews #product-rocket-rx .img-c{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-rocket-rx .img-b .img-wrapper{width:100%;margin:0 auto 1.5rem}.reviews .product-reviews #product-rocket-rx .img-b .img-copy-alt{padding-top:0;padding-bottom:0}.reviews .product-reviews #product-rocket-rx .img-profile-pic,.reviews .product-reviews #product-rugiet-man .img-profile-pic,.reviews .product-reviews #product-ziphealth .img-profile-pic{width:100%;margin:0 auto}.reviews .product-reviews #product-rocket-rx .img-profile-pic .img-wrapper,.reviews .product-reviews #product-rugiet-man .img-profile-pic .img-wrapper,.reviews .product-reviews #product-ziphealth .img-profile-pic .img-wrapper{width:100%;margin:1rem auto}.reviews .product-reviews #product-rocket-rx .img-profile-pic .img-copy-alt,.reviews .product-reviews #product-rugiet-man .img-profile-pic .img-copy-alt,.reviews .product-reviews #product-ziphealth .img-profile-pic .img-copy-alt{width:100%;font-family:var(--txt-default);font-size:.8em;padding-left:0;padding-right:0;line-height:1.35em;text-wrap:pretty}.reviews .product-reviews #product-rocket-rx .img-copy-alt-inteview{font-family:var(--txt-default);font-size:.8em;padding-left:0;padding-right:0;line-height:1.35em;text-wrap:pretty}.reviews .product-reviews #product-ziphealth .imgs-founders{width:100%;margin:0 auto 1.5rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-ziphealth .imgs-founders img{border-radius:var(--bor-rad-small)}.reviews .product-reviews #product-rocket-rx .img-copy-alt-inteview{width:100%;padding:.25rem}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs .img-wrapper{width:100%;padding:.25rem;margin:0}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:not(:first-child){margin-top:-1rem}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(odd){transform:rotate(-1deg)}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(2n){transform:rotate(1deg)}.reviews .product-reviews #product-rugiet-man .img-e,.reviews .product-reviews #product-rugiet-man .imgs-a{width:95%;margin:1.5rem auto}.reviews .product-reviews #product-rugiet-man .imgs-a .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-rugiet-man .imgs-a>div:first-child{margin-bottom:1rem}.reviews .product-reviews #product-rugiet-man .imgs-b .arrow-double{width:40%;top:42%;left:14%}.reviews .product-reviews #product-rugiet-man .img-f-copy-alt{font-size:1em}.reviews .product-reviews #product-rugiet-man .fda-documents,.reviews .product-reviews #product-rugiet-man .imgs-c{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.reviews .product-reviews #product-rugiet-man .fda-documents>div{background-color:#fff;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem 0;overflow:hidden}.reviews .product-reviews #product-rugiet-man .imgs-c{grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-rugiet-man .imgs-c .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-hello-cake .img-b{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-hello-cake .img-hunter-morris{width:90%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding-bottom:.5rem;margin:1.5rem auto;overflow:hidden}.reviews .product-reviews #product-hello-cake .img-hunter-morris-copy{width:90%}.reviews .product-reviews .product .product-fda-banner{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;display:block;margin:1.5rem auto}.reviews .product-reviews .product-canadian{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews .product-canadian>h2{margin:.5rem 0 0!important}.reviews .product-reviews .product-canadian>.highlights{padding-top:1.25rem;margin-top:1rem}.reviews .product-reviews .product-canadian .company{background-color:var(--col-light);border:var(--col-gray-dark) solid 1px;border-radius:var(--bor-rad-small);padding:1rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews .product-canadian .company .hero{background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026}.reviews .product-reviews .product-canadian .company .no-border{box-shadow:none}.reviews .product-reviews .product-canadian .company .copy h2,.reviews .product-reviews .product-canadian .company .copy h3,.reviews .product-reviews .product-canadian .company .copy p{text-wrap:pretty}.reviews .product-reviews .product-canadian .company .copy h2{font-size:2rem;margin-bottom:.15em}.reviews .product-reviews .product-canadian .company .copy h3{font-family:var(--txt-heading);font-size:1.25rem;color:var(--col-brand);letter-spacing:-.03em;line-height:1.15em;margin-bottom:.5em}.reviews .product-reviews .product-canadian .company .btn-top{bottom:.5rem;right:.5rem}.reviews .product-reviews .product .vid-chris-interview-mobile{border:var(--col-light) solid 5px;background-color:var(--col-light)}.reviews .product-reviews .product .vid-snapchat{width:100%;margin:2.5rem auto}.reviews .product-reviews .product .vids-snapchat{width:100%;margin:2.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews .product .vids-snapchat .vid{width:100%;margin:0}.top-twenty .title{background-color:#152a5a}.top-twenty .intro{font-size:1rem;background-color:#00000008;padding:1.5rem}.top-twenty .intro h2{font-size:3em;word-wrap:pretty}.top-twenty .intro h2 strong{font-weight:400;color:var(--col-brand-dark)}.top-twenty .intro p{font-size:1.15em}.top-twenty .top-twenty-reviews,.top-twenty .top-twenty-reviews *{position:relative;box-sizing:border-box}.top-twenty .top-twenty-reviews{counter-reset:twelve-count 0}.top-twenty .top-twenty-reviews .pdf-ad{padding:1.5rem .25rem}.top-twenty .top-twenty-reviews .review{width:100%;font-size:1rem;position:relative;counter-increment:twelve-count 1;border-bottom:var(--col-gray-light) solid 2px;padding:1.5rem 0 3rem}.top-twenty .top-twenty-reviews .review:before{font-family:var(--txt-heading);font-size:2.25em;line-height:1.15em;letter-spacing:-.05em;content:attr(aria-label);padding:.25rem .5rem 0 4rem;margin-bottom:.75rem;display:block}.top-twenty .top-twenty-reviews .review:after{width:1.75em;height:1.75em;font-family:var(--txt-heading);font-size:1.75em;color:var(--col-light);line-height:1em;content:counter(twelve-count);background-color:var(--col-brand);border-radius:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:1.5rem;left:.5rem}.top-twenty .top-twenty-reviews .review .product{width:100%;padding:1.5rem}.top-twenty .top-twenty-reviews .review .product picture img{width:75%;margin:0 auto;display:block}.top-twenty .top-twenty-reviews .review .product-squareratio picture img{width:60%}.top-twenty .top-twenty-reviews .review .product .dosage{width:100%;font-family:var(--txt-heading);font-size:1em;line-height:1em;text-transform:uppercase;text-align:center;list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.top-twenty .top-twenty-reviews .review .product .dosage-one{grid-template-columns:1fr}.top-twenty .top-twenty-reviews .review .product .dosage .small{text-transform:capitalize;font-size:.75em}.top-twenty .top-twenty-reviews .review .product .dosage-two{grid-template-columns:repeat(2,1fr)}.top-twenty .top-twenty-reviews .review .product .dosage-four{grid-template-columns:repeat(4,1fr)}.top-twenty .top-twenty-reviews .review .product .dosage li{background-color:var(--col-brand-light);border-radius:5px;padding:.5em .25em}.top-twenty .top-twenty-reviews .review .product .madein{font-size:1.1em;margin:0}.top-twenty .top-twenty-reviews .review h2,.top-twenty .top-twenty-reviews .review p,.top-twenty .top-twenty-reviews .review:before{text-wrap:pretty}.top-twenty .top-twenty-reviews .review .copy{width:100%;font-family:var(--txt-news);font-size:1em;padding:1.5rem 2rem}.top-twenty .top-twenty-reviews .review .copy-extended{margin-top:-1rem;padding-top:0}.top-twenty .top-twenty-reviews .review .copy h3{font-size:1.75em;line-height:1.15em;margin:1.5rem 0 1rem}.top-twenty .top-twenty-reviews .review .copy p{font-size:1.25em;line-height:1.4em}.top-twenty .top-twenty-reviews .review .copy p .key{font-family:var(--txt-heading);font-size:1.25em;color:var(--col-brand-dark);letter-spacing:-.05em;text-transform:uppercase}.top-twenty .top-twenty-reviews .review .copy .info{font-family:var(--txt-heading);font-style:italic}.top-twenty .top-twenty-reviews .review .copy .info strong{font-family:var(--txt-heading);font-size:1.35em;color:var(--col-brand-dark)}.top-twenty .top-twenty-reviews .review .copy .info .grade,.top-twenty .top-twenty-reviews .review .copy .info .soldby{line-height:1.5em;display:block}.top-twenty .top-twenty-reviews .review .copy .info .soldby .small{font-size:.75em;color:var(--col-red);line-height:1em;display:block}.top-twenty .top-twenty-reviews .review .copy .info .grade{margin-top:.5rem}.top-twenty .top-twenty-reviews .review .copy .info .grade strong{font-size:2em;color:var(--col-red)}.top-twenty .top-twenty-reviews .review .copy .info .grade .small{font-size:.75em;vertical-align:top}.top-twenty .top-twenty-reviews .review .btn-top{position:absolute;bottom:.5rem;right:.5rem}.top-twenty .top-twenty-reviews #review-rugiet .product .dosage li:last-child{font-size:.9em}.top-twenty .product-list-nav{padding:2rem 1.5rem}.top-twenty .product-list-nav,.top-twenty .product-list-nav *{position:relative;box-sizing:border-box}.top-twenty .product-list-nav .wrapper:before{--_padding:1rem;width:calc(100% + (var(--_padding)*2));height:100%;content:"";border:var(--col-gray-light) solid 2px;border-radius:var(--bor-rad-fixed);padding:0 var(--_padding) var(--_padding) var(--_padding);margin-left:auto;margin-right:auto;position:absolute;top:1rem;left:calc(var(--_padding)*-1)}.top-twenty .product-list-nav h2{width:max-content;font-size:2rem;color:var(--col-brand-dark);background-color:var(--col-light);padding-left:.25em;padding-right:.25em;margin-bottom:.5em;margin-left:-.25em}.top-twenty .product-list-nav h3{width:calc(100% + 2rem);font-family:var(--txt-heading);font-size:1.15rem;color:#000000a6;text-align:center;line-height:1em;background-color:#0000000d;padding:.75rem;margin-bottom:1rem;margin-left:-1rem}.top-twenty .product-list-nav ul{--_color:var(--col-dark);--_color-hover:var(--col-brand-alt);counter-reset:product;font-family:var(--txt-heading);font-size:1.25rem;color:var(--_color);line-height:1.25em;list-style:none;padding:0 .25rem;margin:0;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.top-twenty .product-list-nav ul li{transition:color var(--hover-speed) ease-in-out;cursor:pointer}.top-twenty .product-list-nav ul li:before{color:var(--col-brand-dark);counter-increment:product;content:counter(product)". ";transition:color var(--hover-speed) ease-in-out}.top-twenty .product-list-nav ul li:focus,.top-twenty .product-list-nav ul li:focus:before,.top-twenty .product-list-nav ul li:hover,.top-twenty .product-list-nav ul li:hover:before{color:var(--_color-hover)}.pdf-blacklist{padding:2rem 0}.pdf-blacklist>h2{font-size:2.2em;transition:transform var(--hover-speed) ease-in-out,color var(--hover-speed) ease-in-out}.pdf-blacklist>h2 .small,.pdf-blacklist>h2 strong{color:var(--col-red);transition:color var(--hover-speed) ease-in-out}.pdf-blacklist>h2 .small{font-family:var(--txt-heading);font-size:.61em;color:var(--col-brand-dark);display:block}.pdf-blacklist .blacklist-cover-wrapper{width:100%;overflow:hidden}.pdf-blacklist .blacklist-cover{width:120%;max-width:none;margin-left:-10%}.pdf-blacklist .pdf-blacklist-imgs{margin-top:2.5rem;border:var(--col-gray-dark) solid 1px;display:grid;grid-template-columns:1fr}.pdf-viagra-secrets>h2{font-size:2em}.pdf-viagra-secrets .btn-pdf-download{font-size:1.4rem}.pdf-ad,.pdf-blacklist{font-size:1rem;text-align:center}.pdf-ad .mags{--_rotation:3deg;width:100%;background-color:var(--col-dark);border-radius:var(--bor-rad-small);padding:2rem 1rem;display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.pdf-ad .mags picture img{border:#ff0 solid 2px;border-radius:5px}.pdf-ad .mags picture:first-child{transform:rotate(calc(var(--_rotation)*-1))}.pdf-ad .mags picture:last-child{transform:rotate(var(--_rotation))}.pdf-ad h2{font-family:var(--txt-heading);font-size:1.8em;line-height:1.15em;padding:0 .5rem;margin:1rem 0}.pdf-ad h2 strong,.pdf-ad h2 u{text-transform:uppercase}.pdf-ad h2 strong{font-size:1.25em}footer{z-index:1;color:var(--col-light);text-align:left;background-color:var(--col-brand-dark);padding:2.5rem 0;position:relative}footer .container{padding:0 2rem}footer .logo{width:75%;margin:0 auto;display:block}footer nav,footer nav ul{width:100%;position:relative}footer nav{margin:2rem 0}footer nav ul{font-size:1rem;list-style:none;margin:0;padding:0}footer nav ul li{width:45%;margin:.25em .4em .25em 0;display:inline-block;vertical-align:top;position:relative;cursor:pointer}footer nav ul a,footer nav ul li{transition:color var(--hover-speed) ease-out}footer nav ul a:focus,footer nav ul a:hover,footer nav ul li:focus,footer nav ul li:hover{color:var(--col-yellow);-webkit-text-decoration:none;text-decoration:none}footer .divide{width:100%;height:2px;background-color:var(--col-brand-dark);margin:2.5rem 0 2rem}footer .menu-sub-footer{margin-top:0;margin-bottom:1rem}footer .menu-sub-footer ul li{width:max-content;padding:0 1em 0 0}footer .menu-sub-footer ul li:first-child:after{width:2px;height:100%;content:"";background-color:var(--col-light);position:absolute;top:0;right:0}footer p{font-size:.9rem}footer .copy{font-size:.75rem}@media screen and (min-width:69rem){.heading,h1,h2,h3{font-size:3.5rem}.hideFromDesktop{width:0;height:0;display:none!important;visibility:hidden!important}.hideFromMobile{width:auto;height:auto;display:inline-block;visibility:visible}.padding{padding:2.25rem 4rem}.btn-totop:focus,.btn-totop:hover{--_col-content:var(--col-brand);transform:translateY(calc((var(--_offset)/2)*-1)) scale(1.1)}.btn-pdf-download{width:75%;font-size:3.5rem}.btn-pdf-download .small{font-size:.4em}.vid-chris,.vid-chris-square-template{border-radius:var(--bor-rad-fixed);overflow:hidden;cursor:pointer}.vid-chris-square-template:before{content:"🔊Make Sure Your Sound Is Turned On! (Please Wait For The Video To Fully Load)";letter-spacing:.05em;padding:.5rem}.vid-chris-square-template>div,.vid-chris-square-template>picture img{width:50%;margin:0 auto;display:block}.vid-chris-square-template>div{padding:50% 0 0!important}.vid-chris{background-image:url(/_astro/chris-hansen-viagra-secrets-one-minute-ad-background-desktop.Cxbm1Ykx.jpg);background-repeat:no-repeat;background-size:cover;border-radius:var(--bor-rad-small);box-shadow:0 0 1rem #00000080;padding:0!important;margin-top:1rem}.vid-chris .placeholder{z-index:1;width:100%;display:block;position:relative}.vid-chris .vid{background:0 0;z-index:2;width:56.5%;height:100%;box-shadow:none;border-radius:0!important;position:absolute;top:0;left:50%;transform:translate(-50%)}.header-tagline{font-size:.9rem;letter-spacing:.15em}header{--_padding-header:2.5rem;font-size:1rem}header .tag{font-size:1.15em;letter-spacing:.1em}header .wrapper-logo{text-align:left;background:0 0;padding:1.25rem 1rem}header .logo{z-index:3;width:17em;margin-left:1.5rem}header .header-supplemental{font-size:1.4em;text-align:center;background-color:var(--col-dark);padding:0}header .header-supplemental .menu,header .header-supplemental .with-chris{display:inline-block;vertical-align:middle}header .header-supplemental .with-chris{width:42%!important;height:100%;padding:0 .75em;margin-right:.5em}header .header-supplemental .with-chris:after{width:2px;height:100%;content:"";background-color:#ffffff59;position:absolute;top:0;right:0}header .header-supplemental .menu{width:50%;padding:0}header .header-supplemental .menu .btn-blacklist,header .header-supplemental .menu .btn-faq{transition:transform var(--hover-speed) ease-out}header .header-supplemental .menu .btn-blacklist:focus,header .header-supplemental .menu .btn-blacklist:hover,header .header-supplemental .menu .btn-faq:focus,header .header-supplemental .menu .btn-faq:hover{transform:translate(5px)}header .header-supplemental .with-chris{font-family:var(--txt-heading);font-size:.75em;font-style:italic;color:var(--_color-highlight);line-height:1em;text-align:center;text-transform:uppercase}header .wrapper-nav{z-index:2;height:max-content;text-align:left;position:absolute;top:3rem;left:50%;transform:translate(-50%)}header .wrapper-nav .dummy{width:25rem;height:6rem;content:"";position:absolute;top:-5rem;left:0;display:block;visibility:visible}header nav{width:45rem;font-size:1.5em;background:0 0;margin-left:22rem;display:inline-block}header nav ul{font-size:1.25em;color:var(--col-dark);text-shadow:none;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}header nav ul>li{border-bottom:none;display:block;padding:0;transition:transform var(--hover-speed) ease-out}header nav ul>li>a{cursor:pointer;display:block}header nav ul li a picture,header nav ul li a picture img{width:100%;display:block}header nav ul>li:focus,header nav ul>li:hover{transform:scale(1.05)}.home .banner:before{z-index:-1;width:calc(100% + 15rem);height:125%;content:"";background:radial-gradient(ellipse at center,#000 0,transparent 70%);position:absolute;top:50%;left:-7.5rem;transform:translateY(-50%)}.home .banner .banner-img-desktop{display:block}.home .banner-bulls{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small);margin-bottom:2rem;overflow:hidden}.home .banner-bulls>h2{font-size:3.5rem;padding-left:2rem;padding-right:2rem;margin-bottom:1em}.home .banner-bulls>h2:after{width:80%;height:3px;bottom:-.1em;left:10%}.home .banner-bulls>h2 .line-break,.top-twenty .top-twenty-reviews .review .copy h3 .break{display:inline}.home .banner-bulls>h2 strong:last-child{font-size:1.28em;line-height:1.15em;display:block}.home .banner-bulls>.img{width:53%;margin:0;position:absolute;bottom:11.5rem;left:-4.5rem}.home .banner-bulls>.img picture:first-child img{width:100%;display:block}.home .banner-bulls>.img picture:last-child img{width:100%;position:absolute;bottom:-4rem;left:-1rem}.home .banner-bulls>ul{width:61%;font-size:1.5rem;margin-left:44%}.home .banner-bulls>h3{font-size:2.15rem}.home .banner-bulls>h3 strong:nth-child(2){display:inline-block}.home .vid-chris{padding-bottom:1rem}.dudley,.home .vid-chris .vid{border-radius:var(--bor-rad-small)}.home .vid-chris .vid{--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);border:0}.dudley{border:var(--col-gray-light) solid 1px;box-shadow:0 0 .5rem #00000026;margin-bottom:2rem}.dudley>h2{font-size:4rem;margin-bottom:1.5rem}.dudley>p{font-size:1.2rem;line-height:1.6em}.dudley .crests{width:35%;margin-left:3.5rem}.dudley .hero{width:45%}.dudley .dudley-tv{width:47%;position:absolute;bottom:13.25rem;right:4rem}.banners{padding:1rem 0 3rem;grid-template-columns:repeat(2,1fr);gap:1rem}.banners>a{transition:transform var(--hover-speed) ease-in-out}.banners>a:focus,.banners>a:hover{transform:scale(1.025)}.banners img{border-radius:var(--bor-rad-small)}.reviews .product-reviews .product-canadian .company .copy h3,.topfive-heading{font-size:1.75rem}.topfive-heading p span{font-size:1em;display:inline}.pdf-download .mags{padding:2rem 10rem}.pdf-download .btn-pdf-download{width:70%;font-size:2.5rem}.pdf-download .btn-pdf-download .small{font-size:.5em}.topfive>.copy{font-size:1.35rem;padding:0 2rem;margin-top:2rem;margin-bottom:1rem}.topfive .product{padding:2rem 3rem;grid-template-columns:repeat(7,1fr);align-items:center;gap:2rem}.topfive .product .img{grid-column:span 3;overflow:visible}.topfive .product .img .rated{font-size:2.5em;color:var(--col-brand-dark);top:-1rem;right:-39rem}.topfive .product-highlight .img .rated span{text-shadow:none}.topfive .product .img .rated:before{opacity:0}.topfive .product .scores{font-size:1.25em;grid-column:span 4}.topfive .product .scores>h2{width:75%}.topfive .product .scores>h3{font-size:1.75em;margin-bottom:1em}.topfive .product .scores .score{margin-bottom:1em}.topfive .product .scores .btn{width:89%;margin:2rem 0 .5rem 11%;display:block}.topfive .product .scores .btn span{width:100%;text-align:center}.topfive .product .copy{grid-column:span 7}.topfive .product .copy button{margin-left:73%;margin-top:1rem}.scams .title,.scams .vid-bulls{text-align:left;border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.scams .title{z-index:2;padding:1rem 1rem 1rem 2rem}.scams .title .copy,.scams .title h1,.scams .vid-bulls .scam-list .title span{width:max-content;display:inline-block;vertical-align:middle}.scams .title h1{font-size:5.5rem;padding:0}.scams .title .copy{width:45%;color:var(--col-light);text-align:center;padding-left:10rem;position:relative}.scams .title .copy img{width:18%;position:absolute;top:-2rem;left:2rem}.scams .title .copy h2{font-size:1.75rem;margin:0}.scams .title .copy h2 strong{font-size:1.65em;text-transform:uppercase;display:block}.scams .vid-bulls{background:#fff;background:linear-gradient(to bottom,#fff 0,#e5e5e5);padding:2rem}.scams .vid-bulls .scam-list,.scams .vid-bulls .vid{display:inline-block;vertical-align:top;position:relative}.scams .vid-bulls .vid{--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);width:55%;margin-top:3rem;text-align:center;overflow:hidden;border-radius:var(--bor-rad-small)}.vid-bulls>.title{width:55%;text-align:center;position:absolute;top:25rem;left:0}.vid-bulls>.title h2{font-size:2.8rem;margin-bottom:0}.sign-up .copy h2,.vid-bulls>.title h3{font-size:2rem}.scams .vid-bulls{position:relative}.scams .vid-bulls .scam-list{width:40%;margin-left:4%}.scams .vid-bulls .scam-list .title{font-size:3.5rem;text-transform:uppercase;position:relative;margin-bottom:0}.scams .vid-bulls .scam-list .title strong{font-size:1.65em;color:var(--col-red);display:inline-block;vertical-align:middle;position:relative}.scams .vid-bulls .scam-list .title span{position:relative}.scams .vid-bulls .scam-list .title span:after,.scams .vid-bulls .scam-list .title span:before{width:100%;height:2px;content:"";background-color:var(--col-dark);position:absolute;left:0}.scams .vid-bulls .scam-list .title span:before{top:-.15em}.scams .vid-bulls .scam-list .title span:after{bottom:-.15em}.scams .scam-list .title-alt{font-size:1rem;text-align:center}.scams .scam-list .title-alt:before{width:0;height:0;top:0;left:0;display:none;visibility:hidden}.scams .scam-list .title-alt h2{font-size:3.75em}.scams .scam-list .title-alt h3{font-size:1.15em;margin-top:.15rem;margin-bottom:1rem}.scams .vid-bulls .scam-list ul{width:100%;font-family:var(--txt-heading);font-size:1.25rem;letter-spacing:-.05em;text-wrap:pretty;list-style:none;padding:0;margin:0;position:relative}.scams .vid-bulls .scam-list ul li{width:100%;border-radius:var(--bor-rad-small);padding:.75em .5em .75em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out}.scams .vid-bulls .scam-list ul li:first-child{margin-top:0}.scams .vid-bulls .scam-list ul li:nth-child(odd){background-color:var(--col-gray-dark)}.scams .vid-bulls .scam-list ul li:focus,.scams .vid-bulls .scam-list ul li:hover{color:var(--col-light);background-color:var(--col-red)}.scams .vid-bulls .scam-list ul li:focus svg,.scams .vid-bulls .scam-list ul li:hover svg{fill:var(--col-red);border-color:var(--col-light);background-color:var(--col-light)}.scams .scams{padding:0 2rem}.scams .scams .scam{width:100%;background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;border-radius:var(--bor-rad-small);box-shadow:.15em .15em #0000001a;padding:2rem;margin:2rem auto;position:relative}.scams .scams .scam:before{width:0;height:0;content:"";display:none;visibility:hidden}.scams .scams .scam:after{font-size:3rem;top:-1rem;left:auto;right:-1rem}.scams .scams .scam>picture>img{width:55%;border-radius:var(--bor-rad-small);display:inline-block;vertical-align:middle}.scams .scams .scam .copy{width:42%;padding:0 0 0 2%}.reports .labreports .report .copy h2,.reviews .product-reviews #product-rexmd .img-actor-copy strong,.reviews .product-reviews #product-roman .img-conmen span,.reviews .product-reviews #product-scoreblue .vid-wrapper .vid-copy h2,.scams .scams .scam .copy h2,.scams .scams .scam-alt .copy h2{font-size:2.5rem}.scams .scams .scam-alt{text-align:center;border-radius:var(--bor-rad-small);padding-top:2rem;padding-bottom:0}.scams .scams .scam .copy,.scams .scams .scam-alt>picture>img{display:inline-block;vertical-align:top}.scams .scams .scam-alt>picture:nth-child(1) img{width:52%}.scams .scams .scam-alt>picture:nth-child(2) img{width:38%;margin-left:2%}.scams .scams .scam-alt .copy{width:100%;text-align:left;padding:2.5rem}.scams .scams .scam-double>picture:nth-child(2) img{width:100%;display:block}.scams .scams .scam-double>picture:nth-child(3) img{vertical-align:top}.scams .scams .scam-double .copy{margin-top:1rem}.scams .scams .scam-large>picture>img{width:calc(100% + 4rem);max-width:none;margin-top:-1.5rem;margin-left:-2rem;margin-bottom:2rem}.scams .scams .scam-large>.vid,.scams .scams .scam-large>.vid picture{border-radius:var(--bor-rad-small)}.scams .scams .scam-large>.vid{margin-bottom:1.5rem}.scams .scams .scam-large .copy{width:100%;display:block;padding-left:0}.scams .scams .scam-large .copy>.vid{width:90%;margin:2rem auto 1rem}.scams .scams .scam-large .video-copy{font-size:1.5rem;margin-bottom:2rem}.scams .scams .scam .copy-add{padding:0 .5rem;margin-top:1.5rem}.scams .scams .scam .copy-add>:first-child{margin-top:0}.scams .scams .scam .copy-add .img-generic-drugs{grid-template-columns:repeat(3,1fr)}.scams .scams .scam .copy-add .copy-float{padding-top:2rem}.scams .scams .scam .img-grid{margin:2.5rem auto;grid-template-columns:repeat(2,1fr)}.scams .scams .scam .img-copy{width:34.25rem;font-size:1rem;position:absolute;top:24rem;left:2rem;padding:.5rem}.scams .scams .scam .img-float{width:40%;padding:0;margin:0}.scams .scams .scam .img-float-right{float:right;margin:0 0 1rem 1rem}.scams .scams #scam-compounded-pills .copy-add>:first-child{margin-top:2rem}.scams .scams #scam-skid-row-pills .imgs-a{grid-template-columns:repeat(3,1fr);gap:.5rem}.scams .scams #scam-skid-row-pills .img-a{width:35%;margin:-1rem 0 1rem;float:right}.sign-up,.sign-up-alt{border-top-left-radius:var(--bor-rad-small);border-top-right-radius:var(--bor-rad-small)}.sign-up{background-image:url(/_astro/chris-hansen-standing-in-front-of-stone-wall.D-ZFe7SJ.jpg)}.sign-up .copy{width:60%}.sign-up .copy h3{font-size:2.25rem}.sign-up .copy h2 strong,.sign-up .copy h3 strong{font-size:1.75em}.sign-up .copy input{width:85%;font-size:1.25rem;padding:1em}.sign-up .mag{width:15rem;position:absolute;top:auto;bottom:8rem;right:1rem;transform:rotate(5deg)}.sign-up .chart{width:10rem;position:absolute;top:auto;bottom:7rem;left:auto;right:18rem}.sign-up button{font-size:2.15rem;margin-top:1rem;padding-top:.35em;padding-bottom:.35em;position:absolute;bottom:2.5rem;right:2rem}.sign-up-alt{padding-bottom:1rem;overflow:hidden}.sign-up-alt form{margin-top:-6rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:center}.sign-up-alt form input{font-size:1.25rem;margin:0}.sign-up-alt form .btn{font-size:2.5em}.reports .title{z-index:2;padding:2rem 2rem 2.5rem}.reports .title h1{font-size:6rem}.reports .title h1 strong{font-size:1em;display:inline}.reports .title h1 strong:after{bottom:-.03em}.reports .banner,.reports .banner img,.reports .title{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.reports .banner{text-align:left;margin-top:-1rem;margin-bottom:4rem}.reports .banner img{width:100%;display:block}.reports .banner h2{width:100%;font-size:2.25rem;color:var(--col-gray-dark);line-height:1.25em;padding:0;padding-left:2rem;margin-top:-9.5rem}.reports .banner h2 strong{font-family:var(--txt-heading-alt);font-size:1.75em;color:var(--col-light);text-transform:uppercase;line-height:1.25em;display:block}.reports .product-list-nav,.reviews{padding-top:1rem}.reports .product-list-nav .wrapper:before{--_padding:2rem;border-radius:var(--bor-rad-fixed)}.reports .product-list-nav ul{grid-template-columns:repeat(5,1fr);gap:1rem}.reports .labreports{padding:0 2rem}.reports .labreports .report{width:100%;padding:2rem}.reports .labreports .report .copy,.reports .labreports .report>a img{width:55%;display:inline-block;vertical-align:top}.reports .labreports .report .copy{width:42%;padding-top:0;padding-left:3%}.reports .labreports .report .lab-report{width:55%;margin:2rem auto;transition:transform var(--hover-speed) ease-in-out;will-change:transform;display:inline-block;vertical-align:top}.reports .labreports .report .lab-report:before,.reviews .product-reviews .product .lab-report:before{font-size:1.6rem;border-radius:4px;top:-1.15rem;will-change:transform}.reports .labreports .report .lab-report>svg,.reviews .product-reviews .product .lab-report>svg{--icon-size:5rem;z-index:2;width:var(--icon-size);height:var(--icon-size);color:var(--col-gray-dark);position:absolute;top:2rem;right:2rem;pointer-events:none;transition:color var(--hover-speed) ease-in-out,transform var(--hover-speed) ease-in-out}.reports .labreports .report .lab-report:focus,.reports .labreports .report .lab-report:hover{transform:scale(1.02)}.reports .labreports .report .lab-report:focus>svg,.reports .labreports .report .lab-report:hover>svg{color:var(--col-blue);transform:scale(3) translate(-4rem,5rem) rotate(90deg)}.faq .title{z-index:2;border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small);padding:2rem 2rem 2.5rem}.faq .title h1{font-size:5rem}.faq .faqs{padding:2rem}.faq .faqs .qa{--_img-size:30%;--_padding:1.5rem;padding:2rem}.faq .faqs .qa h2{font-size:1.75rem;margin-left:calc(var(--_img-size) + (var(--_padding)*2))}.faq .faqs .qa .img-girl,.faq .faqs .qa .img-main,.faq .faqs .qa .img-pills,.faq .faqs .qa .img-ro-sparks{width:var(--_img-size);margin:0;position:absolute;top:2rem;left:var(--_padding)}.faq .faqs .qa .img-pfizer{width:var(--_img-size);margin:0;position:absolute;left:var(--_padding)}.faq .faqs .qa .img-enquirer{top:2rem}.faq .faqs .qa .img-enquirer,.faq .faqs .qa .img-fda-mag,.faq .faqs .qa .img-laxatives{width:var(--_img-size);margin:0;position:absolute;left:var(--_padding)}.faq .faqs .qa .img-bottle-of-lies,.faq .faqs .qa .img-fake-viagra,.faq .faqs .qa .img-zyrexin{width:var(--_img-size);margin:0;position:absolute;top:2rem;left:var(--_padding)}.faq .faqs .qa .copy{margin-left:calc(var(--_img-size) + (var(--_padding)*2))}.faq .faqs .qa-fullwidth .copy,.faq .faqs .qa-fullwidth h2{margin-left:0}.faq .faqs .qa-fullwidth .img-main{width:95%;margin:1.5rem auto;position:relative;top:auto;left:auto}.faq .faqs .qa .img-hims-website,.faq .faqs .qa .img-laxatives,.faq .faqs .qa .img-nbc,.faq .faqs .qa .img-pfizer,.faq .faqs .qa .img-tiger{top:1rem}.faq .faqs .qa .img-cake{width:70%}.faq .faqs .qa .img-fda-mag,.faq .faqs .qa .img-jackal,.faq .faqs .qa .img-jar-of-pennies{top:-.5rem}.faq .faqs .qa .img-fda,.faq .faqs .qa .img-scoreblue,.faq .faqs .qa .img-sonny{width:60%}.faq .faqs .qa .img-hansen{width:80%;padding:1rem}.faq .faqs .qa .img-duckymd{width:15%;float:right;margin:-2rem 2rem 0 3rem}.reviews .intro,.reviews .title{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.reviews .title{z-index:2;font-size:2.5rem;padding:2rem 2rem 2.5rem;margin-top:-1rem}.reviews .intro{background:linear-gradient(to bottom,var(--col-light) 0%,rgba(0,0,0,.05) 100%)}.reviews .intro .vid{width:98%;--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);border-radius:var(--bor-rad-small);margin-top:.5rem}.reviews .intro .product-list{padding:2rem 1rem;grid-template-columns:repeat(3,1fr);gap:1rem}.reviews .intro .product-list .product-list-a li:nth-child(2n),.reviews .intro .product-list .product-list-b li:nth-child(2n),.reviews .intro .product-list .product-list-c li:nth-child(2n){background-color:var(--col-gray-light)}.reviews .intro .product-list .product-list-a li:nth-child(odd),.reviews .intro .product-list .product-list-b li:nth-child(odd),.reviews .intro .product-list .product-list-c li:nth-child(odd){background-color:transparent}.reviews .intro .copy{font-size:1.25rem;padding:2rem 3rem 0}.reviews .intro .copy p:first-child{font-size:1.25em;line-height:1.4em;margin-bottom:1rem}.reviews .chris-hansen-foxnews,.reviews .chris-hansen-pill-danger{font-size:1.5rem;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000040;margin:1rem auto 0}.reviews .chris-hansen-foxnews .imgs{width:100%;margin:0 auto}.reviews .chris-hansen-foxnews .imgs picture{width:50%;display:inline-block}.reviews .chris-hansen-foxnews .imgs picture img{border-width:5px}.reviews .chris-hansen-foxnews .imgs picture:last-child{margin-top:0;margin-left:-1rem}.reviews .product-reviews .product{padding:2rem 3rem}.reviews .product-reviews .product .img{width:45%;display:inline-block;vertical-align:top;margin-bottom:2rem}.reviews .product-reviews .product .img .rated-numer-one,.reviews .product-reviews .product .img .rated-scam{font-size:1.5rem;top:1rem}.reviews .product-reviews .product-scam .img .rated-scam-low{top:auto}.reviews .product-reviews .product-scam .rated-scam-top{font-size:1.5rem;top:2.5rem;left:auto;right:4rem}.reviews .product-reviews .product .copy-intro h2,.reviews .product-reviews .product .sub-heading{margin-top:0}.reviews .product-reviews .product .copy p{margin-bottom:2rem}.reviews .product-reviews .product .copy h4{font-size:1.9em;margin-bottom:1.5rem}.reviews .product-reviews .product .copy-intro{width:50%;display:inline-block;vertical-align:top;margin-left:2rem}.reviews .product-reviews .product .copy .para-one{width:45%;margin-top:-3rem}.reviews .product-reviews .product .img-copy strong{font-size:2.25em}.reviews .product-reviews .product .lab-report{width:90%;margin:2rem auto;transition:transform var(--hover-speed) ease-in-out;will-change:transform}.reviews .product-reviews .product .lab-report:focus,.reviews .product-reviews .product .lab-report:hover{transform:scale(1.02)}.reviews .product-reviews .product .lab-report:focus>svg,.reviews .product-reviews .product .lab-report:hover>svg{color:var(--col-blue);transform:scale(3) translate(-7.75rem,10rem) rotate(90deg)}.reviews .product-reviews .product .heading-bottom-line{font-size:1.5em;letter-spacing:-.05em;margin-bottom:.25em}.reviews .product-reviews .product .copy .btn{width:auto;margin-bottom:1rem}.reviews .product-reviews .product .copy .btn span{padding-left:1em;padding-right:1em}.reviews .product-reviews .product video{cursor:pointer}.reviews .product-reviews .product .vid,.reviews .product-reviews .product video{width:90%;margin:0 auto;margin-bottom:2rem}.reviews .product-reviews .product .btn-top{bottom:1rem;right:1.5rem}.reviews .product-reviews .product .video-heading{font-size:2.95rem}.reviews .product-reviews .product .video-copy{width:60%;font-size:1.5rem;line-height:1.25em;margin:0 auto 3rem}.reviews .product-reviews .product .video-copy .big{font-size:1.75em}.reviews .product-reviews .product .imgs-two{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem;align-items:center}.reviews .product-reviews .product .product-rating-information{width:90%;border:var(--col-dark) solid 10px;border-radius:var(--bor-rad);margin:2.5rem auto}.reviews .product-reviews .product .fda-report{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews .product .fda-report>div:nth-child(2){margin-top:0}.reviews .product-reviews .product .fda-report .img-copy,.reviews .product-reviews .product .fda-report .img-copy-alt{margin:1rem auto 2rem;grid-column:span 2}.reviews .product-reviews .product .fda-report .btn{width:max-content;font-size:1.5rem;padding:.65em 4em .65em 2em;margin:1rem auto 0;grid-column:span 2}.reviews .product-reviews #product-scoreblue .img-a{width:35%;float:right;margin:-1rem 0 0 2rem}.reviews .product-reviews #product-scoreblue .imgs-a{width:90%;margin:2.5rem auto;grid-template-columns:53% 47%;gap:1rem;align-items:center}.reviews .product-reviews #product-scoreblue .img-b,.reviews .product-reviews #product-scoreblue .img-c{margin:2.5rem auto}.reviews .product-reviews #product-scoreblue .img-b{width:55%}.reviews .product-reviews #product-bluechew .imgs-social-media picture,.reviews .product-reviews #product-scoreblue .img-c,.reviews .product-reviews #product-ziphealth .img-c img,.reviews .product-reviews #product-ziphealth .img-c picture{width:100%}.reviews .product-reviews #product-scoreblue .vid-wrapper{--_margin:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--_margin);gap:var(--_margin);align-items:center}.reviews .product-reviews #product-scoreblue .vid-wrapper .vid{margin:0}.reviews .product-reviews #product-scoreblue .imgs-a-copy-alt{text-align:center;margin-bottom:1.5rem}.reviews .product-reviews #product-scoreblue .img-counterfiet-chart{width:75%;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-scoreblue .img-counterfiet-chart-copy{width:75%;margin:0 auto 4rem}.reviews .product-reviews #product-hims .imgs-a{width:95%;margin:2.5rem auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.reviews .product-reviews #product-hims .imgs-b{width:85%;margin:2rem auto 1.5rem}.reviews .product-reviews #product-hims .imgs-b>div{--_size:54%;display:inline-block;visibility:middle}.reviews .product-reviews #product-hims .imgs-b>div:first-child{width:var(--_size)}.reviews .product-reviews #product-hims .imgs-b>div:last-child{width:calc(100% - (var(--_size) + 2%));margin-left:1%}.reviews .product-reviews #product-hims .imgs-b .img-wrapper{width:100%;margin:0}.reviews .product-reviews #product-hims .imgs-b .img-copy{margin:1rem auto 0}.reviews .product-reviews #product-hims .img-c,.reviews .product-reviews #product-hims .img-d{width:90%;margin:2.5rem auto 2rem}.reviews .product-reviews #product-hims .img-e{width:75%;margin:2.5rem auto 2rem}.reviews .product-reviews #product-hims .imgs-c{width:90%;margin:2.5rem auto;grid-template-columns:repeat(3,1fr)}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(2),.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(2){border-top-right-radius:0}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(5),.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(9){border-bottom-left-radius:0}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(3),.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(3){border-top-right-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c>div:nth-child(4),.reviews .product-reviews #product-hims .imgs-formula-docs>:nth-child(10){border-bottom-left-radius:var(--bor-rad-small)}.reviews .product-reviews #product-hims .imgs-c-copy{margin-bottom:3.5rem}.reviews .product-reviews #product-hims .imgs-d{width:100%;text-align:center}.reviews .product-reviews #product-hims .imgs-d>div{display:inline-block;vertical-align:middle}.reviews .product-reviews #product-hims .imgs-d>div:first-child{width:55%}.reviews .product-reviews #product-hims .imgs-d>div:last-child{width:35%;margin-left:2rem}.reviews .product-reviews #product-hims .img-f{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-hims .img-f-copy-alt{width:55%}.reviews .product-reviews #product-hims .img-g{width:80%;margin:2.5rem auto}.reviews .product-reviews #product-hims .img-g-copy-alt{width:80%}.reviews .product-reviews #product-hims .img-h-d{width:95%;margin-bottom:2.5rem}.reviews .product-reviews #product-hims .hims-invoices,.reviews .product-reviews #product-hims .hims-rusan{margin:2.5rem auto;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-hims .hims-invoices{margin-bottom:3.5rem;gap:.5rem}.reviews .product-reviews #product-hims .hims-tech-list{--_padding:1.75rem;font-size:1.15rem;padding:0 0 0 var(--_padding);margin:2rem 1.5rem 3.5rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-hims .hims-tech-list li:first-child{padding-right:10rem;grid-column:span 3}.reviews .product-reviews #product-hims .imgs-formula-docs{width:100%;background-color:var(--col-gray-dark);margin:2.5rem auto;grid-template-columns:repeat(3,1fr)}.reviews .product-reviews #product-hims .imgs-hunterbook{width:95%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-hims .everalbum{width:95%;font-size:1.2rem;margin:0 auto 2rem}.reviews .product-reviews #product-hims .everalbum h2{font-size:3em;margin-bottom:2rem}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf{width:95%;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 auto}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf>:not(:first-child){margin-top:0}.reviews .product-reviews #product-hims .everalbum .everalbum-pdf>:last-child{grid-column:span 2;padding:0 8rem;transform:none;margin-top:-2rem}.reviews .product-reviews #product-hims .everalbum p{padding:0 1rem}.reviews .product-reviews #product-hims .list-of-names{width:40%;margin:1.5rem auto}.reviews .product-reviews #product-hims .img-hims-eye{width:70%;margin:3rem auto .75rem}.reviews .product-reviews #product-hims .img-hims-eye-copy{width:65%}.reviews .product-reviews #product-hims .imgs-hims-articles{grid-template-columns:repeat(9,1fr)}.reviews .product-reviews #product-hims .imgs-hims-articles :first-child{grid-column:span 5}.reviews .product-reviews #product-hims .imgs-hims-articles :last-child{grid-column:span 4}.reviews .product-reviews #product-hims .imgs-hims-articles-copy{width:95%}.reviews .product-reviews #product-hims .imgs-pharma{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);-webkit-column-gap:1rem;column-gap:1rem;row-gap:2.5rem}.reviews .product-reviews #product-hims .img-kamal-saliba-doc{width:80%;margin:2.5rem auto}.reviews .product-reviews #product-hims .img-kamal-saliba-doc-copy{width:80%;margin:0 auto 2.5rem}.reviews .product-reviews #product-hims .imgs-3x3{margin:2.5rem auto;grid-template-columns:repeat(3,1fr);gap:.25rem}.reviews .product-reviews #product-hims .img-the-conversation-desktop{width:80%;margin:0 auto 2.5rem}.reviews .product-reviews #product-hims .imgs-wsj{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-bluechew .img-a,.reviews .product-reviews #product-rexmd .img-a,.reviews .product-reviews #product-roman .img-a{width:35%;float:right;margin:-1.5rem 0 0 2rem}.reviews .product-reviews #product-roman .img-a-copy{font-size:1em;text-align:center}.reviews .product-reviews #product-roman .img-b{margin:1.5rem auto;display:inline-block;vertical-align:top}.reviews .product-reviews #product-roman .img-c{vertical-align:top}.reviews .product-reviews #product-roman .img-b{width:70%;margin-left:1rem;margin-right:1rem}.reviews .product-reviews #product-roman .img-c{width:75%;margin:2.5rem auto;display:block}.reviews .product-reviews #product-roman .img-d{width:80%;margin:2.5rem auto}.reviews .product-reviews #product-roman .imgs-a{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center}.reviews .product-reviews #product-roman .img-e,.reviews .product-reviews #product-roman .img-f{width:65%;margin:2.5rem auto}.reviews .product-reviews #product-roman .roman-labels{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center}.reviews .product-reviews #product-roman .roman-labels>div:last-child{grid-column:span 2;margin:0 4rem}.reviews .product-reviews #product-roman .imgs-b{width:100%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center}.reviews .product-reviews #product-roman .imgs-b>div:last-child{height:max-content}.reviews .product-reviews #product-roman .imgs-b .img-copy-alt{width:50%;position:absolute;top:2rem;right:0}.reviews .product-reviews #product-roman .articles-india{padding:1.5rem 2rem 0;margin:2.5rem auto}.reviews .product-reviews #product-roman .articles-india h2{font-size:3.5rem}.reviews .product-reviews #product-roman .articles-india .tubs,.reviews .product-reviews .product .article-combine{margin:2.5rem auto;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-roman .articles-india .img-package{width:90%}.reviews .product-reviews #product-roman .articles-india .img-camber{width:100%;margin:0 auto}.reviews .product-reviews #product-roman .articles-india .imgs-hetero{width:90%;margin:4rem auto 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-roman .articles-india .imgs-hetero-copy{width:93%}.reviews .product-reviews #product-roman .vid-copy-alt{width:90%;margin-bottom:1.5rem}.reviews .product-reviews #product-roman .vid-office{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-roman .roman-orajel{width:70%;margin:2.5rem auto}.reviews .product-reviews #product-roman .img-body-bags,.reviews .product-reviews #product-roman .img-body-bags-copy-alt{width:90%;text-align:center;margin:2.5rem auto}.reviews .product-reviews #product-roman .img-conmen{width:70%;margin:2.5rem auto 0}.reviews .product-reviews #product-roman .imgs-roman-tadalafil{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-roman .imgs-roman-tadalafil>:first-child{grid-column:span 2}.reviews .product-reviews #product-roman .imgs-roman-tadalafil>:first-child img,.reviews .product-reviews #product-roman .imgs-roman-tadalafil>:first-child picture{width:100%;aspect-ratio:1.5/1;object-fit:cover;object-position:top}.reviews .product-reviews #product-roman .img-guy-on-car{width:65%;margin:2.5rem auto}.reviews .product-reviews #product-roman .list-pharmacists{margin:2.5rem auto;display:grid;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-roman .list-pharmacists ul .hideFromMobile{color:var(--col-light)}.reviews .product-reviews #product-roman .list-pharmacists ul .jackal picture{position:absolute;top:-.6em;left:-1em}.reviews .product-reviews #product-roman .list-pharmacists ul .jackal picture img{width:auto;height:auto;max-width:none}.reviews .product-reviews #product-roman .roman-lab-report-heading{font-size:3.75rem}.reviews .product-reviews #product-roman .lab-report{margin:4rem auto 3rem}.reviews .product-reviews #product-roman .img-ro-bottle{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-roman .img-ro-bottle-copy{width:50%;margin:0 auto 4rem}.reviews .product-reviews #product-rexmd .img-b .img-wrapper,.reviews .product-reviews #product-ziphealth .img-a .img-wrapper{margin:0 0 1.5rem}.reviews .product-reviews #product-ziphealth .img-c{width:90%;text-align:center}.reviews .product-reviews #product-ziphealth .img-c>div{--_size:59.75%;display:inline-block;vertical-align:middle}.reviews .product-reviews #product-malemd .imgs-b>picture:first-child,.reviews .product-reviews #product-ziphealth .img-c>div:first-child{width:var(--_size)}.reviews .product-reviews #product-malemd .imgs-b>picture:last-child,.reviews .product-reviews #product-ziphealth .img-c>div:last-child{width:calc(100% - (var(--_size) + 1%))}.reviews .product-reviews #product-ziphealth .img-d{width:60%;margin:2.5rem auto}.reviews .product-reviews #product-ziphealth .img-d-copy-alt{width:60%}.reviews .product-reviews #product-ziphealth .imgs-founders{margin:1rem auto 2.5rem;grid-template-columns:repeat(2,1fr);gap:.5rem}.reviews .product-reviews #product-bluechew .img-letters{margin:3rem auto;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}.reviews .product-reviews #product-bluechew .btn-video{font-size:2.15rem;padding:.5em 3em .6em 1em;margin:0 auto 2rem;display:block}.reviews .product-reviews #product-bluechew .btn-video b{font-weight:400}.reviews .product-reviews #product-bluechew .vid-copy{font-size:1.25rem;margin:0 auto 2.5rem}.reviews .product-reviews #product-bluechew .imgs-a{width:90%;margin:2.5rem auto;grid-template-columns:repeat(5,1fr);gap:1.5rem;align-items:center}.reviews .product-reviews #product-bluechew .imgs-a>div:first-child{grid-column:span 3}.reviews .product-reviews #product-bluechew .imgs-a>div:last-child{grid-column:span 2}.reviews .product-reviews #product-bluechew .img-b,.reviews .product-reviews #product-bluechew .img-b-copy-alt{width:75%;margin:2.5rem auto}.reviews .product-reviews #product-bluechew .imgs-b{width:100%;margin:2.5rem auto;grid-template-columns:repeat(3,1fr);gap:.5rem}.reviews .product-reviews #product-bluechew .imgs-chris-interview,.reviews .product-reviews #product-roman .imgs-chris-interview,.reviews .product-reviews #product-rugiet-man .imgs-chris-interview{grid-template-columns:repeat(2,1fr);gap:.5rem}.reviews .product-reviews #product-bluechew .imgs-social-media{width:75%;margin:2rem auto;grid-template-columns:repeat(2,1fr);gap:0}.reviews .product-reviews #product-bluechew .imgs-social-media picture:first-child img{margin-left:0}.reviews .product-reviews #product-bluechew .imgs-social-media picture:last-child img{margin-top:0;margin-left:0}.reviews .product-reviews #product-bluechew .imgs-social-media-copy{width:72%}.reviews .product-reviews #product-bluechew .img-fb-video-ad{width:65%;margin:2.5rem auto 0}.reviews .product-reviews #product-bluechew .img-camel,.reviews .product-reviews #product-bluechew .img-ins-youths{width:80%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.reviews .product-reviews #product-bluechew .img-camel span,.reviews .product-reviews #product-bluechew .img-ins-youths-copy{font-size:2.4rem}.reviews .product-reviews #product-bluechew .img-ins-youths-copy{width:80%;text-align:center;margin:-1rem auto 2.5rem}.reviews .product-reviews #product-bluechew .img-drdeath{width:50%;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-bluechew .img-drdeath-copy{width:50%;margin:0 auto 2.5rem}.reviews .product-reviews #product-malemd .img-a,.reviews .product-reviews #product-mydrhank .img-a{width:25%;float:right;margin:-3rem 0 0 2rem}.reviews .product-reviews #product-duckymd .img-a{width:60%}.reviews .product-reviews #product-duckymd .imgs-a{width:95%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-malemd .img-a{margin-top:-1rem}.reviews .product-reviews #product-malemd .imgs-a{width:90%;margin:1.5rem auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;align-items:center}.reviews .product-reviews #product-malemd .imgs-a>div{margin:0}.reviews .product-reviews #product-malemd .imgs-a .img-copy{margin:1rem 0 0}.reviews .product-reviews #product-malemd .imgs-b{width:95%;text-align:center;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-malemd .imgs-b>picture{--_size:47%;display:inline-block;vertical-align:middle}.reviews .product-reviews #product-malemd .img-c{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-malemd .imgs-c{width:100%;margin:2.5rem auto;grid-template-columns:repeat(3,1fr);gap:.5rem}.reviews .product-reviews #product-malemd .img-d{width:75%;margin:2.5rem auto}.reviews .product-reviews #product-malemd .imgs-d,.reviews .product-reviews #product-malemd .imgs-d-copy-alt{width:90%;margin:2.5rem auto}.reviews .product-reviews #product-malemd .imgs-d>div,.reviews .product-reviews #product-malemd .imgs-d>picture{display:inline-block;vertical-align:middle}.reviews .product-reviews #product-malemd .imgs-d>div{width:38.25%}.reviews .product-reviews #product-malemd .imgs-d>picture{width:61%}.reviews .product-reviews #product-viking-man .imgs-a{width:90%;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-viking-man .img-b{width:50%;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-viking-man .img-copy-b{width:55%;margin:0 auto 2.5rem}.reviews .product-reviews #product-viking-man .img-a{width:70%;margin:2.5rem auto}.reviews .product-reviews #product-viking-man .img-c{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-viking-man .img-d{width:70%;margin:2.5rem auto}.reviews .product-reviews #product-friday-plans .img-a,.reviews .product-reviews #product-hello-cake .img-a,.reviews .product-reviews #product-rugiet-man .img-a{width:85%;margin:1.5rem auto}.reviews .product-reviews #product-rugiet-man .img-b{width:25%;float:left;margin:-1.5rem 2.5rem 0 0}.reviews .product-reviews #product-rugiet-man .img-b .img-copy{margin-bottom:.5rem}.reviews .product-reviews #product-rugiet-man .img-c{width:55%;margin:2.5rem auto}.reviews .product-reviews #product-rugiet-man .imgs-a{width:90%;margin:1rem auto}.reviews .product-reviews #product-rugiet-man .imgs-a>div:first-child{margin-bottom:0;margin-right:1rem}.reviews .product-reviews #product-rugiet-man .imgs-a-copy{width:90%;margin:0 auto 2.5rem}.reviews .product-reviews #product-rugiet-man .imgs-b{width:90%}.reviews .product-reviews #product-rugiet-man .imgs-b>div:nth-child(1){width:55%}.reviews .product-reviews #product-rugiet-man .imgs-b>div:nth-child(2){width:40%}.reviews .product-reviews #product-rugiet-man .imgs-b .arrow-double{width:25%;top:50%;left:50%}.reviews .product-reviews #product-rugiet-man .img-d{width:75%;margin:0 auto 2.5rem}.reviews .product-reviews #product-rugiet-man .img-e{width:60%;margin:4rem auto 2.5rem}.reviews .product-reviews #product-rugiet-man .img-a-copy-alt{width:85%;margin:1.5rem auto}.reviews .product-reviews #product-rugiet-man .img-c-copy-alt{width:55%}.reviews .product-reviews #product-rugiet-man .img-d-copy-alt{width:75%;margin:1.5rem auto}.reviews .product-reviews #product-rugiet-man .img-e-copy-alt{width:90%;margin:1.5rem auto}.reviews .product-reviews #product-rugiet-man .fda-documents{margin:2.5rem auto;grid-template-columns:repeat(3,1fr);gap:.5rem}.reviews .product-reviews #product-rugiet-man .imgs-c{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);align-items:center}.reviews .product-reviews #product-lemonaid .img-a,.reviews .product-reviews .product-canadian>.highlights ul li,.top-twenty .top-twenty-reviews .review .copy .info .grade{margin:0}.reviews .product-reviews #product-lemonaid .img-b{width:85%;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-lemonaid .img-c,.reviews .product-reviews #product-lemonaid .img-c-copy-alt{width:50%;margin:2.5rem auto 1.5rem}.reviews .product-reviews .product .imgs-double{width:80%;text-align:center;margin:2.5rem auto}.reviews .product-reviews .product .imgs-double>div{width:48%}.reviews .product-reviews .product .imgs-double>div:first-child{margin-right:3%}.reviews .product-reviews .product .imgs-double .arrow-double{width:20%;transform:translate(-50%,-50%) rotate(0)}.reviews .product-reviews #product-all-american-pharma .slides{--_size:30rem;margin:2.5rem auto}.reviews .product-reviews #product-all-american-pharma .img-a,.reviews .product-reviews #product-all-american-pharma .img-a-copy-alt{width:60%;margin:1.5rem auto}.reviews .product-reviews #product-all-american-pharma .img-b,.reviews .product-reviews #product-all-american-pharma .img-c{width:75%;margin:2.5rem auto}.reviews .product-reviews #product-all-american-pharma .img-b-copy-alt{margin-bottom:2.5rem}.reviews .product-reviews #product-all-american-pharma .img-d{width:60%;margin:0 auto;transform:rotate(-5deg)}.reviews .product-reviews #product-rexmd .img-c{width:100%;background-color:#161b2f;border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;margin:1.5rem auto;overflow:hidden}.reviews .product-reviews #product-rexmd .img-c picture{width:70%}.reviews .product-reviews #product-rexmd .img-actor{width:80%;margin:2.5rem auto 1rem}.reviews .product-reviews #product-rexmd .img-g,.reviews .product-reviews #product-rexmd .img-g-copy-alt{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-rexmd .imgs-a{width:95%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-rexmd .imgs-a-copy{width:95%;margin-bottom:2.5rem}.reviews .product-reviews #product-rexmd .imgs-b,.reviews .product-reviews #product-rexmd .imgs-facebook{width:95%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-rexmd .imgs-b>:first-child{grid-column:span 2}.reviews .product-reviews #product-rexmd .vid,.reviews .product-reviews #product-rexmd .vid-copy{width:60%}.reviews .product-reviews #product-rexmd .imgs-cvs{width:100%;margin:1rem auto 2.5rem;grid-template-columns:repeat(3,1fr);gap:.5rem;align-items:center}.reviews .product-reviews #product-rexmd .imgs-cvs>:nth-child(2){grid-column:span 2}.reviews .product-reviews #product-rexmd .heading-cvs{margin-top:3.5rem}.reviews .product-reviews #product-friday-plans .img-b{width:60%;margin:2.5rem auto}.reviews .product-reviews #product-friday-plans .img-c,.reviews .product-reviews #product-friday-plans .img-d{display:inline-block;vertical-align:middle}.reviews .product-reviews #product-friday-plans .headline{font-size:2.25em;text-wrap:pretty;margin:2.5rem 0 1rem}.reviews .product-reviews #product-friday-plans .vid,.top-twenty .top-twenty-reviews .review .product picture img{width:90%}.reviews .product-reviews #product-friday-plans .vid-watertest-copy{width:75%;font-size:1.2rem;margin:1.5rem auto 2.5rem}.reviews .product-reviews #product-friday-plans .img-c{width:48%;margin-right:4rem}.reviews .product-reviews #product-friday-plans .img-d,footer nav ul li{width:45%}.reviews .product-reviews #product-friday-plans .img-e{width:75%;display:block;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-friday-plans .img-f{width:50%;margin:0 auto 2.5rem}.reviews .product-reviews #product-friday-plans .img-g{width:95%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1.5rem}.reviews .product-reviews #product-friday-plans .img-h,.reviews .product-reviews #product-friday-plans .img-h-copy-alt{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-friday-plans .img-xrays{width:100%;text-align:center;padding-top:1.5rem;margin:1.5rem auto}.reviews .product-reviews #product-friday-plans .img-xrays picture{margin:0;display:inline-block;vertical-align:top}.reviews .product-reviews #product-friday-plans .img-xrays picture:nth-child(1){width:36%}.reviews .product-reviews #product-friday-plans .img-xrays picture:nth-child(2){width:28%}.reviews .product-reviews #product-friday-plans .img-xrays picture:nth-child(3){width:32%}.reviews .product-reviews #product-friday-plans .img-xrays .img-copy-alt{font-size:1.25rem;padding:.5rem 1rem 1rem}.reviews .product-reviews #product-friday-plans .imgs-package-comparison{margin:2.5rem 0 0;grid-template-columns:repeat(2,1fr);gap:1rem}.reviews .product-reviews #product-friday-plans .img-fruadsters{max-width:none;margin:2.5rem auto}.reviews .product-reviews #product-friday-plans .img-swollenballs{width:90%;max-width:none;margin:2.5rem auto}.reviews .product-reviews #product-friday-plans .img-fruadsters{width:80%}.reviews .product-reviews #product-friday-plans .imgs-b{width:100%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:.5rem}.reviews .product-reviews #product-friday-plans .imgs-b .img-copy-alt{margin-top:1.5rem}.reviews .product-reviews #product-friday-plans .img-dohhs{width:75%;margin:2.5rem auto 1.5rem}.reviews .product-reviews #product-friday-plans .img-dohhs-copy{width:80%;margin:0 auto}.reviews .product-reviews #product-rocket-rx .img-a,.reviews .product-reviews #product-rocket-rx .img-b,.reviews .product-reviews #product-rocket-rx .img-c{width:70%;margin:2.5rem auto}.reviews .product-reviews #product-rocket-rx .img-b .img-wrapper{margin-bottom:1rem}.reviews .product-reviews #product-rocket-rx .img-a-copy-alt,.reviews .product-reviews #product-rocket-rx .img-c-copy-alt{width:70%;margin-bottom:2rem}.reviews .product-reviews #product-rocket-rx .img-c-copy-alt{text-align:center}.reviews .product-reviews #product-rocket-rx .img-profile-pic,.reviews .product-reviews #product-ziphealth .img-profile-pic{width:80%;margin:0 auto 5rem;position:relative}.reviews .product-reviews #product-rugiet-man .img-profile-pic{width:80%;position:relative;margin:3rem auto 6rem}.reviews .product-reviews #product-rocket-rx .img-profile-pic .img-wrapper{width:35%;margin:0;position:absolute;top:0;left:0}.reviews .product-reviews #product-ziphealth .img-profile-pic .img-wrapper{margin:0;position:absolute;top:0;left:0}.reviews .product-reviews #product-rugiet-man .img-profile-pic .img-wrapper{width:35%;margin:0;position:absolute;top:0;left:0}.reviews .product-reviews #product-ziphealth .img-profile-pic .img-wrapper{width:33%}.reviews .product-reviews #product-rocket-rx .img-profile-pic .img-copy-alt,.reviews .product-reviews #product-rugiet-man .img-profile-pic .img-copy-alt,.reviews .product-reviews #product-ziphealth .img-profile-pic .img-copy-alt{width:60%;font-size:1.15em;line-height:1.6em;padding:3rem 1rem 2rem;margin-left:38%}.reviews .product-reviews #product-ziphealth .img-profile-pic-b .img-copy-alt{padding-top:0;margin-top:-2rem}.reviews .product-reviews #product-ziphealth .img-profile-pic-b .img-wrapper{margin-top:2rem}.reviews .product-reviews #product-rocket-rx .img-copy-alt-inteview{width:95%;font-size:1em;text-align:center}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs{width:108%;margin-left:-3%;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:not(:first-child){margin-top:0}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(odd){transform:rotate(-1deg)}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(2n){transform:rotate(1deg);margin-left:-1rem}.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(3),.reviews .product-reviews #product-rocket-rx .imgs-profit-docs picture:nth-child(4){margin-top:-1rem}.reviews .product-reviews #product-hello-cake .img-b{width:50%;margin:2.5rem auto}.reviews .product-reviews #product-hello-cake .img-hunter-morris{width:90%;background-color:var(--col-light);padding-bottom:0;margin-top:2.5rem}.reviews .product-reviews #product-hello-cake .img-hunter-morris picture{display:inline-block;vertical-align:middle}.reviews .product-reviews #product-hello-cake .img-hunter-morris picture:first-child{width:42%}.reviews .product-reviews #product-hello-cake .img-hunter-morris picture:last-child{width:56%}.reviews .product-reviews #product-mydrhank .imgs-a{width:75%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.reviews .product-reviews #product-mydrhank .img-a{margin-top:-1rem}.reviews .product-reviews #product-edrugstore .img-a{width:45%;float:right;margin:0 0 1rem 2rem}.reviews .product-reviews #product-zealthy-hardies .img-a{width:40%;float:right;margin:-1.5rem 0 1rem 2rem}.reviews .product-reviews #product-zealthy-hardies .img-a .img-copy{font-size:1em}.reviews .product-reviews #product-zealthy-hardies .fda-report .img-copy{width:50%;position:absolute;bottom:0;right:0}.reviews .product-reviews #product-zealthy-hardies .img-b{width:60%;margin:2.5rem auto}.reviews .product-reviews .product .product-fda-banner{width:90%;margin:2.5rem auto}.reviews .product-reviews .product-canadian>.highlights{width:100%;padding:2.5rem 2rem 2rem;margin:1.5rem 0 .5rem;--_size-heading:2em}.reviews .product-reviews .product-canadian>.highlights h4{top:-1em}.reviews .product-reviews .product-canadian>.highlights ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.reviews .product-reviews .product-canadian .company{padding:2rem 1.5rem;grid-template-columns:repeat(3,1fr);gap:1.5rem}.reviews .product-reviews .product-canadian .company .hero{grid-column:span 1}.reviews .product-reviews .product-canadian .company .copy{grid-column:span 2}.reviews .product-reviews .product-canadian .company .copy h2{font-size:2.75rem}.reviews .product-reviews #product-hims .copy .para-one{margin-top:-6rem}.reviews .product-reviews #product-roman .copy .para-one{margin-top:-5rem}.reviews .product-reviews #product-rexmd .copy .para-one{margin-top:-7rem}.reviews .product-reviews #product-bluechew .copy .para-one{margin-top:-5rem}.reviews .product-reviews #product-rocket-rx .copy .para-one{margin-top:-1.5rem}.reviews .product-reviews #product-malemd .copy .para-one{margin-top:-1rem}.reviews .product-reviews #product-viking-man .copy .para-one{width:100%;margin-top:1rem}.reviews .product-reviews #product-rugiet-man .copy .para-one{margin-top:-4rem}.reviews .product-reviews #product-hello-cake .copy .para-one{margin-top:-4.5rem}.reviews .product-reviews #product-mydrhank .copy .para-one{width:100%;margin-top:1rem}.reviews .product-reviews .product .vid-chris-interview-desktop{border:var(--col-light) solid 8px;background-color:var(--col-light);display:block}.reviews .product-reviews .product .vid-snapchat{width:50%;margin:2.5rem auto}.reviews .product-reviews .product .vids-snapchat{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:2rem}.top-twenty .intro .container{padding:2.5rem}.top-twenty .intro h2{font-size:4em}.top-twenty .top-twenty-reviews .review{width:100%;background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;border-radius:var(--bor-rad-small);box-shadow:.15em .15em #0000001a;padding:2rem;margin:2rem auto;position:relative}.top-twenty .top-twenty-reviews .review:after{font-size:3rem;top:-1rem;left:-1rem}.top-twenty .top-twenty-reviews .review:before{width:35%;padding:0;margin-bottom:0;position:absolute;top:1rem;left:5rem}.top-twenty .top-twenty-reviews .review .product{width:40%;padding-top:3rem;display:inline-block;vertical-align:middle}.top-twenty .top-twenty-reviews .review .product-squareratio picture img{width:60%}.top-twenty .top-twenty-reviews .review .copy{width:57%;display:inline-block;vertical-align:top;padding:0 0 0 2%}.top-twenty .top-twenty-reviews .review .copy-extended{width:100%;margin-top:.5rem}.top-twenty .top-twenty-reviews .review .copy h3{font-size:2em}.top-twenty .top-twenty-reviews .review .copy .info{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;align-items:baseline}.top-twenty .top-twenty-reviews .review .copy .soldby{grid-column:span 2}.top-twenty .top-twenty-reviews .review .copy-extended .info .grade{margin-left:8rem}.top-twenty .product-list-nav{padding:3rem 2rem}.top-twenty .product-list-nav .wrapper:before{--_padding:2rem;border-radius:var(--bor-rad-fixed)}.top-twenty .product-list-nav h3{width:calc(100% + 4rem);margin-bottom:1.5rem;margin-left:-2rem}.top-twenty .product-list-nav ul{font-size:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);grid-auto-flow:column}.pdf-blacklist{padding:2rem 1rem}.pdf-blacklist>h2{font-size:5em}.pdf-blacklist .blacklist-cover-wrapper{width:100%;overflow:auto}.pdf-blacklist .blacklist-cover{width:100%;margin-left:0}.pdf-blacklist .pdf-blacklist-imgs{margin-top:4rem}.pdf-viagra-secrets .btn-pdf-download{font-size:3.25rem}.pdf-ad{font-size:2rem;background-color:var(--col-light);border:rgba(0,0,0,.75) solid 4px;border-radius:var(--bor-rad);box-shadow:0 0 2rem #00000026;padding:1rem 2rem}.pdf-ad .mags{padding:2rem 8rem}.pdf-ad .mags picture img{border-width:4px}.pdf-ad h2{margin:1.5rem 0 2rem}.pdf-ad .btn-pdf-ad{width:75%;font-size:3.5rem;margin-bottom:1rem}footer{padding:5rem 0}footer .logo{width:40%;margin:-2rem 0 0}footer nav{width:25%;margin:0;margin-left:19rem;margin-right:3rem;position:relative}footer nav ul,footer p{font-size:1rem}footer .logo,footer .social,footer nav{display:inline-block;vertical-align:top}footer .menu-sub-footer{width:max-content;margin:0;position:absolute;bottom:0;right:2rem}footer .menu-sub-footer ul li:last-child{padding-right:0}footer .copy{font-size:.75rem;margin:3rem 0}}@media screen and (max-width:24rem){.header-tagline{font-size:.75rem}header{font-size:.95rem}.home .banner-bulls>h2{font-size:1.6rem}.dudley>h2{font-size:2.15rem}.topfive .product .scores .score span{font-size:.6em}.sign-up-alt form .btn{font-size:1.65em}}
