<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--brand_color: #7da875;
--brand_color_inverted: #ffffff;
--background_color: #FFFFFF;
--text_color: #3D3D3D;
--link_color: #7da875;
}

body {
background-color: var(--background_color);
color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
font-family: Bevan;
}

body, p, label, .paragraph {
font-family: Open Sans;
font-size: 16px;
}

a {
color: var(--link_color);
}

a:hover {
text-decoration: underline;
}

.brand {
background-color: #7da875;
color: #ffffff;
border-color: #7da875;
}

.text-brand {
color: #7da875;
}

.text-action {
color: #d9534f;
}

.brand-inverted {
background-color: #ffffff;
color: #7da875;
border-color: #ffffff;
}

.action {
background-color: #d9534f;
color: #FFFFFF;
border-color: #d9534f;
}

.action-inverted {
background-color: #FFFFFF;
color: #d9534f;
border-color: #FFFFFF;
}

/* SiteHeader */

.announcement_bar {
background-color: #53764d;
color: #ffffff;
}

.announcement_bar a {
color: #ffffff;
}

.siteHeader {
background-color: #7da875;
color: #ffffff;
border-bottom-style: solid;
border-bottom-width: 0;
border-bottom-color: #b03535;
}

.siteHeader__container {
max-width: 100%;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
background-color: #7da875;
}

.mainNavigation__list {
text-align: center !important;
}

.siteHeader__container--style4 {
text-align: center;
}

.mainNavigation__list &gt; li &gt; a {
font-size: 16px;
}

/*Mobile Nav*/
.mobileNav &gt; li &gt; a {
color: #ffffff;
background-color: #679b61;
}

.mobileNav &gt; li &gt; a:hover {
background-color: #3f7339;
}

.mobileNav &gt; li &gt; a:focus {
background-color: #3f7339;
}

    /* Underline Link Effect */
    .mainNavigation__list &gt; li &gt; a {
    color: #ffffff;
    background-color: transparent;
    border-bottom: solid 2px transparent;
    }
    .mainNavigation__list &gt; li &gt; a:hover {
    color: #ffffff;
    background-color: transparent;
    border-bottom: solid 2px #ffffff;
    }

    .mobileNav &gt; li &gt; a {
    color: #ffffff;
    background-color: transparent;
    border-bottom: solid 2px transparent;
    }

    .mobileNav &gt; li &gt; a:hover {
    color: #ffffff;
    background-color: transparent;
    border-bottom: solid 2px #ffffff;
    }

    .mobileNav &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent;
    border-bottom: solid 2px #ffffff;
    }


    .mainNavigation__list &gt; li &gt; a {
    transition: all 0.2s ease-in-out;
    }

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
background-color: transparent;
    border-bottom-color: #72986c
}

.auxiliaryMenu {
max-width: 100%;
}

    .auxiliaryMenu &gt; li &gt; a {
    color: #ffffff;
    }
    .auxiliaryMenu &gt; li &gt; a:hover, .auxiliaryMenu &gt; li &gt; a:focus {
    text-decoration: underline;
    }

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
background-color: #72986c;
color: #ffffff;
}

/* OrderStatus */
.orderStatusBar {
background-color: #72986c;
}

.orderStatus__container {
color: #ffffff;
}

.orderStatus__container a {
border-bottom-color: #a4ca9e;
color: #ffffff;
}

.orderStatus__container a:hover {
border-bottom-color: #ffffff;
}

.orderStatus__mobileToggle {
color: #ffffff;
}

.orderStatus__mobileToggle a {
border-bottom-color: #a4ca9e;
color: #ffffff;
}

.orderStatus__mobileToggle a:hover {
border-bottom-color: #ffffff;
}

/* Logo */

.logo {
color: #ffffff;
font-size: 16px;
padding: 20px;
}

.logo__img {
max-height: 73px;
}

@media (max-width: 414px) {.logo {padding: 15px;} .logo__img {max-height: 73px;}}

.siteFooter {
background-color: #2d2d2d;
color: #ffffff;
}

.siteFooter .tw-prose {
--tw-prose-headings: #ffffff;
--tw-prose-body: #ffffff;
--tw-prose-p: #ffffff;
--tw-prose-a: #ffffff;
--tw-prose-bullets: #ffffff;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
color: #ffffff;
}

.siteFooter a {
--tw-prose-a: #ffffff;
color: #ffffff;
}

.siteFooter a:hover, .siteFooter a:focus {
color: #ebebeb;
}

.siteFooter img {
margin-left: auto;
margin-right: auto;
}

.backToTopLink__container {
background-color: #414141;
}

.backToTopLink__container a {
color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
background-color: #7da875 !important;
color: #ffffff !important;
}

.btn-brand-inverted {
background-color: #ffffff;
color: #7da875;
border: solid 1px #7da875;
}

.btn-brand-inverted:not([disabled]):hover {
background-color: #7da875;
color: #ffffff;
border: solid 1px #7da875;
}



.btn-brand:not([disabled]):hover, .btn-default:not([disabled]):hover, .btn-primary:not([disabled]):hover {
    background-color: #55804d !important;
    border-color: #55804d !important;
color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
background-color: #d9534f !important;
border-color: #c53f3b !important;
color: #FFFFFF !important;
}
.btn-danger:not([disabled]):hover, .btn-action:not([disabled]):hover, .cta:not([disabled]):hover {
    background-color: #ff7b77 !important;
    border-color: #ff7b77 !important;

color: #FFFFFF !important;
}

.btn-action-inverted {
background-color: #FFFFFF;
color: #d9534f;
border: solid 1px #d9534f;
}

.btn-action-inverted:not([disabled]):hover {
background-color: #d9534f;
color: #FFFFFF;
border: solid 1px #d9534f;
}

.bullet, .confirmation__step-number {
background-color: #7da875;
color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
background-color: #3c312f !important;
border-color: #3c312f !important;
color: #ffffff;
}

.storeSearch__input--style2 {
border-color: #3c312f !important;
}

.storeIndex__sideBarList--style2 &gt; li &gt; a {
color: #ffffff;
border-color: #322725 !important;
}

.storeIndex__sideBarList--style2 &gt; li &gt; a:hover {
color: #ffffff;
background-color: #322725 !important;
}

.storeSearch__button--style2 {
color: #ffffff;
}

.banner__protocols li:before {
color: #7da875
}

/*Custom Styles*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bannerWidget_heading { 
    font-size: calc(20px + (48 - 20) * ((100vw - 300px) / (1600 -300)));
    color: #ffffff;
    line-height:0.5;
}
#featuredProductsWidget1233, #featuredProductsWidget1344 {
    max-width: 1200px !important;
    margin: 0 auto;
}

.promise &gt; div {
    max-width: 600px;
    margin: 64px auto 0 auto;
    text-align: center;
}

.promise ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

.promise ul &gt; li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.promise ul &gt; li &gt; i {
    margin-left: -28px;
    padding-right: 4px;
}

.promise__header {
    font-size: 32px;
    margin-bottom: 28px;
    text-align: center;
}

.promise__header &gt; div {
    font-size: 18px;
}

.blogPost__subheadeing {display:none;}

.recipe__instructionsHeading {display: none;}

.bannerWidget__heading {
    max-width: 100%;
}

.spacer-bottom {
    margin-bottom: 30px;
}

#pageWidget--161 .photoGridWidget__listCaption {
    background-color: transparent;
}

.heroicon-outline {
fill: #66aa74; }

.heroicon-component-fill {
fill: #FFF; }

.heroicon-component-accent {
fill: #7da875; }

.heroicon-shadows {
display: none; }


#bannerWidget49 .bannerWidget__heading {
    text-shadow: 1px 1px 4px rgba(0,0,0, 0.7);
    font-size: calc(20px + (48 - 20) * ((100vw - 300px) / (1600 -300)));
    color: #ffffff;
    line-height:0.5;
}


#bannerWidget49 .bannerWidget__subheading {
    text-shadow: 1px 1px 4px rgba(0,0,0, 0.7);
    font-size: 32px;
    margin-top: 16px;
}

.banner__protocols li:before {
    content: '√';
    color: #fff;
}

.why-choose-list li {
    padding-bottom: 1rem;
}

.why-choose-list li:before {
    color: rgba(255,255,255,0.8);
}

.testimonial {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.testimonial-content {
    flex: 1 1 auto;
    padding-left: 3rem;
}

.testimonial-image {
    flex: 0 1 auto;
    width: 175px;
}

.testimonial-image img {
    display: block;
    width: 75px;
}


.rm-rb-wrapper, .rm-rb-wrapper * {
font-family: Copse, sans-serif !important;
}

/****GRAPEVINE HOMEPAGE UPDATES****/

/*badges*/
.badges-flex-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items:center;
    justify-content: center;
    max-width: 900px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    padding-bottom: 45px;
    text-align: center;
    }
    
    .badges-item {
    justify-content: space-between;
    margin: 5px;
    padding: 0;
    }

    @media (max-width: 800px) {
        .badges-flex-container {
            flex-wrap: wrap !important;
        }
        .badges-item {
            flex-basis: 25% !important; 
            margin: 10px;
        }
    } 

    @media (max-width: 800px) {
        .badges-flex-container {
            flex-wrap: wrap !important;
        }
        .badges-item {
            flex-basis: 25% !important; 
            margin: 10px;
        }
    } 

/*how it works icon replacement*/
.howItWorksWidget--3196 i {
    opacity: 0;
}

#howItWorksWidget3196 .howItWorksWidget__step:first-of-type {
    padding-right: 40px !important;
}

#howItWorksWidget3196 .howItWorksWidget__step:nth-of-type(2){
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#howItWorksWidget3196 .howItWorksWidget__step:last-of-type {
    padding-left: 40px !important;
}

#howItWorksWidget3196 .howItWorksWidget__step:first-of-type .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 130px !important;
    width: 130px !important;
    background-image: url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1618417008_6077157006f91.png) !important;
    background-repeat: no-repeat;
    background-size: 130px 130px;
    object-fit: contain !important;
}

#howItWorksWidget3196 .howItWorksWidget__step:nth-of-type(2) .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 130px !important;
    width: 130px !important;
    background-image: url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1618417008_607715700993b.png);
    background-repeat: no-repeat;
    background-size: 130px 130px;
    object-fit: contain !important;
}

#howItWorksWidget3196 .howItWorksWidget__step:last-of-type .bullet {
    background-color: transparent !important;
    box-sizing: content-box !important;
    height: 130px !important;
    width: 130px !important;
    background-image: url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1618417008_607715706814a.png);
    background-repeat: no-repeat;
    background-size: 130px 130px;
    object-fit: contain !important;
}
#howItWorksWidget3196 .howItWorksWidget__stepHeader {
    text-transform:uppercase !important;
    color: #7da775;
}

/*we promise section*/
.shaded_rectangle {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 75%;
    background-color: white;
    border-radius:8px !important;
    box-shadow: 0px 0px 20px 5px #e9e9e9;
    margin-bottom: 50px !important;
    margin: auto;
    height: 400px;
}

.shaded_rectangle:last-of-type{
    margin-bottom: 80px !important;
}

.rectangle_text_half, .rectangle_photo_half {
    flex-basis: 50%;
    min-width: 50%;
}

.rectangle_text_half {
    align-items: center !important;
    justify-content: center !important;
    padding: 5% !important;
}
.rectangle_text_half h3, .rectangle_text_half ul {
    max-width: 400px !important;
    margin: auto !important;
}

.rectangle_text_half h3 {
    padding-bottom: 10px !important;
}

.rectangle_text_half ul {
    line-height: 1.8;
}

/*.rectangle_text_half li {
    list-style-image: url('https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1618521445_6078ad65c1c65.jpg');
}
.rectangle_text_half li::marker{
    height: 50%;
}*/

.rectangle_text_half ul {
    padding: 0;
}

.rectangle_text_half li {
    background: url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1618575021_60797ead8264e.jpg) no-repeat left 5px;
    background-size: 28px; /* can be any width */
    list-style-type: none;
    padding-left: 40px; /* can also be adjusted to work with the width specified above */
}

.rectangle_photo_half {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

    .rectangle_photo_half figure {
        height: 100%;
    }

@media ( min-width: 850px ) and ( max-width: 1800px ) {
    .image-fit-cover {
        height: 100%;
        max-width: none;
    }

    .image-fit-cover--square {
        height: auto;
        max-width: 100%;
    }
}

@media ( min-width: 850px ) and ( max-width: 1215px ) {
    .image-fit-cover--square {
        height: 100%;
        max-width: none;
    }
}

@media ( max-width: 850px ) {
    .shaded_rectangle {
        height: 500px !important;
        max-width: 90% !important;
    }
    
    .rectangle_photo_half {
        flex-basis: 55%;
        min-width: 55%;
    }
    .rectangle_text_half {
        flex-basis: 45%;
        min-width: 45%;
        padding: 5px !important;
        padding-top: 30px !important;
    }
    .image-fit-cover {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }
    
    .image-fit-cover--square {
        height: auto !important;
        width: 100% !important;
    }
    .shaded_rectangle-photo_left {
        display: flex !important;
        flex-direction: column !important;
    }
    .shaded_rectangle-photo_right {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .shaded_rectangle-photo_right .rectangle_photo_half,
    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .rectangle_text_half h3, .rectangle_text_half ul {
        max-width: 300px !important;
        margin: auto !important;
    }
    .rectangle_text_half ul {line-height: 1.6 !important;}
    .rectangle_text_half h3 {font-size: 24px ; line-height: 1.2 !important;}
}

@media ( min-width: 851px ) {
    .shaded_rectangle-photo_right .rectangle_photo_half {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }
}

@media (max-width: 768px) {
    .bannerWidget--3562 .bannerWidget__innerContainer {
        padding-top: 6rem !important;
        padding-bottom: 24rem !important;
    }
}


/* BEGIN updated hero image information */
.homeBannerImage{
    background-image:url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1674141106_63c95db235626.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 150px 10% 100px 10%;
    background-position: center center;
    height: 600px;
}

.homeBannerImage h1{
    color: #E44154;  
    font-size: 50px; 
    line-height: 1.3;
    text-shadow: rgba(44, 44, 44, 0.0) 0px 0px 0px !important;
}

.homeBannerImage h3{
    color: #e9ae20;  
    font-size: 40px; 
    text-shadow: rgba(44, 44, 44, 0.0) 0px 0px 0px !important; 
    margin-top: 20px !important;
}
.customHome, button.customHome{
    font-size: 20px !important;
    padding: 16px 36px;
    border-radius: 8px;
    background-color: #E44154;
    border: 1px solid #e06977;
    color: #fff !important;
    background: #E44154;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 10px 0 rgba(36,36,36,0.20) !important;
}
.customHome:hover, button.customHome:hover{
    background-color: #e06977;
    background: #e06977;
    border: 1px solid #e06977;
}

.columns-newHome{
    width: 60%;
    float:left;
    display: inline-block;
}
/* END updated hero image information */



    /* BEGIN updated hero image information */
.homeBannerImage{
    padding: 100px 10% 100px 10%;
}
.customHome{
    font-size: 20px;
    padding: 20px 32px;
}

@media ( max-width: 850px ) {
    .shaded_rectangle {
        height: 500px !important;
        max-width: 90% !important;
    }
    
    .rectangle_photo_half {
        flex-basis: 55%;
        min-width: 55%;
    }
    .rectangle_text_half {
        flex-basis: 45%;
        min-width: 45%;
        padding: 5px !important;
        padding-top: 30px !important;
    }
    .image-fit-cover {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }
    
    .image-fit-cover--square {
        height: auto !important;
        width: 100% !important;
    }
    .shaded_rectangle-photo_left {
        display: flex !important;
        flex-direction: column !important;
    }
    .shaded_rectangle-photo_right {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .shaded_rectangle-photo_right .rectangle_photo_half,
    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .rectangle_text_half h3, .rectangle_text_half ul {
        max-width: 300px !important;
        margin: auto !important;
    }
    .rectangle_text_half ul {line-height: 1.6 !important;}
    .rectangle_text_half h3 {font-size: 24px ; line-height: 1.2 !important;}
}

@media ( min-width: 851px ) {
    .shaded_rectangle-photo_right .rectangle_photo_half {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }
}

@media (max-width: 768px) {
    .bannerWidget--3562 .bannerWidget__innerContainer {
        padding-top: 6rem !important;
        padding-bottom: 24rem !important;
    }
    
/* BEGIGN updated hero image for Mobile */
.homeBannerImage{
    background-image:url(https://s3.amazonaws.com/sevensonsfarms/sevensonsfarms/images/1674142467_63c96303cf584.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 40px 20px 50px 20px;
    background-position: top center;
    height: 590px;
}

.homeBannerImage h1{
    color: #E44154;  
    font-size: 36px; 
    line-height: 1;
}

.homeBannerImage h3{
    color: rgba(9,15,19,0.74); 
    font-size: 20px;
    padding-top: 0px;
    margin-top: 20px !important;
    text-shadow: rgba(44, 44, 44, 0.15) 0px 2px 3px !important;
}

.customHome, button.customHome{
    font-size: 20px !important;
    padding: 16px 36px;
    background-color:#e44154;
    border: 1px solid #e44154;
    background: #e44154;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 10px 0 rgba(36,36,36,0.20) !important;
}
.customHome:hover, button.customHome:hover{
    background-color: #262D34;
    background: #262D34;
    border: 1px solid #262D34;
}

.columns-newHome{
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
}
/* END Updated hero image for Mobile */
}

/****GRP product layout starts****/
.productPage__summary .tw-reset .tw-prose :where(ul):not(:where([class~=tw-not-prose] *)) {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.productPage__summary p {margin-bottom: .5rem !important;}
.productPage__summary ul {
    list-style: none;
}
.productPage__summary ul {
    margin-top: 0 !important;
    counter-reset: foo;
    display: table;
}
.productPage__summary ul &gt; li {
    counter-increment: foo;
    display: table-row;
}
.productPage__summary ul li:before {
    content: '✓';
    padding-right: .8rem;
    display: table-cell;
    text-align: right;
}
.productPage__summary ul li {
    margin: 0.2em 0 !important;
}
.product-summary-subscription {color: #878787; margin-top: 1.6rem; line-height: 1.4 !important;}
.product-summary-subscription p {font-size: 14px !important; margin-bottom: 0 !important;}
.productPage__vendorLink, .productListing__vendorLink--grid {visibility: collapse !important; height: 0 !important;}

    .productPage__productDetailsRow {display: flex !important; column-gap: 1%;}
    .productPage__details { max-width: none !important;}
    .productPage__vendorLink { display:none; }
    .productPage__price .productListing__originalPrice {font-size: 1.2rem !important; color: #b1b1b1;  font-weight: 400;}
    .productPage__price, .productPage__price .saleTextColor {font-weight: 700 !important; font-size: 1.5rem !important;}
    .productPage__photo img {border-radius: 4px !important;}
    @media (min-width: 768px) {
        .productPage__productDetailsRow &gt; div:first-of-type {width: 54%;}
        .productPage__productDetailsRow &gt; div:last-of-type {width: 45%;}
    }    
    @media (max-width: 768px) {
        .productPage__productDetailsRow {flex-direction: column !important;}
    }

/***protocol badges***/
.product-page-badges {padding: 15px 0 !important;}
    @media (min-width: 768px) {
        .product-page-badges {max-width: 500px !important; margin: auto !important;}
    }
    @media (max-width: 768px) {
        .product-page-badges {max-width: 100% !important; margin: auto !important;}
    }
/***tabs***/
.tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2.4rem;
    margin-right: 0;
    cursor: pointer;
    background: white;
    font-weight: bold;
    transition: background ease 0.2s;
    border-bottom: 2px solid white;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem 0;
    background: #fff;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"] + label {
    border-bottom: 1px solid #c9c9c9;
    color: #878787;
    }
.tabs input[type="radio"]:checked + label {
    background: #fff;
    border-bottom: 2px solid #7da875;
    color: #111827;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}


@media (max-width: 768px) {
    .tabs label {
    margin-right: 0;
    margin-top: 0.2rem;
    order: 1 !important;
    font-size: 0.9em;
    line-height: 1.25em;
    padding: 1rem;
    width: 25%;
    display: flex;
    align-items:center;
    justify-content: center;
    }
    .tabs .tab {
    order: 99;
    }
}

/*You may also like*/
.productPage__descriptionText .featuredProductsWidget {
    padding: 0 !important;
}
.productPage__descriptionText .featuredProductsWidget__products {
    display: flex !important; 
    flex-direction: row; 
    column-gap: 4rem;
}
.productPage__descriptionText .featuredProductsWidget__products {
    max-width: none;
}
.productPage__descriptionText .featuredProductsWidget_content--style2 {
    flex-direction: column !important;
}
.tw-reset .tw-prose :where(figure):not(:where([class~=tw-not-prose] *)), .tw-reset .tw-prose :where(img):not(:where([class~=tw-not-prose] *)) {
    margin-top: 0 !important; 
    margin-bottom: 0 !important;
}
.productPage__descriptionText .featuredProductsWidget__title--style2, .productPage__descriptionText .featuredProductsWidget__price--style2, .productPage__descriptionText .featuredProductsWidget__sectionHeading {
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.productPage__descriptionText .featuredProductsWidget_content--style2 .btn {
    margin-top: 1rem;
} 
.productPage__descriptionText .featuredProductsWidget_content--style2 .btn-brand {color: white !important;}
.productPage__descriptionText .featuredProductsWidget_content--style2 .btn-brand:hover {color: white !important; text-decoration: none !important;}
.tw-reset .tw-prose :where(a):not(:where([class~=tw-not-prose] *)) .featuredProductsWidget_content--style2 a:hover {text-decoration: none;} 
.productPage__descriptionText .featuredProductsWidget_content--style2 a:hover {color: white !important;}
.productPage__descriptionText .featuredProductsWidget_content--style2 a {text-decoration: none !important; color: white !important;}
.product-descrip-all-btn {border: 2px solid #d9534f !important; padding: 10px 15px !important; border-radius: 4px !important; text-decoration: none !important;}
.product-descrip-all-btn:hover {opacity: .7 !important;}
.tw-reset .tw-prose :where(a):not(:where([class~=tw-not-prose] *)):hover {text-decoration: none !important;}

.productPage__descriptionText .tabs {border-bottom: 1px solid #66aa74;}
.tw-reset .tw-prose :where(h2):not(:where([class~=tw-not-prose] *)) {margin-top: 1.5em !important;}
.productPage__vendorLink--grid { display:none; }

@media (max-width: 768px) {
    .productPage__descriptionText .featuredProductsWidget__products {flex-direction: column;}
    .productPage__descriptionText .featuredProductsWidget__productContainer--style2:not(:last-of-type) {margin-bottom: 3.5rem;}
    .productPage__descriptionText .featuredProductsWidget__productContainer--style2 {margin: auto !important;}
    .productPage__descriptionText .featuredProductsWidget__productContainer--style2:not(:last-of-type) {margin-bottom: 30px !important;}
}
/*hiding product sidebar with Protocols &amp; Ingredients*/
.productPage__descriptionSidebar {visibility: collapse !important; width: 0 !important; margin: 0 !important; height: 0 !important;}
.productPage__descriptionText {width: 100% !important;}
/****GRP product layout ends****/

/****Protocols layout starts****/
.protocolsPage__protocol &gt; a { display:none; }
/****Protocols layout ends****/

.tw-prose h1,h2,h3,h4 {
    font-weight: 500 !important;
}

.productPage .tw-aspect-h-3 {
    --tw-aspect-h: 4;
}

.productListing__photoLink--grid .tw-aspect-h-3 {
    --tw-aspect-h: 4;
}
</pre></body></html>