* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    display: inline-block;
    transition: .5s;
}
img {
    max-width: 100%;
}

/**
* Global
*/
.og-menu-hide {
    display: none!important;
}
main.ogr-main {
    padding-top: 0px!important;
}
main.ogr-main.no-fixed {
    margin-top: 90px!important;
}
.og-underline a {
    text-decoration: underline;
    text-decoration-color: #69BE28;
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
}
.og-container {
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.old-container {
    max-width: 1700px;
    margin: auto;
}
.ogr-hero-{
    text-align: center;
    background-color: #eadfda;
}
.fixed .search-mobile,
.fixed .hamburguer-icon {
    opacity: 0;
    transition: .5s;
}
.menu-item {
    position: relative;
}
.menu-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/11/double-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.menu-item:hover:before {
    opacity: 1;
}

/**
* Header
*/
header.og-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 20px 0px;
    transition: .5s;
    z-index: 9999;
}
header.og-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: cover;
    transition: .5s;
    opacity: 1;
}
.admin-bar header.og-header {
    top: 32px;
}
.og-header-logo {
    width: 264px;
    height: auto;
    position: relative;
}
.og-header-logo a {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    will-change: transform;
    transition: .5s;
}
.og-header-logo a img {
    transition: .5s;
    transform: scale(.85);
}
.og-header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}
.hamburguer-icon {
    display: none;
}
.search-mobile {
    display: none;
}
.og-header-nav,
.og-header-right {
    width: calc( 50% - 132px );
}
.og-header-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    padding: 14px 0px;
}
.og-header-nav li:last-child {
    margin-right: 0px;
}
.og-header-nav li a {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.og-header-nav li a img {
    width: 28px;
    height: 28px;
}
.og-header-right {
    text-align: right;
}
.og-header-logo {
    text-align: center;
}
.og-header-right .ogr-btn {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 12px;
}
.fixed:before {
    opacity: 0!important;
}
.logo-a .og-header-logo a img {
    transform: scale(1)!important;
}
.menu-item-has-children .sub-menu {
    display: none;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
    background-color: #F5F5F5;
    position: absolute;
    top: 100%;
    width: 322px;
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.6);
}
.menu-item-has-children:hover .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 10px;
    padding: 0px!important;
}
.menu-item-has-children:hover .sub-menu li:last-child {
    margin-bottom: 0px;
}
.menu-item-has-children:hover .sub-menu li a {
    background-color: transparent;
    display: block;
    padding: 20px 20px;
    border-radius: 15px;
    transition: .5s;
}
.menu-item-has-children .sub-menu li a:hover {
    background-color: #fff;
}

/**
* Mega Menu | Header
*/
.og-megamenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 90vw;
    max-width: 1440px;
    background-color: #fff;
    z-index: 9;
    border-radius: 20px;
    box-shadow: -1px 5px 18px -7px rgba(0,0,0,0.7);
    -webkit-box-shadow: -1px 5px 18px -7px rgba(0,0,0,0.7);
    -moz-box-shadow: -1px 5px 18px -7px rgba(0,0,0,0.7);
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    display: none;
}
.menu-item-has-megamenu:hover .og-megamenu {
    display: flex!important;
}
.og-megamenu-list {
    width: 464px;
    background-color: #F5F5F5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.og-megamenu-list-content {
    width: 100%;
    padding: 50px;
}
.og-megamenu-content {
    width: calc( 100% - 464px );
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.og-megamenu-item {
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: .5s;
}
.og-megamenu-item.active,
.og-megamenu-item:hover {
    background: #fff;
    cursor: pointer;
}
.og-megamenu-item:last-child {
    margin-bottom: 0px;
}
.og-megamenu-list-content .see-all {
    font-family: 'Guthen', sans-serif;
    color: #69BE28;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
}
.og-megamenu-item .og-megamenu-item-img,
.og-megamenu-item .og-megamenu-item-text,
.og-megamenu-item .og-megamenu-item-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.og-megamenu-item .og-megamenu-item-text,
.og-megamenu-item .og-megamenu-item-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 16px;
    line-height: 21px;
}
.og-megamenu-item-text-section {
    padding: 0px 20px;
}
.og-megamenu-item .og-megamenu-item-img {
    width: 88px;
}
.og-megamenu-item .og-megamenu-item-text {
    width: calc( 100% - 100px );
}
.og-megamenu-item .og-megamenu-item-arrow {
    width: 12px;
}
.og-megamenu-content-div-title {
    margin-bottom: 35px;
}
.og-megamenu-content-div {
    width: 90%;
    margin: auto;
    padding: 75px 0px;
}
.og-megamenu-content-div-title a,
.og-megamenu-content-div-title img {
    display: inline-block;
    vertical-align: middle;
}
.og-header-nav li .og-megamenu-content-div-title a {
    margin-left: 20px;
    font-family: 'Gotham', sans-serif;
    color: #1CB099;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-decoration: underline!important;
    text-decoration-color: #69BE28!important;
    text-decoration-style: wavy!important;
    text-decoration-thickness: 2px!important;
}
.og-megamenu-content-div-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.og-megamenu-content-div-item a {
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}
.og-megamenu-content-div-item a img {
    width: 90%!important;
    height: auto!important;
    margin-bottom: 15px;
}

/**
* Hero | Home
*/
.ogr-img-hero-2 {
    display: none;
}

/**
* Cols | Homepage
*/
.og-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
}
.og-background-mobile {
    display: none;
}
.org-col-three {
    padding: 75px 0px 75px 0px;
    margin-top: -10px;
    position: relative;
    z-index: 9;
}
.org-col-three-content {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.ogr-col-three-card {
    text-align: center;
}
.ogr-col-three-card h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #000;
}
.ogr-col-three-card img {
    margin-bottom: 15px;
}
.ogr-col-three-card p {
    margin-top: 15px;
    font-family: 'Gotham Light', sans-serif;
    font-size: 20px;
    line-height: 32px;
}

/**
* Slider | Homepage
*/
.org-slider-section {
    padding: 75px 0px 25px 0px;
}
.org-text-content {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    text-align: center;
}
.org-text-content img {
    display: block;
    margin: auto;
}
.org-text-content a {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    margin-top: 25px;
    color: #1CB099;
    font-weight: 700;
}
.ogr-carousel-content {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}
.slick-track {
    padding: 75px 0px 50px 0px;
}
.ogr-product-card {
    text-align: center;
    padding: 0px 40px;
}
.ogr-product-card h3 {
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 24px;
    margin-top: 0px;
    line-height: 24px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ogr-product-card h4 {
    color: #1CB099;
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Gotham';
    opacity: 0;
    transition: .5s;
}
.ogr-product-image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ogr-product-image {
    height: 310px;
    position: relative;
    transition: .5s;
}
.ogr-product-image img {
    transition: .5s;
}
.ogr-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.ogr-product-image:after {
    content: '';
    background-color: #EA5084;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate( -50%, -50% );
    aspect-ratio: 1 / 1;
    z-index: -1;
    border-radius: 100%;
    opacity: 0;
    transition: .5s;
}
.ogr-product-card:hover h4 {
    margin-top: 10px;
}
.ogr-product-card:hover h4,
.ogr-product-card:hover .ogr-product-image:after {
    transition: .5s;
    opacity: 1;
}
.ogr-product-card:hover .ogr-product-image img {
    transform: rotate(-10deg) scale(1.1);
    transition: transform 0.5s ease;
    transform-origin: center center; 
}
.ogr-carousel-content a {
    text-decoration: none;
}
.ogr-carousel-content a h4:hover {
    text-decoration: underline;
    text-decoration-color: #69BE28;
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
    transition: .5s;
}
.ogr-product-links a {
    display: block;
}
.hpg-image-mobile {
    display: none!important;
}

/**
* Social | Homepage
*/
.og-social-top {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
}
.ogr-social-col-img {
    opacity: 0;
}
.ogr-get-social {
    background-image: url(/wp-content/uploads/2025/11/SOCIAL-BG-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0px 75px 0px;
    position: relative;
    margin-top: -10px;
}
.ogr-get-social-content {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    text-align: center;
    display: flex;
    position: relative;
    overflow: visible;
}
.ogr-social-col img {
    width: 100%;
}
.ogr-social-col p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.ogr-social-col ul {
    display: block;
    text-align: center;
}
.ogr-social-col ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.ogr-social-col ul li:last-child {
    margin-right: 0px;
}
.ogr-social-col ul li a {
    text-align: none;
}
.ogr-social-col ul li a img {
    width: 75px;
    height: auto;
}
.ogr-social-col {
    flex: 1;
}
.ogr-get-social {
    aspect-ratio: 19 / 9;
}
.ogr-social-col.ogr-social-col-text img {
    max-width: 470px;
    margin: auto;
}
.ogr-get-social:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/img-social-frames-d-1-2.png);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50px;
    right: 0;
    width: 45%;
    height: 100%;
    object-fit: contain;
    z-index: 10;
}
img.ogr-leave-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
}
img.org-leave-2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 10%;
}

/**
* CTA | Homepage
*/
.ogr-cta {
    background-image: url(/wp-content/uploads/2025/11/key-ingredients-bg-shape-teal-d-2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0px 0px 0px;
    margin-top: -30px;
}
.ogr-cta-content {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ogr-cta-col-1 {
    width: 59%;
}
.ogr-cta-col-2 {
    width: 41%;
    text-align: center;
}
.ogr-cta-col-2 img {
    display: block;
    width: 100%;
}
.cta-top {
    position: relative;
    margin-top: -10px;
    z-index: 9;
}
.ogr-btn {
    display: inline-block;
    background-color: #FF7900;
    font-family: 'Gotham', sans-serif;
    color: #fff!important;
    text-decoration: none;
    font-size: 24px;
    line-height: 25px;
    padding: 20px 26px;
    border: 2px solid #000;
    margin-top: 40px;
}

/**
* Footer
*/
.og-footer {
    position: relative;
    z-index: 9;
    padding: 75px 0px;
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -40px;
}
.footer-logo {
    text-align: center;
}
.footer-socials {
    text-align: center;
    padding: 50px 0px;
}
.footer-socials li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.footer-socials li:last-child {
    margin-right: 0px;
}
.footer-socials li img {
    width: 46px;
    height: 46px;
}
.footer-nav-primary {
    text-align: center;
}
.footer-nav-primary li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.footer-nav-primary li a {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
}
.footer-nav-secundary {
    padding-top: 30px;
    text-align: center;
}
.footer-nav-secundary li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.footer-nav-secundary li:after {
    content: '|';
    color: #fff;
    font-family: 'Gotham Light', sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-left: 25px;
}
.footer-nav-secundary li:last-child {
    margin-right: 0px;
}
.footer-nav-secundary li:last-child:after {
    display: none;
}
.footer-nav-secundary li a {
    font-family: 'Gotham Light', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
}

/**
* Hero | Segments Page
*/
.segment-page-hero {
    padding: 100px 0px 0px 0px;
    background-color: #1CB099;
    position: relative;
    max-height: 999px!important;
    overflow: hidden;
}
.segment-page-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/segments-bg.png);
    opacity: .2;
    z-index: 1;
}
.segment-page-container {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    position: relative;
    z-index: 2;   
    text-align: center;
}
.segment-page-container img {
    max-width: 678px;
}
.segment-page-container p {
    max-width: 920px;
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin: auto;
    margin-top: 25px;
}
.slick-slider-segments-hero {
    position: relative;
    z-index: 3;
}
.slick-slider-segments-hero .ogr-product-image {
    min-height: auto !important;
    height: auto !important;
    max-height: auto!important;
}
.slick-slider-segments-hero .ogr-product-image:after {
    display: none!important;
}
.slick-slider-segments-hero .ogr-product-card {
    padding: 0px 20px;
}

/**
* Recipes | Segments Page
*/
img.segmentes-mobile {
    display: none;
}
.segment-page-recipes {
    padding: 75px 0px;
    text-align: center;
    background-image: url(/wp-content/uploads/2025/11/Frame-188.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -150px;
    z-index: 99;
}
.segment-page-recipes:before {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/11/Layer_1-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 9;
}
.segment-page-recipes:after {
    content: '';
    width: 100%;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/11/Vector-3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 9;
}
.segments-page-icons {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 50px;
}
.segments-page-icons h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
}
.segments-page-icons ul {
    margin-top: 15px;
}
.segments-page-icons ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.segments-page-icons ul li a {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    color: #1CB099;
	text-decoration: none!important;
}
.segments-page-icons ul li a:hover {
	text-decoration: underline!important;
	text-decoration-style: wavy!important;
	text-decoration-color: #69BE28!important;
	text-decoration-thickness: 2px!important;
}
.segments-01 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 11%;
    height: auto;
    z-index: 9;
}
.segments-02 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 10.5%;
    height: auto;
    z-index: 9;
}
.org-text-content h2 {
    font-size: 120px;
    line-break: 140px;
    font-family: 'Guthen';
    font-weight: 400;
}

/**
* Sportlight | Segments Page
*/
.org-sportlight {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
}
.org-sportlight-item,
.org-sportlight-item-2 {
    min-height: 1000px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.org-sportlight-item {
    background-position: top center;
}
.org-sportlight-item-2 {
    background-position: top center;
}
.org-sportlight-box {
	padding: 82px 56px 76px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;
  	top: 22%;
	position: relative;
}
.org-sportlight-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.org-sportlight-item-2 p,
.org-sportlight-item p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 32px;
    line-height: 150%;
    max-width: 650px;
    margin: 32px auto 16px;
}
.org-sportlight-item a {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 150%;
}
.org-sportlight-item-2 {
    padding: 25px;
}
.org-sportlight-item-2 p {
    color: #000;
}
.org-sportlight-item-2 h3 {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 120%;
}
.ogr-slider-container {
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.og-heart {
    font-family: "Gotham Book", "Arial", sans-serif;
}
.org-sportlight-item-ef img {
	max-width: 290px;
  	margin: 30px auto;
  	display: block;
}
.org-sportlight-item-ef video {
	max-width: 370px;
  	display: block;
  	object-fit: cover;
  	border: 5px solid #fff;
	position: relative;
	cursor: pointer;
}
.org-sportlight-item-ef span {
	position: relative;
}
.org-sportlight-item-ef span:after {
	content: '';
	width: 80px;
  	height: 80px;
  	position: absolute;
  	top: 225px;
  	left: 50%;
  	transform: translate(-50%);
  	background-image: url(/wp-content/uploads/2025/12/btn-play.svg);
  	cursor: pointer;
  	background-repeat: no-repeat;
	transition: 0.5s all ease-in-out; 
}
.org-sportlight-item-ef.playing span:after {
    background-image: url('/wp-content/uploads/2025/12/btn-pause-02-12-2025-11_46_07_516.svg');
	opacity: 0;
}
.org-sportlight-item-ef span:hover:after {
	opacity: 0.3;
}
.org-sportlight-item-ef.playing span:hover:after {
	opacity: 1;
}

/**
* Hero | Recipe
*/
.recipe-hero {
    background-color: #EA5084;
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    overflow: hidden;
}
.recipe-hero-item {
    position: relative;
    padding: 100px 0px;
    text-align: center;
}
.recipe-hero-item p {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    max-width: 412px;
    margin: auto;
}
.recipe-hero-item video {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(0px, -50%);
}

/**
* Recipe Results | Recipe
*/
.recipe-content {
    padding: 75px 0px;
    width: 90%;
    max-width: 1240px;
    margin: auto;
}
.recipe-content h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 32px;
}
.recipe-content form ul {
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
    gap: 25px;
}
.recipe-content form ul li {
    position: relative;
}
.recipe-content form ul li h4 {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    line-height: 19px;
    border: solid 2px #1CB099;
    padding: 14px 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
}
.recipe-content form ul li h4:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.recipe-content form ul li h4.active:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.recipe-content form ul li h4:hover {
    cursor: pointer;
}
.recipe-content form ul li ul {
    display: none;
}
.recipe-content form ul li ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.recipe-content form ul li ul li label {
    width: calc( 100% - 24px );
}
.recipe-content .og-sf-content {
    width: 100%;
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 9;
    border: solid 2px #1CB099;
    background-color: #fff;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px 20px;
    display: none;
}
.recipe-content .og-sf-content.active {
    display: flex;
}
.recipe-content .og-sf-content ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.recipe-content .og-sf-content ul li {
    font-family: 'Gotham Light', sans-serif;
    font-size: 16px;
    line-height: 150%;
}
.recipe-content .og-sf-content ul li input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    border: solid 1px #000;
}
.recipe-content .og-sf-content ul li input[type="checkbox"]:checked {
    background-image: url(/wp-content/uploads/2025/11/x-mark-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.recipe-content .og-sf-content ul::-webkit-scrollbar {
    width: 5px;
}
.recipe-content .og-sf-content ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}
.recipe-content .og-sf-content ul::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    margin-right: 10px;
}
.recipe-content .og-sf-content ul::-webkit-scrollbar-thumb:hover {
    background-color: #1CB099;
}
li.sf-field-submit,
li.sf-field-reset {
    display: none!important;
}
#og-recipe-active-filters li {
    display: inline-block;
    vertical-align: middle;
    color: #1CB099;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-right: 15px;
}
#og-recipe-active-filters li:hover {
    cursor: pointer;
}
.reset-filter-div a {
    color: #1CB099;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}
#og-recipe-active-filters li:last-child {
    margin-right: 0px;
}
.og-recipe-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px 0px 30px 0px;
}
div#og-recipe-active-filters {
    width: calc(100% - 150px);
}
.reset-filter-div {
    width: 150px;
    text-align: right;
}
/* .recipe-content form ul li label {
    border: solid 2px #1CB099;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    display: none;
    background-color: #fff;
} */
/* .recipe-content form ul li:hover {
    cursor: pointer;
} */
/* .recipe-content form ul li:hover label {
    position: absolute !important;
    display: block !important;
    top: 100%;
    left: 0;
    z-index: 9;
} */
/* .recipe-content form ul li label select {
    position: absolute;
    top: 10px;
    left: 50%;
    appearance: none;
    width: 90%;
    height: 100%;
    border: none;
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
    transform: translate(-50%, 0px);
    padding-bottom: 20px;
} */
/* .recipe-content form ul li label select::-webkit-scrollbar {
    width: 5px;
}
.recipe-content form ul li label select::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}
.recipe-content form ul li label select::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}
.recipe-content form ul li label select::-webkit-scrollbar-thumb:hover {
    background-color: #1CB099;
} */
.recipe-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}
.recipe-results a {
    text-decoration: none;
}
.recipe-results h2 {
    font-family: 'Gotham', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 10px;
}
.woocommerce.recipe-pagination {
    margin-top: 50px;
    margin-bottom: 25px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    font-family: 'Gotham', sans-serif;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: solid 1px transparent!important;
    border-radius: 100%;
    color: #000;
}
.wp-pagenavi .current {
    color: #fff!important;
    background-color: #69BE28!important;
    border: solid 1px #69BE28!important;
}
li.sf-field-reset {
    margin-bottom: 25px !important;
}
li.sf-field-reset a {
    color: #1CB099;
    text-decoration: underline;
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
}
.og-recipe-active-filters {
    opacity: 0;
    transition: .5s;
}
.og-recipe-active-filters.active {
    opacity: 1;
}

/**
* Hero | Find US
*/
.find-hero {
    padding: 100px 0px 0px 0px;
    position: relative;
}
.find-hero:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Vector-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    z-index: -1;
}
.find-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.find-image {
    width: 615px;
}
.find-col-text {
    text-align: center;
    width: calc( 100% - 615px );
    padding-top: 40px;
}
.find-col-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 32px;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}

/**
* Content | Find US
*/
.find-content {
    padding: 0px 0px;
}

/**
* Bottom | Find US
*/
.find-bottom {
    width: 100%;
    height: auto;
}

/**
* Hero | About US
*/
.about-hero img {
    width: 100%;
    height: auto;
}

/**
* Content | About US
*/
.about-text {
    padding: 75px 0px;
    text-align: center;
}
.about-text h1 {
    color: #EA5084;
    font-size: 90px;
    line-break: 110px;
    font-family: 'Guthen';
    font-weight: 300;
}
.about-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 150%;
    max-width: 960px;
    margin: auto;
    margin-top: 15px;
}
.about-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 50px;
}
.about-grid-item h2 {
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
}
.about-grid-item p {
    font-size: 20px;
    line-height: 150%;
    max-width: 340px;
    margin: auto;
    margin-top: 20px;
}
.about-grid-item img {
    display: block;
    max-width: 340px;
    margin: auto;
    margin-top: 20px;
}

/**
* Info | About US
*/
.about-info {
    background-image: url(/wp-content/uploads/2025/11/Vector-4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0px 115px 0px;
    position: relative;
    margin-top: 50px;
}
.about-info-container {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about-info-img {
    width: 32%;
}
.about-info-text-content {
    max-width: 490px;
    margin: auto;
}
.about-info-text {
    width: 68%;
    text-align: center;
}
.about-info-text h3 {
    font-family: 'Gotham', sans-serif;
    color: #69BE28;
    font-size: 18px;
    line-height: 120%;
}
.about-info-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 50px;
}
.about-img-01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
}
.about-img-02 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 17%;
}

/**
* Page Default
*/
.og-page-text {
    padding: 100px 0px 140px 0px;
}
.og-page-container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.og-page-text h1 {
    text-align: center;
    color: #69BE28;
    font-family: 'Guthen';
    font-weight: 400;
    font-size: 90px;
    line-height: 120px;
    margin-bottom: 50px;
}
.og-page-text,
.og-page-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.og-page-text strong,
.og-page-text b,
.og-page-text a {
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}
.og-page-text a {
    color: #1CB099;
}
.og-page-text ul,
.og-page-text ol {
    margin-left: 20px;
}

/**
* Hero | Work At Organic Girl
*/
.work-hero {
    position: relative;
    z-index: 9;
}
.work-hero img {
    width: 100%;
    max-width: 100%;
}

/**
* Content | Work At Organic Girl
*/
.work-content {
    padding: 150px 0px 180px 0px;
    background-image: url(/wp-content/uploads/2020/04/redTextureBG-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-top: -163px;
}
.work-content:before {
    content: '';
}
.work-content p {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-width: 450px;
    margin: auto;
    margin-bottom: 50px;
}
.work-content a.ogr-btn {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 12px;
}
.work-content h2 {
    color: #fff;
    font-family: 'Guthen';
    font-size: 32px;
    line-height: 32px;
    margin-top: 50px;
}

/**
* Hero | Products
*/
.products-hero {
    padding: 75px 0px 0px 0px;
    position: relative;
    z-index: 9;
}
.products-hero:before {
    background-image: url(/wp-content/uploads/2025/11/Vector-5.svg);
}
.products-hero .find-col-text {
    padding-top: 0px;
}
.products-hero .find-col-text img {
    max-width: 75%;
    margin: auto;
}

/**
* Craving | Products
*/
.what-craving {
    background-image: url(/wp-content/uploads/2025/11/Vector-6.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 75px 0px;
    text-align: center;
    margin-top: -110px;
}
.what-craving h1 {
    font-family: 'Guthen';
    color: #EA5084;
    font-size: 90px;
    line-height: 110px;
    font-weight: 400;
}
.what-craving-grid {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 50px;
    margin-top: 50px;
}
.what-craving-grid-item p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 26px;
    max-width: 350px;
    margin: auto;
    margin-top: 15px;
}
.what-craving-grid-item a.ogr-btn {
    font-size: 18px;
    line-height: 21px;
    padding: 15px 16px;
    margin-top: 25px;
}

/**
* Hero Product | Products
*/
.no-padd {
    padding: 0px 0px!important;
}
.page-products-hero {
    padding: 75px 0px 0px 0px;
}
.page-products-hero img {
    width: 56%;
}
.page-products-hero img:first-child, 
.page-products-hero img:last-child {
    width: 22%;
}
.page-products-hero .og-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.og-product-slider-page {
    padding: 0px 0px 0px 0px;
    min-height: 600px;
}

/**
* Product Ingredients
*/
.fda-nutrition-label {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	line-height: 1em;
	border: 2px solid black;
	padding: 5px;
    max-width: 350px;
    width: 100%;
}
.nutrition-label-wrapper .fda-nutrition-label p {
    font-size: inherit;
    color: #000;
    line-height: inherit;
}
.fda-nutrition-label b, .fda-nutrition-label strong {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: 800;
}
.fda-nutrition-label em {
    font-style: italic;
}
.fda-nutrition-label .dv-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    line-height: 1.4em;
}
.fda-nutrition-label .dv-row.indent {
	padding-left: 1em;
}
.fda-nutrition-label .dv-row.indent-2 {
	margin-left: 2em;
}
.fda-nutrition-label--section {
	line-height: 0.9em;
}
.fda-nutrition-label--section + .fda-nutrition-label--section {
	margin-top: 4px;
}
.fda-nutrition-label--section.title {
	font-size: 2.25em;
	white-space: nowrap;
	padding-bottom: 2px;
	border-bottom: 2px solid black;
}
.fda-nutrition-label--section.servings {
	font-size: 1.125em;
	padding-bottom: 4px;
	border-bottom: 15px solid black;
}
.fda-nutrition-label--section.calories, .fda-nutrition-label--section.vitamins {
	border-bottom: 7px solid black;
}
.fda-nutrition-label--section.calories {
	padding-bottom: 6px;
}
.fda-nutrition-label--section.calories .dv-row {
	font-size: 32px;
	line-height: 0.9em;
}
.fda-nutrition-label--section.calories .dv-row div:last-child {
	font-size: 1.25em;
}
.fda-nutrition-label--section.dv {
	border-bottom: 15px solid black;
}
.fda-nutrition-label--section.dv .dv-row {
	font-size: 0.9375em;
	border-top: 2px solid black;
}
.fda-nutrition-label--section.dv .dv-row.indent, .fda-nutrition-label--section.dv .dv-row.indent-2 {
	border-top: 1px solid black;
}
.fda-nutrition-label--section.dv .dv-row:first-of-type {
	border-top: none;
}
.fda-nutrition-label--section.vitamins .dv-row {
	font-size: 0.9375em;
	border-bottom: 1px solid black;
}
.fda-nutrition-label--section.vitamins .dv-row:first-of-type {
	border-bottom: 2px solid black;
}
.fda-nutrition-label--section.vitamins .dv-row:last-of-type {
	border-bottom: none;
}
.fda-nutrition-label--section.disclaimer {
	position: relative;
	font-size: 0.75em;
	padding-left: 0.6em;
	line-height: 1.2em;
}
.fda-nutrition-label--section.disclaimer:before {
	content: "*";
	position: absolute;
	top: 0;
	left: 0em;
}
.fda-nutrition-btn {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    padding-bottom: 80px;
}
.fda-nutrition-btn .btn-holder {
    text-align: center;
}
.fda-nutrition-btn .btn-holder .simple-btn {
    font-size: 18px;
}
.fda-nutrition-btn .btn-holder .simple-btn:before {
    width: 100%;
    bottom: -7px;
}

a.close-ingredients {
    display: block;
    text-align: right;
}
.ingredients-modal h2 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 21px;
    text-align: center;
    padding: 5px 0px 10px 0px;
}
.ingredients-text {
    margin-top: 10px;
}
.ingredients-text,
.ingredients-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 16px;
    line-height: 19px;
    max-width: 350px;
}
.ingredients-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.ingredients-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background-color: #fff;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    padding: 20px 20px;
    border: solid 2px #1CB099;
    border-radius: 10px;
    height: auto;
    max-height: 90dvh;
    overflow: hide;
    overflow-x: auto!important;
    display: none;
}
.ingredients-modal-overlay.active,
.ingredients-modal.active {
    display: block;
}

/**
* Product Bottom | Products
*/
.products-page-bottom {
    background-image: url(/wp-content/uploads/2025/11/Vector-9.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px 140px 0px;
}
.products-page-bottom-grid {
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
    gap: 30px;
}
.products-page-bottom-item {
    text-align: center;
}
.products-page-bottom-item h2 {
    font-family: 'Guthen';
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}
.products-page-bottom-item p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 150%;
    max-width: 300px;
    margin: auto;
}

/**
* Hero | Recycling
*/
.recycling-hero:before {
    background-image: url(/wp-content/uploads/2025/11/Vector-5.svg);
}
.recycling-hero .find-image {
    width: 760px;
}
.recycling-hero  .find-col-text {
    padding-top: 80px;
    width: calc(100% - 760px);
}

/**
* Video | Recycling
*/
.recycling-video-section {
    padding: 75px 0px  75px 0px;
}
.recycling-video-section .recycling-video-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
}
.og-recycling-video-text {
    width: 470px;
    text-align: center;
}
.og-recycling-video {
    width: calc( 100% - 470px );
    padding-left: 50px;
}
.og-recycling-video-text img {
    max-width: 430px;
}
.og-recycling-video img:hover {
    cursor: pointer;
}
.og-recycling-video-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 32px;
    max-width: 460px;
    margin: auto;
}
.og-video.loaded {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.og-video iframe, 
.og-video #player {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.og-video img:hover {
    cursor: pointer;
}

/**
* Recycling Easy | Recycling
*/
.recycling-easy {
    padding: 75px 0px;
    text-align: center;
    background-image: url(/wp-content/uploads/2025/11/Frame-188.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.recycling-easy:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Layer_1-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 20px;
}
.recycling-easy:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Layer_1-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 20px;
}
.ogr-img {
    display: inline-block;
    max-width: 692px;
    margin: auto;
}
.recycling-easy-grid {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 50px;
    margin-top: 0px;
}
.recycling-easy-item h2 {
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}
.recycling-easy-item h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}
.recycling-easy-item p {
    margin: auto;
    font-family: 'Gotham Light', sans-serif;
    font-size: 20px;
    line-height: 32px;
}
.recycling-easy-item a {
    font-family: 'Gotham', sans-serif;
    color: #1CB099;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    margin-top: 15px;
}
.recycling-easy-01 {
    max-width: 13%;
    position: absolute;
    top: -50px;
    left: 0;
}
.recycling-easy-02 {
    max-width: 10%;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 1;
}

/**
* Recycling Pickup | Recycling
*/
.recycling-pickup {
    padding: 100px 0px;
}
.recycling-pickup-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recycling-pickup-item-1 {
    width: calc( 100% - 400px );
}
.recycling-pickup-item-1 p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 34px;
    max-width: 785px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.recycling-pickup-item-1 a {
    font-family: 'Gotham', sans-serif;
    color: #1CB099;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    margin-top: 15px;
}
.recycling-pickup-item-2 {
    width: 400px;
}
.recycling-pickup-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
img.trucks-mobile {
    display: none;
}

/**
* Recycling Designed | Recycling
*/
.find-recycling {
    margin-top: -60px;
}
.find-recycling:before {
    display: none;
}
.fr-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}
.find-recycling .find-image {
    width: calc(100% - 470px);
}
.find-recycling .find-col-text {
    width: 470px;
}

/**
* Recycling Search Section | Recycling
*/
.recycling-search-section {
    padding: 150px 0px 100px 0px;
    background-image: url(/wp-content/uploads/2025/11/bg-jagged-teal-wood.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -130px;
    text-align: center;
}
.recycling-search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.recycling-search-text {
    width: calc( 100% - 470px );
}
.recycling-search-text h2 {
    font-family: 'Guthen';
    color: #fff;
    font-weight: 400;
    font-size: 110px;
    line-height: 120px;
}
.recycling-search-text p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 24px;
    line-height: 34px;
    max-width: 820px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.recycling-search-text a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
}
.recycling-search-img {
    width: 470px;
    position: relative;
}
.recycling-search-img img {
    position: absolute;
    top: -332px;
    left: 0;
    z-index: 1;
}

/**
* Recycling FAQ | Recycling
*/
.recycling-faq {
    margin-top: -30px;
    padding: 120px 0px 110px 0px;
    background-image: url(/wp-content/uploads/2025/11/bg-jagged-white-wood.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recycling-faq .og-container {
    max-width: 1340px;
}
.recycling-faq h2 {
    font-family: 'Guthen';
    color: #1CB099;
    font-weight: 400;
    font-size: 110px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 20px;
}
.recycling-faq h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.recycling-faq h2 .sp-title {
    display: inline-block;
    width: calc( 100% - 13px );
    padding-right: 15px;
    text-align: left;
}
.recycling-faq h2:hover {
    cursor: pointer;
}
.recycling-faq-items ul {
    margin-top: 35px;
    margin-bottom: 15px;
}
.recycling-faq-items ul li {
    display: block;
    border-bottom: solid 1px #69BE28;
    padding: 15px 0px;
}
.recycling-faq-items ul li {
    text-align: left!important;
}
.recycling-faq-items ul li h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}
.faq-content {
    margin-top: 15px;
}
.recycling-faq-items ul li p {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 21px;
}
.faq-toggle {
    display: inline-block;
    width: 13px;
    height: 15px;
    position: relative;
}
.faq-toggle span {
    transition: .5s;
}
.faq-toggle span:first-child,
.faq-toggle span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 3px;
    background-color: #000;
    transform: translate(-50%, -50%);
}
.active .faq-toggle span:last-child {
    transform: rotate(90deg) translate(-50%, -50%);
    top: 83%;
    left: -10%;
}
.recycling-faq-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.recycling-faq-items {
    width: 710px;
}
.recycling-faq-img {
    width: calc( 100% - 710px );
    text-align: right;
}
.recycling-faq-img img {
    max-width: 480px;
}

/**
* Hero | Contact
*/
body.page-template-contact .old-container {
    max-width: 100%!important;
    margin: auto;
}
.contact-hero:before {
    background-image: url(/wp-content/uploads/2025/11/Vector-12.svg);
    z-index: 1;
}
.find-hero.contact-hero .og-container {
    position: relative;
    z-index: 2;
}
.contact-hero strong {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}
.contact-hero strong span {
    color: #CD202C;
}
.contact-hero .find-col-text {
    padding-top: 0px;
}

/**
* Form | Contact
*/
.og-contact-section {
    position: relative;
    padding: 100px 0px 140px 0px;
}
.og-contact-section .og-container {
    width: 90%;
    max-width: 1140px;
    margin: auto;
}
.og-contact-section li h3 {
    font-family: 'Gotham', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: initial;
}
.contact-img-01 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
}
.contact-img-02 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
}
#gform_wrapper_13 select {
    background-image: url(../images/select-arrow-green.png) !important;
    background-position-y: 8px !important;
    background-position: right;
    border: none;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 30px;
    color: #000;
    height: 30px;
    position: relative;
    top: 1px;
    appearance: none;
    background-repeat: no-repeat;
}
.gform_footer {
    text-align: center;
    position: relative;
}
#gform_wrapper_13 .gform_footer input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    background-color: #FF7900;
    font-family: 'Gotham', sans-serif;
    color: #fff !important;
    border: 2px solid #000;
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px !important;
    border-radius: 0px;
    width: auto !important;
}
#gform_wrapper_13 input[type="checkbox"] {
    border: solid 1px #000 !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    position: relative !important;
    top: 0px !important;
    display: inline-block;
    vertical-align: middle;
}
#gform_wrapper_13 input[type="checkbox"]:checked {
    background-color: #FF7900!important;
}
#gform_wrapper_13 .gfield_checkbox label {
    display: inline-block !important;
    width: calc(100% - 40px) !important;
    vertical-align: top;
    padding-left: 5px;
}
#gform_wrapper_13 .gfield_checkbox label:hover,
#gform_wrapper_13 .gfield_checkbox input:hover {
    cursor: pointer;
}
#gform_wrapper_13 .gfield_checkbox {
    padding-left: 0px!important;
}

/**
* Hero | Product
*/
.og-product-banner {
    position: relative;
}
.og-product-banner:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Vector-13.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-position: bottom center;
    transform: rotate(180deg);
}
.og-product-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/**
* Data | Product
*/
.og-product-data-row {
    margin-top: -350px;
}
.og_product_data_row {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    gap: 50px;
}
.og-segments-img {
    max-width: 290px!important;
}
.og-product-data-item {
    position: relative;
}
.og-product-data-item.col-text {
    padding-top: 340px;
}
.og-product-img {
    width: 100%;
    max-height: 700px !important;
    object-fit: contain;
}
.og-product-data-item h2 {
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 76px;
    line-height: 90px;
    font-weight: 400;
}
.og-product-data-row {
    padding: 30px 0px 100px 0px;
}
.og-product-desc {
    margin: 20px 0px 20px 0px;
}
.og-product-desc,
.og-product-desc p {
    font-family: 'Gotham Light', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 34px;
}
.og-product-desc strong,
.og-product-desc b {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}
.og-product-button-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.og-product-button-list li:last-child {
    margin-right: 0px;
}
.og-product-button-list li a {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #1CB099;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

/**
* Ingredients | Product
*/
.og-products-ingredients {
    position: relative;
    z-index: 3;
}
.ingredient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: -1;
}
.bg-mobile {
    display: none!important;
}
.og-products-ingredients .og-products-ingredients-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.og-products-ingredients .og-products-ingredients-item {
    width: 50%;
    position: relative;
}
.og-products-ingredients-item {
    text-align: center;
}
.og-products-ingredients-item h2 {
    font-family: 'Guthen';
    color: #fff;
    font-size: 90px;
    line-height: 120px;
    font-weight: 400;
    margin-bottom: 20px;
}
.og-products-ingredients-item p {
    font-family: 'Gotham Light', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 34px;
}
p.og-ingredients-text {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 20px;
}
.og-ingredients-text {
    text-decoration: underline;
    text-decoration-color: #69BE28;
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
}
img.ingredient-01 {
    position: absolute;
    top: -20px;
    right: 25%;
    width: 100px!important;
}
img.ingredient-02 {
    position: absolute;
    top: 80px;
    right: 10%;
    width: 100px!important;
}

/**
* Video | Product
*/
.og-product-video {
    padding: 75px 0px;
    text-align: center;
}
.og-product-video h2 {
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 90px;
    line-height: 120px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: lowercase;
}
.og-product-video p {
    font-family: 'Gotham Light', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 34px;
}
.og-product-video-container {
    max-width: 815px;
    margin: auto;
    margin-top: 30px;
}

/**
* Recipes | Product
*/
.og-product-recipes-section {
    padding: 75px 0px;
    position: relative;
    text-align: center;
}
.og-product-recipes-section h2 {
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 90px;
    line-height: 120px;
    font-weight: 400;
    margin-bottom: 0px;
}
.og-product-recipes-section p {
    font-family: 'Gotham Light', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 34px;
}
.og-product-recipes-section.no-video {
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding-top: 125px;
}
.og-product-recipe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    z-index: -1;
}
.og-product-recipe-container-section {
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
}
.og-product-recipe-container-section a {
    text-decoration: none;
    width: 100%;
}
.og-product-recipe-container-section h2 {
    font-family: 'Gotham', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 15px;
}
.og-product-recipe-container-section .slick-track {
    padding: 25px 0px 50px 0px;
}
.recipe-item {
    padding: 0px 15px;
}
.recipe-item img {
    width: 100% !important;
    max-height: 370px !important;
    object-fit: cover !important;
}

/**
* More Greens | Product
*/
.empty-area {
    width: 100%;
    height: auto;
    padding-top: 200px;
}
.og-product-more-green-to-love {
    text-align: center;
    font-family: 'Guthen';
    color: #69BE28;
    font-size: 90px;
    line-height: 120px;
    font-weight: 400;
    margin-bottom: 0px;
}
.og-product-more-green-to-love span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -60px;
}
.og-product-more-green-to-love img {
    display: inline-block;
    vertical-align: middle;
}
.mgtl-section .slick-track {
    padding: 0px 0px 50px 0px!important;
}

/**
* Bottom | Product
*/
.og-product-page-botton img {
    width: 100%;
    height: auto!important;
}

/**
* Smart Button | Global
*/
.smart-span {
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}
.smart-button-modal-overlay,
.smart-button-modal {
    display: none;
}
.smart-button-modal-overlay.active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.smart-button-modal.active {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
}
.smart-button-modal .sc-btn-ec {
    display: none!important;
}
.smart-button-modal .sc-btn-retailer-wrapper {
    display: block !important;
}
body .smart-button-modal .retailer-wrapper .slide-retailer-container {
    margin-right: 15px!important;
}
.carousel-modal {
    background-color: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 15px;
}
.carousel-modal span.call-to-action {
    font-family: 'Gotham Light', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.carousel-modal .change-button,
.carousel-modal .cancel-button,
.carousel-modal .zip-input,
.carousel-modal .info-message {
    font-family: 'Gotham Book', sans-serif!important;
    font-size: 14px;
    line-height: 29px;
}
.carousel-modal .change-location-cta {
    color: #000!important;
    font-family: 'Gotham Book', sans-serif!important;
    font-size: 14px;
    line-height: 29px;
}
.carousel-modal .slick-track {
    padding: 10px 0px 0px 0px;
}
.carousel-modal .price {
    display: none!important;
}
a.smart-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #CD202C;
    border-radius: 100%;
    position: absolute;
    top: -18px;
    right: -15px;
}
.smart-close img {
    width: 19px;
    height: auto;
}

/**
* Hero | Recipe Single
*/
.recipe-single-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.recipe-single-hero-text-content{
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
}
.recipe-single-hero-text h1 {
    font-size: 60px;
    line-height: 70px;
}
.recipe-single-hero-text-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}
.recipe-single-hero-text-content ul li {
    margin-top: 0px;
}
.recipe-single-hero-text-content,
.recipe-single-hero-text-content p,
.recipe-single-hero-text-content li {
    font-size: 18px;
    line-height: 21px;
}
.recipe-single-hero-text-content ul li strong {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    display: block;
    width: 100%;
    margin-top: 5px;
}
.recipe-single-hero-images {
    margin-top: 20px;
}
.recipe-single-hero-images img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.recipe-single-hero-images img:last-child {
    margin-right: 0px;
}
.recipe-single-hero-text {
    min-height: 800px;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.recipe-single-hero-img {
    position: relative;
}
.recipe-single-hero-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recipe-single-hero-text {
    background-image: url(/wp-content/uploads/2025/11/947788d2e21281953cb23dbf6f6e9a6e4d09bb34-4.jpg);   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/**
* Content | Recipe Single
*/
.recipe-content-text {
    padding: 75px 0px;
    width: 90%;
    max-width: 1120px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.recipe-content-text-section {
    margin-bottom: 30px;
}
.recipe-content-text-section h2 {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 36px;
}
.recipe-content-text-section,
.recipe-content-text-section p,
.recipe-content-text-section a {
    font-family: 'Gotham Light', sans-serif;
    font-size: 18px;
    line-height: 27px;
}
.recipe-content-text-section ul,
.recipe-content-text-section ol,
.recipe-content-text-section p {
    margin-bottom: 15px;
}
.recipe-content-text-section a {
    font-family: 'Gotham', sans-serif!important;
    color: #1CB099!important;
    font-weight: 700!important;
}
.buttons-recipe a {
    display: block;
    margin-top: 20px;
}

/**
* Comments | Recipe Single
*/
.recipe-comments-section {
    width: 90%;
    max-width: 1120px;
    margin: auto;
}
.recipe-comments-section-container {
    width: 100%;
    max-width: 830px;
}
.recipe-comments-section-container .comments-area {
    padding-top: 0px;
    margin-top: 0px !important;
    background: none;
}
.recipe-comments-section-container h3#reply-title,
.recipe-comments-section-container h2.comments-title {
    margin-top: 50px !important;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}
.recipe-comments-section-container .form-submit .submit:hover {
    transform: scale(1);
}
.recipe-comments-section-container .form-submit .submit {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 14px;
    display: inline-block;
    background-color: rgb(255, 121, 0);
    font-family: Gotham, sans-serif;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    width: auto !important;
    max-width: auto!important;
    min-width: auto !important;
    border-radius: 0px !important;
}
.recipe-comments-section-container article.comment {
    border: solid 1px #1CB099;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 20px;
}
.recipe-comments-section-container article.comment:last-child {
    margin-bottom: 20px;
}
.recipe-comments-section-container .comment-author {
    margin-top: 0px;
    font-size: 16px !important;
    line-height: 21px !important;
}
.recipe-comments-section-container .comment-author a {
    margin-top: 0px;
    color: #1CB099 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    text-decoration: underline !important;
}
.recipe-comments-section-container  .comment-content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
}
.recipe-comments-section-container .comment-respond {
    padding-top: 0px;
}
.single-recipes-carousel {
    background-image: url(/wp-content/uploads/2025/11/Vector-16.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 100px;
}
.reset-mobile {
    display: none;
}

/**
* Share | Recipe Single
*/
.recipe-share-options {
    width: 90%;
    max-width: 750px;
    margin: auto;
    text-align: center;
    margin-top: 0px;
}
.recipe-comments-section {
    margin-bottom: 80px;
}
.recipe-share-options.no-recipes {
    padding-bottom: 100px;
}
.recipe-share-options h3 {
    color: #69BE28;
    font-family: Gotham, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding: 25px 0px;
}
.recipe-share-options img {
    width: 100%;
    height: auto;
}
.recipe-share-options ul {
    text-align: center;
}
.recipe-share-options ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: 0px;
}
.recipe-share-options ul li:last-child {
    margin-right: 0px;
}
.recipe-share-options ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    background-color: #FF7900;
    border: solid 2px #000;
    padding: 8px 13px;
}

/**
* Search
*/
.og-search {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 30px 50px 55px 50px;
    transition: .5s;
}
.og-search:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/11/footer-callouts-rb-min.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: -1;
}
.og-search.active {
    top: 0px;
}
.og-search-container {
    width: 90%;
    max-width: 650px;
    margin: auto;
    position: relative;
}
.close-search img {
    width: 17px!important;
    height: auto!important;
}
.close-search {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0px, -50%);
}
.flex-search {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.og-search-form-button button {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 12px;
    display: inline-block;
    background-color: #FF7900;
    font-family: 'Gotham', sans-serif;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #000;
}
.og-search-form-button button:hover {
    cursor: pointer;
}
.hide-m {
    display: none!important;
}
.og-search-form-control {
    width: calc(100% - 100px);
    padding-right: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.og-search-form-control div {
    width: 100%;
}
.og-search-form-button {
    width: 100px;
}
.og-search-form-control input[type="text"] {
    width: 100%;
    height: 35px;
    border: none;
    appearance: none;
    background-color: transparent;
    border-bottom: solid 2px #000;
    padding: 10px 20px;
}
.og-search-form-control input[type="text"]:focus,
.og-search-form-control input[type="text"]:hover {
    outline: none;
}
.og-search-form-control input[type="text"],
.og-search-full span,
.og-search-form-control span {
    font-family: 'Gotham Light', sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

/**
* Other Pages
*/
body.page-id-7881 .old-container {
    max-width: 100%;
}
body.page-id-7881 .section-love-us-gform {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px !important;
}
body.page-id-7881 #section-form.section-love-us-gform .mobile-leafs .float-bottom {
    -webkit-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    transform: translateY(0px);
}

/**
* Recipe Filters
*/
.recipe-filters-mobile-header-container,
.recipe-filters-mobile-header,
.mobile-filters-button {
    display: none;
}
body.post-type-archive .recipe-item div {
    height: 370px;
}
.video-cols-container {
    position: relative;
}
.recipe-content-col-3 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 425px;
    height: auto !important;
}
.recipe-content-col-3 .mejs-controls {
    display: none !important;
}
.recipe-comments-limiter.video-layout,
.recipe-content-text-limiter.video-layout {
    width: calc(100% - 425px);
}
.recipe-comments-limiter.video-layout .recipe-comments-section,
.recipe-content-text-limiter.video-layout .recipe-content-text {
    max-width: 830px;
}

/**
* Responsive
*/
@media screen and (min-width: 1300px){
    .og-megamenu {
        min-height: 570px;
    }
}

/**
* Menu Responsive
*/
@media screen and (max-width: 1300px){

    /**
    * Menu
    */
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        display: none!important;
    }
    .admin-bar header.og-header {
        top: 0px;
    }
    .og-header-nav ul.og-menu {
        display: none;
    }
    .hamburguer-icon {
        display: block;
    }
    .hamburguer-icon a {
        background-color: #F5F5F5;
        padding: 9px 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
    }
    .hamburguer-icon img {
        width: 20px;
        height: 22px;
    }
    .og-header-right .ogr-btn {
        display: none;
    }
    .og-header-right .search-mobile {
        display: inline-flex;
        background-color: #F5F5F5;
        padding: 7px 10px;
        border-radius: 100%;
    }
    .og-header-right .search-mobile img {
        width: 16px;
        height: 22px;
    }
    .og-header-nav, 
    .og-header-right {
        width: calc(50% - 100px);
    }
    .og-header-logo {
        width: 200px;
    }
    header.og-header {
        padding: 15px 0px;
    }
    header.og-header:before {
        background-position: 100% 65%;
    }
    .og-header-logo a {
        top: -25px;
    }
    main.ogr-main.no-fixed {
        margin-top: 55px !important;
    }

    /**
    * Menu Items
    */
    .search-nav-item {
        display: none!important;
    }
    .og-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 500px;
        height: 100vh;
        background-color: #fff;
        z-index: 999999;
        padding: 20px 20px;
        left: -101%;
        transition: .75s;
    }
    .og-menu-container.active {
        left: 0%;
    }
    .og-menu-container .og-menu {
        display: block!important;
    }
    .og-menu-hide {
        display: block!important;
    }
    .og-menu-container-header {
        display: flex!important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 47px;
    }
    .og-menu-container-header-logo {
        width: calc( 100% - 50px );
    }
    .og-menu-container-header-actions {
        width: 50px;
        text-align: right;
    }
    .og-menu-container-header-logo img {
        max-width: 90px!important;
    }
    .divider-line img {
        width: 100%;
    }
    .og-menu-container ul li {
        display: block;
    }
    .og-menu-hide .ogr-btn {
        margin-top: 0px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        padding: 15px 20px;
    }
    .og-menu-container-header-logo span {
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        line-height: 19px;
    }
    .og-menu li img.og-menu-hide {
        width: 19px;
        display: inline-block !important;
        vertical-align: middle;
        margin-left: 5px;
    }
    .menu-item-has-megamenu:hover .og-megamenu {
        display: none !important;
    }
    .close-menu-mobile img {
        width: 16px!important;
        height: auto!important;
    }
    .sub-menu-mobile {
        position: fixed !important;
        top: 0!important;
        left: 0;
        width: 100%;
        max-width: 500px;
        height: 100vh;
        background-color: #fff;
        display: block !important;
        z-index: 9999999;
        padding: 20px;
        display: block !important;
        left: -101%;
        transition: .75s;
    }
    .menu-item-has-children:hover .sub-menu {
        background-color: #fff;
        width: 100%;
        padding: 20px;
    }
    ul.sub-menu.sub-menu-mobile.sub-menu-mobile-active {
        left: 0%;
    }
    body .og-megamenu.sub-menu-mobile {
        display: block!important;
    }
    .sub-menu-mobile span.og-menu-mobile-title {
        font-family: 'Gotham', sans-serif;
        font-size: 22px;
        line-height: 29px;
        font-weight: 700;
        display: block;
        margin: 20px 0px 25px 0px;
    }
    .menu-item-has-megamenu:hover .sub-menu li a,
    .menu-item-has-children:hover .sub-menu li a {
        background-color: transparent;
        display: block;
        padding: 0px 0px;
        border-radius: 15px;
        transition: .5s;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px !important;
        color: #1CB099 !important;
    }
    .og-mobile-menu-title-dropdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .og-mobile-menu-title-img {
        width: calc(100% - 20px);
    }
    .og-mobile-menu-title-img img {
        max-width: 250px;
    }
    .og-mobile-menu-title-icon {
        width: 20px;
    }
    .og-mobile-menu-title-icon img {
        width: 100%!important;
        max-width: 100%!important;
        height: auto!important;
    }
    .og-header-nav li,
    .og-mobile-menu-dropdown {
        margin-right: 0px!important;
    }
    .og-mobile-menu-title-dropdown {
        border-bottom: solid 2px #1CB099;
        padding-bottom: 10px;
    }
    .og-mobile-menu-dropdown .og-megamenu-content-div-grid {
        gap: 10px;
        margin-top: 25px;
    }
    body .menu-item-has-megamenu .og-mobile-menu-dropdown .og-megamenu-content-div-item a {
        color: #000!important;
    }
    .og-mobile-menu-title-dropdown-content.dropdown-full-mobile {
        padding: 20px 0px 0px 20px;
    }
    .overlay-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.4);
        z-index: 99999;
        display: none;
    }
    .overlay-menu.active {
        display: block;
    }
    .menu-item:hover:before {
        opacity: 0!important;
    }
    li.menu-item-has-children li {
        display: block;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
        padding: 0px !important;
    }
    li.menu-item-has-megamenu li a,
    li.menu-item-has-children li a {
        background-color: transparent;
        display: block;
        padding: 0px 0px;
        border-radius: 15px;
        transition: .5s;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px !important;
        color: #1CB099 !important;
    }

}

/**
* Desktop (1600px)
*/
@media screen and (max-width: 1600px){

    /**
    * Conctact | Desktop
    */
    .contact-img-01,
    .contact-img-02 {
        display: none!important;
    }

}

/**
* Tablet (1280px)
*/
@media screen and (max-width: 1350px){
    .ogr-get-social:after {
        top: 18%;
    }
    img.ogr-leave-1 {
        width: 10%;
    }
}

/**
* Tablet (1280px)
*/
@media screen and (max-width: 1280px){

    /**
    * Homepage | Tablet
    */
    .org-col-three-content {
        max-width: 1180px;
    }
    .org-col-three-content {
        gap: 25px;
    }
    .ogr-col-three-card h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .ogr-col-three-card p {
        font-size: 16px;
        line-height: 22px;
    }
    .org-slider-section .hpg-image {
        max-width: 480px;
        margin: auto;
    }
    .org-text-content a {
        font-size: 20px;
        line-height: 20px;
    }
    .ogr-get-social-content {
        width: 90%;
        max-width: 1180;
        margin: auto;
    }
    .ogr-product-card {
        padding: 0px 18px;
    }
    .slick-track {
        padding: 40px 0px 0px 0px;
    }
    /* .ogr-product-image {
        height: 250px;
    } */
    /* .ogr-social-col.ogr-social-col-text img {
        max-width: 270px;
    } */
    /* .ogr-social-col p {
        font-size: 20px;
        line-height: 30px;
    } */
    /* .ogr-social-col ul li a img {
        width: 50px;
    } */
    img.org-leave-2 {
        display: none;
    }
    .ogr-cta-content,
    .og-footer .og-container {
        max-width: 1180px;
    }
    .footer-nav-primary li {
        margin-bottom: 25px;
    }
    .footer-nav-secundary {
        padding-top: 0px;
    }
    .footer-nav-secundary li {
        margin-bottom: 20px;
    }
    .og-footer {
        padding: 50px 0px 30px 0px;
    }
    .ogr-cta {
        margin-top: 0px;
    }
    img.og-social-top.cta-top {
        display: none;
    }

    /**
    * Account | Tablet
    */
    .simple-header p:not(.form-row):first-of-type {
        margin-top: 0px!important;
    }

    /**
    * FAQ | Tablet
    */
    .og-page-container {
        max-width: 1180px;
    }
    .og-page-text h1 {
        font-size: 66px;
        line-height: 70px;
    }
    .og-page-text, 
    .og-page-text p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    /**
    * Find US | Tablet
    */
    .find-col-text img {
        max-width: 330px;
    }
    .find-col-text p {
        font-size: 20px;
        line-height: 27px;
    }
    .find-image,
    .find-col-text {
        width: 50%;
    }
    .find-hero {
        padding: 65px 0px 60px 0px;
    }

    /**
    * About US | Tablet
    */
    .about-info-container,
    .about-text .og-container {
        max-width: 1180px;
    }
    .about-text h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .about-text p {
        font-size: 20px;
        line-height: 150%;
    }
    .about-grid-item p {
        font-size: 16px;
        line-height: 150%;
    }
    .about-grid-item img {
        max-width: 100%;
    }
    .about-grid-item h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .about-img-02 {
        max-width: 184px;
    }
    .about-img-01 {
        max-width: 190px;
    }
    .about-info-text p {
        font-size: 16px;
        line-height: 150%;
        max-width: 400px;
        margin: auto;
        margin-bottom: 50px;
    }
    .about-info-text h3 {
        font-family: 'Gotham', sans-serif;
        color: #69BE28;
        font-size: 16px;
        line-height: 120%;
        max-width: 250px;
        margin: auto;
        margin-bottom: 20px;
    }
    .about-info-img {
        width: 235px;
    }
    .about-info-text {
        width: calc(100% - 235px);
    }

    /**
    * Product Segments | Tablet
    */
    .segment-page-hero {
        max-height: 600px;
    }
    .org-text-content,
    .segment-page-recipes .og-container,
    .segment-page-container {
        max-width: 1180px;
    }
    .slick-slider-segments-hero .ogr-product-card {
        padding: 0px 0px;
    }
    .segments-page-icons h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .segments-page-icons ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    .org-sportlight-item-2 p, 
    .org-sportlight-item p {
        font-size: 30px;
        line-height: 40px;
    }
    .org-sportlight-item-2 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .org-sportlight-item, 
    .org-sportlight-item-2 {
        min-height: 800px;
    }
    .segment-page-recipes {
        margin-top: -100px;
    }

    /**
    * Products | Tablet
    */
    .what-craving {
        padding: 75px 0px 75px 0px;
    }
    .products-page-bottom .og-container,
    .page-products-hero .og-container,
    .what-craving .og-container {
        max-width: 1180px;
    }
    .what-craving h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .what-craving-grid-item p {
        font-size: 16px;
        line-height: 22px;
    }
 
    .page-products-hero img {
        width: 100%;
        max-width: 350px;
    }
	.page-products-hero img:first-child, .page-products-hero img:last-child {
        max-width: 18.229vw;
    }
    .og-product-slider-page {
        min-height: auto;
    }
	
/*     .products-page-bottom-grid {
        grid-template-columns: repeat(2, 1fr);
    } */
    .products-page-bottom-item p {
        font-size: 16px;
    }
    .products-page-bottom-item img {
        width: 100%;
        width: 200px;
        height: 160px;
        object-fit: contain;
    }

    /**
    * Product Single | Tablet
    */
    .og-product-data-item h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .og-product-recipes-section .recipe-item h2,
    .og-product-recipes-section p,
    .og-product-video p,
    p.og-ingredients-text,
    .og-products-ingredients-item p,
    .og-product-desc, 
    .og-product-desc p {
        font-size: 20px;
        line-height: 30px;
    }
    .og-product-more-green-to-love,
    .og-product-recipes-section h2,
    .og-product-video h2,
    .og-products-ingredients-item h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .og-products-ingredients-item img {
        width: 100%;
        max-width: 360px;
    }
    .og-product-recipe-container-section,
    .og-product-video-container {
        max-width: 1180px;
    }
    body.single-product .og-product-recipe-container-section {
        max-width: 9999px;
    }
    .recipe-item {
        padding: 0px 0px;
    }
    body.single-product .recipe-item {
        padding: 0px 15px;
    }
    .og-product-recipes-section {
        padding: 50px 0px;
    }
    .og-product-more-green-to-love {
        text-align: center;
    }

    /**
    * Recycling | Tablet
    */
    .recycling-hero .find-image,
    .recycling-hero .find-col-text {
        width: 50%;
    }
    .recycling-hero .find-col-text img {
        width: 100%;
        max-width: 400px;
    }
    .recycling-search-section .og-container,
    .find-hero.find-recycling .og-container,
    .recycling-pickup .og-container,
    .recycling-easy .og-container,
    .recycling-video-section .og-container {
        max-width: 1180px;
    }
    .recycling-video-section .og-container {
        max-width: 9999px;
    }
    .og-recycling-video-text {
        width: 40%;
    }
    .og-recycling-video {
        width: 60%;
        padding-left: 25px;
    }
    .og-recycling-video-text p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .og-recycling-video-text img {
        max-width: 300px;
    }
    .recycling-video-section {
        padding: 0px 0px 75px 0px;
    }
    .recycling-faq h2,
    .recycling-easy-item h2,
    .recycling-search-text h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .recycling-easy-item h2 {
        color: #1CB099;
    }
    .recycling-easy-item h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .recycling-easy-item a {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }
    .recycling-easy-item img {
        width: 100%;
        height: 170px;
        object-fit: contain;
    }
    .recycling-easy img.ogr-img {
        max-width: 450px;
        margin-bottom: 20px;
    }
    .recycling-pickup-item-2 {
        width: 282px;
    }
    .recycling-pickup-item-1 {
        width: calc(100% - 282px);
    }
    .recycling-pickup-item-1 img {
        max-width: 380px;
        width: 100%;
    }
    .recycling-search-text p,
    .recycling-pickup-item-1 a,
    .recycling-pickup-item-1 p {
        font-size: 20px;
        line-height: 30px;   
    }
    .recycling-pickup-img {
        height: 108px;
    }
    .find-recycling .find-image,
    .find-recycling .find-col-text {
        width: 50%;
    }
    .find-recycling {
        margin-top: -40px;
    }
    .recycling-search-img,
    .recycling-search-text {
        width: 50%;
    }
    .recycling-search-img img {
        position: absolute;
        top: -220px;
        left: 50px;
        max-width: 280px;
    }
    .recycling-search-section {
        padding: 75px 0px 75px 0px;
        margin-top: -90px;
    }
    .find-hero.find-recycling {
        padding: 65px 0px 160px 0px;
    }
    .recycling-faq-row {
        max-width: 1180px;
        margin: auto;
    }
    .recycling-faq-items,
    .recycling-faq-img {
        width: 50%;
    }
    .recycling-faq-img img {
        width: 100%;
        max-width: 90%;
    }
    .recycling-faq-items ul li h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .recycling-faq-items ul li p {
        font-size: 15px;
        line-height: 19px;
    }
    .find-hero.find-recycling .find-col-text img {
        max-width: 250px;
    }

    /**
    * Product | Tablet
    */
    .empty-area {
        width: 100%;
        height: auto;
        padding-top: 50px;
    }

    /**
    * Ingredients | Product
    */
    img.ingredient-01,
    img.ingredient-02 {
        width: 90px!important;
    }

    /**
    * Recipes
    */
    .recipe-content-text {
        max-width: 1180px;
        grid-template-columns: repeat(2, 1fr);
    }
    .recipe-single-hero-text h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .recipe-single-hero-text-content ul {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 15px;
    }
    .recipe-single-hero-text-content ul li strong {
        display: inline;
        vertical-align: middle;
    }
    .recipe-single-hero-text-content, 
    .recipe-single-hero-text-content p, 
    .recipe-single-hero-text-content li {
        font-size: 16px;
        line-height: 19px;
    }
    .recipe-content-text-section, 
    .recipe-content-text-section p, 
    .recipe-content-text-section a {
        font-size: 16px;
        line-height: 23px;
    }
    .recipe-share-options,
    .recipe-comments-section {
        max-width: 1180px;
    }
    .recipe-comments-section-container {
        max-width: 100%;
    }
    body.post-type-archive .recipe-item img,
    body.post-type-archive .recipe-item div {
        height: 320px!important;
    }
    body.post-type-archive .recipe-item a {
        width: 100%;
    }
    body.single-recipe .recipe-item {
        padding: 0px 10px;
    }

    /**
    * Recipe video layout
    */
    .recipe-content-col-3 {
        max-width: 325px;
    }
    .recipe-comments-limiter.video-layout, 
    .recipe-content-text-limiter.video-layout {
        width: calc(100% - 325px);
    }
    .products-hero .find-col-text img {
        max-width: 100%;
    }
    img.segmentes-desktop {
        max-width: 700px;
    }
    .org-text-content h2 {
        font-size: 90px;
        line-break: 90px;
    }

}

/**
* Filters
*/
@media screen and (max-width: 1200px) and (min-width: 768px){

    /**
    * Filters Small Desktop | Tablet
    */
    li.sf-field-category .og-sf-content.active {
        width: 250px;
        left: 0;
    }
    li.sf-field-taxonomy-recipe-difficulty-level .og-sf-content.active,
    li.sf-field-taxonomy-product_in_recipe .og-sf-content.active {
        width: 250px;
    }
    li.sf-field-taxonomy-recipe-dietary-preferences .og-sf-content.active {
        width: 250px;
        left: initial;
        right: 0;
    }

}

/**
* Mobile/Tablet Small (1024px)
*/
@media screen and (max-width: 1024px){

	/**
	 * Home | Tablet 
	*/
	.ogr-product-card h4 {
        opacity: 1;
    }
	
    /**
    * Find US | Tablet
    */
    .find-content {
        margin-top: 8vw;
    }
    .find-image {
        position: relative;
    }
    .find-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 100px);
        margin-left: -110px;
        max-width: 9999px;
    }
    .find-hero {
        padding: 7vw 0px 15vw 0px;
    }

    /**
    * Contact US | Tablet
    */
    .gform_wrapper .solid .three-blocks > ul {
        max-width: 100%!important;
    }
    .gform_wrapper .solid .three-blocks > ul:nth-child(3),
    .gform_wrapper .solid .three-blocks > ul:nth-child(2) {
        padding: 0 0px!important;
    }
    .og-contact-section .og-container {
        max-width: 700px;
    }

    /**
    * Work At Organic Girl | Tablet
    */
    .work-content {
        padding: 200px 0px 150px 0px;
    }

    /**
    * Recipes | Tablet
    */
    .recipe-video-hero-item {
        display: none;
    }
    .recipe-results {
        gap: 20px;
    }
    .recipe-hero {
        grid-template-columns: repeat(2, 1fr);
    }
    .recipe-content form ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 10px;
    }
    .recipe-hero-item {
        padding: 75px 0px;
    }
    .recipe-results h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .recipe-hero-item img {
        max-width: 285px;
    }
    .recipe-hero-item p {
        font-size: 16px;
        line-height: 150%;
        max-width: 260px!important;
    }
    .recipe-hero-item {
        padding: 40px 20px;
    }

    /**
    * Product Segments | Tablet
    */
    .org-text-content h2 {
        font-size: 90px;
        line-height: 90px;
    }
    .segments-01,
    .segments-02 {
        display: none;
    }

    /**
    * Products | Tablet
    */
    .what-craving {
        padding: 260px 0px 75px 0px;
    }
    .ogr-product-image:after,
    .ogr-product-card h4 {
        opacity: 1;
    }
    .slider-bottom-tablet {
        padding-bottom: 75px;
    }
    .ogr-product-card:hover h4 {
        margin-top: 0px;
    }
    .og_product_data_row {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .og-product-img {
        height: 300px !important;
        max-height: 999px !important;
    }
    .og-product-data-item.col-text {
        padding-top: 0px;
    }
    .og-product-banner img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .og-product-data-row {
        margin-top: -200px;
    }
    .og-product-data-row .og-container {
        width: 700px;
    }
    .og-products-ingredients .og-container {
        max-width: 800px;
    }
    body.single-product .og-product-recipe-container-section,
    .og-product-recipe-container-section,
    .og-product-video-container {
        max-width: 700px;
    }

    /**
    * Recycling | Tablet
    */
    .og-recycling-video-text,
    .og-recycling-video {
        width: 100%;
        padding-left: 0px;
    }
    .recycling-video-section {
        padding: 100px 0px 75px 0px;
    }
    .recycling-video-section .og-container {
        max-width: 700px;
    }
    body.single-product .recipe-item {
        padding: 0px 10px;
    }

    /**
    * Home
    */
    .ogr-get-social:after {
        display: none;
    }
    .ogr-social-col-img {
        opacity: 1;
    }
    .ogr-social-col {
        flex: initial;
    }
    .ogr-get-social-content {
        max-width: 800px;
    }
    .ogr-social-col.ogr-social-col-text {
        width: 45%;
        padding-right: 25px;
    }
    .ogr-social-col.ogr-social-col-img {
        width: 55%;
        position: relative;
        z-index: 2;
    }
    .ogr-get-social {
        aspect-ratio: initial;
    }
    .ogr-get-social {
        padding: 50px 0px 0px 0px;
    }
    .ogr-cta {
        margin-top: -50px;
        position: relative;
        z-index: 1;
    }
    body.post-type-archive .recipe-item img,
    body.post-type-archive .recipe-item div {
        height: 260px!important;
    }

    .recipe-comments-limiter.video-layout, 
    .recipe-content-text-limiter.video-layout {
        width: calc(100% - 285px);
    }
    .recipe-content-col-3 {
        max-width: 285px;
    }
    .recipe-content-text-limiter.video-layout .recipe-content-text {
        grid-template-columns: repeat(1, 1fr);
    }
    .recipe-comments-limiter.video-layout .recipe-comments-section,
    .recipe-content-text-limiter.video-layout .recipe-content-text {
        max-width: 421px;
    }
    .recipe-comments-limiter.video-layout .recipe-comments-section .comments-divider {
        width: 100%;
        height: 15px;
    }

    /**
    * Reorder Styles 
    */
    .org-col-three-content {
        max-width: 700px;
    }
    .ogr-get-social-content,
    .org-slider-section .ogr-carousel-content {
        width: 90%;
        max-width: 700px;
        margin: auto;
    }
    .ogr-cta-content,
    .og-footer .og-container {
        max-width: 700px;
    }
    .og-page-container {
        max-width: 700px;
    }
    .about-info-container,
    .about-text .og-container {
        max-width: 700px;
    }
    .org-text-content,
    .segment-page-recipes .og-container,
    .segment-page-container {
        max-width: 700px;
    }
	.products-page-bottom .og-container {
		max-width: 85%;
	}
    .page-products-hero .og-container,
    .what-craving .og-container {
        max-width: 700px;
    }
    .og-product-recipe-container-section,
    .og-product-video-container {
        max-width: 700px;
    }
    .recycling-search-section .og-container,
    .find-hero.find-recycling .og-container,
    .recycling-pickup .og-container,
    .recycling-easy .og-container,
    .recycling-video-section .og-container {
        max-width: 700px;
    }
    .recycling-faq-row {
        max-width: 700px;
        margin: auto;
    }
     .recipe-content-text {
        max-width: 700px;
        grid-template-columns: repeat(2, 1fr);
    }
    .recipe-share-options,
    .recipe-comments-section {
        max-width: 700px;
    }
    .ogr-product-image {
        height: 200px;
    }
    .ogr-social-col.ogr-social-col-text img {
        max-width: 270px;
    }
    .ogr-social-col p {
        font-size: 20px;
        line-height: 30px;
    }
    .ogr-social-col ul li a img {
        width: 50px;
    }
    .og-product-more-green-to-love span {
        display: block;
        text-align: center;
        margin-top: -80px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    img.ogr-leave-1 {
        width: 7%;
    }

}

@media screen and (max-width: 900px) {
    body.post-type-archive .recipe-item img,
    body.post-type-archive .recipe-item div {
        height: 210px!important;
    }
	
	.about-info-container {
        max-width: 350px;
    }
    .about-img-02 {
        display: none;
    }
    .about-info-img,
    .about-info-text {
        width: 100%;
        text-align: center;
    }
    .about-info-img img {
        width: 100%;
        max-width: 165px;
        display: inline-block;
        margin: auto;
        margin-bottom: 25px;
    }
    .about-info {
        padding: 150px 0px 150px 0px;
    }
    .about-img-01 {
        max-width: 150px;
        width: 100%;
    }
    .about-info-text h3 {
        max-width: 280px;
    }
	
}

/**
* Mobile/Tablet Small (767px)
*/
@media screen and (max-width: 767px){
    
    /**
    * Homepage | Mobile
    */
    .og-footer .og-container,
    .ogr-cta-content,
    .org-col-three-content,
    .org-text-content,
    .ogr-get-social-content, 
    .org-slider-section 
    .ogr-carousel-content {
        max-width: 340px;
    }
    .org-col-three-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .og-background {
        display: none;
    }
    .og-background-mobile {
        display: block;
    }
    img.hpg-image {
        display: none!important;
    }
    img.hpg-image-mobile {
        display: block!important;
    }
    .ogr-product-card h3 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .ogr-product-card {
        padding: 0px 11px;
    }
    .ogr-product-card h4 {
        opacity: 1;
    }
    .ogr-product-image {
        height: 170px;
    }
    .ogr-product-card:hover .ogr-product-image img {
        transform: rotate(0deg) scale(1);
    }
    .ogr-product-card:hover h4 {
        margin-top: 0px;
    }
    .ogr-social-col-img,
    .ogr-product-image:after {
        opacity: 1;
    }
    .ogr-social-col-img {
        position: relative;
        z-index: 3;
    }
    .ogr-get-social {
        aspect-ratio: initial;
    }
    img.ogr-leave-1,
    .ogr-get-social:after {
        display: none;
    }
    .ogr-get-social-content {
        display: block;
    }
    .ogr-get-social {
        padding: 50px 0px 0px 0px;
    }
    .ogr-social-col p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ogr-social-col.ogr-social-col-img {
        margin-top: 30px;
    }
    .ogr-cta-col-1,
    .ogr-cta-col-2 {
        width: 100%;
    }
    .ogr-cta-content {
        flex-direction: column-reverse;
    }
    .ogr-cta-col-2 {
        margin-bottom: 35px;
    }
    .footer-nav-primary li {
        margin-right: 20px;
    }
    .footer-nav-secundary li,
    .footer-nav-secundary li:after {
        margin-left: 10px;
    }
    .footer-nav-secundary li {
        margin-right: 0px;
    }
    .footer-socials li img {
        width: 30px;
        height: 30px;
    }
    .footer-socials li {
        margin-right: 20px;
    }
    .footer-socials {
        padding: 30px 0px;
    }
    .ogr-col-three-card img {
        max-width: 282px;
        margin: auto;
    }

    /**
    * Shop | Mobile
    */
    body:not(.single-product) .main-shop-page #container {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

    /**
    * FAQ | Mobile
    */
    .og-page-container {
        max-width: 340px;
    }
    .og-page-text h1 {
        font-size: 60px;
        line-height: 70px;
    }

    /**
    * Find US | Mobile
    */
    .find-hero .og-container {
        max-width: 340px;
    }
    .find-image img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
    }
    .find-image,
    .find-col-text {
        width: 100%;
    }
    .find-col-text {
        padding-top: 20px;
    }
    .find-hero:before {
        height: 100%;
    }
    .find-hero {
        padding: 75px 0px 75px 0px;
    }

    /**
    * Contact US | Mobile
    */
    .og-contact-section .og-container {
        max-width: 340px;
    }
    .gform_wrapper .solid .three-blocks .ginput_container_address span:nth-child(odd), 
    .gform_wrapper .solid .three-blocks .ginput_container_name span:nth-child(odd) {
        margin-right: 0%!important;
    }
    .gform_wrapper .solid .ginput_container_address span, 
    .gform_wrapper .solid .ginput_container_name span {
        display: inline-block!important;
        width: 100%!important;
        margin-bottom: 25px!important;
    }
    body .gform_wrapper .solid .three-blocks > ul {
        padding: 0px !important;
    }
    select#input_13_30 {
        width: 100%;
    }

    /**
    * Work At Organic Girl | Mobile
    */
    .work-hero img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /**
    * Recipes | Tablet
    */
    .recipe-hero-item {
        padding: 75px 0px 50px 0px;
    }
    .recipe-content {
        max-width: 340px;
    }
    .recipe-content form ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px 25px;
    }
    .recipe-results {
        grid-template-columns: repeat(2, 1fr);
    }
    .recipe-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .recipe-hero-item p {
        width: 90%;
        max-width: 340px;
        margin: auto;
    }
    div#og-recipe-active-filters,
    .reset-filter-div {
        width: 100%;
    }
    .reset-filter-div {
        padding-top: 15px;
        text-align: left;
    }
    .recipe-item {
        padding: 0px 10px;
    }
    body.post-type-archive-recipe .recipe-item {
        padding: 0px 0px;
    }
    .recipe-item h2 {
        font-size: 16px!important;
        line-height: 150%!important;
    }
    .recipe-content-text {
        grid-template-columns: repeat(1, 1fr);
    }

    /**
    * About US | Mobile
    */
    
    .about-text .og-container {
        max-width: 350px;
    }
    .about-text h1 {
        font-size: 60px;
        line-height: 90px;
    }
    .about-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-grid-item img {
        width: 100%;
        max-width: 280px;
    }
    .about-text {
        padding: 50px 0px 0px 0px;
        text-align: center;
    }


    /**
    * Product Segments | Mobile
    */
    .segment-page-container img {
        max-width: 100%;
    }
    .org-text-content, 
    .segment-page-recipes .og-container, 
    .segment-page-container {
        max-width: 340px;
    }
    .segment-page-container p {
        font-size: 20px;
        line-height: 25px;
    }
    .segments-page-icons {
        grid-template-columns: repeat(1, 1fr);
    }
    .segments-page-item img {
        width: 100%;
        height: 170px;
        object-fit: contain;
    }
    .segmentes-desktop {
        display: none;
    }
    .segmentes-mobile {
        display: block!important;
    }
    .org-text-content h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .org-sportlight {
        grid-template-columns: repeat(1, 1fr);
    }
    .org-sportlight-item {
        min-height: 460px;
    }
    .org-sportlight-item img {
        max-width: 260px;
    }
    .org-sportlight-item-2 p, 
    .org-sportlight-item p {
        font-size: 24px;
        line-height: 36px;
        max-width: 350px;
    }
    .org-sportlight-item-2 {
        min-height: 700px;
    }
    .org-sportlight-item-2 img {
        max-width: 300px;
    }
    .org-sportlight-item-2 {
        margin-top: -10px;
    }
    .org-sportlight-item-2 {
        padding: 0px;
        padding-top: 50px;
    }

    /**
    * Products | Tablet
    */
    .products-page-bottom .og-container, 
    .page-products-hero .og-container, 
    .what-craving .og-container {
        max-width: 340px;
    }
    .what-craving-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .what-craving-grid-item img {
        max-width: 250px;
    }
    .what-craving-grid-item p {
        font-size: 18px;
        line-height: 25px;
    }
    .products-page-bottom-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .slider-bottom-01 {
        margin-bottom: 50px;
    }
    .find-hero.products-hero .find-row {
        flex-direction: column-reverse;
    }
    .find-hero.products-hero .find-col-text img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .find-hero.products-hero {
        padding: 75px 0px 0px 0px;
    }
    .find-hero.products-hero:before {
        height: 80%;
    }
    .what-craving {
        margin-top: -130px;
        padding: 180px 0px 50px 0px;
    }
    .products-page-bottom {
        background-image: url(/wp-content/uploads/2025/11/Vector-14.svg);
    }
    .products-page-bottom-grid {
        gap: 60px;
    }
    .products-page-bottom {
        padding: 100px 0px 80px 0px;
    }
    img.ingredient-02 {
        right: 0%;
    }
    img.ingredient-01 {
        right: 10%;
    }
    .og-products-ingredients {
        padding: 50px 0px 0px 0px!important;
    }
    body.single-product .og-products-ingredients .ingredient-bg {
        height: 94% !important;
    }
    
    /**
    * Product Single | Tablet
    */
    .og-product-recipe-container-section,
    .og-product-video .og-container,
    .og-products-ingredients .og-container,
    .og-product-data-row .og-container {
        width: 340px;
    }
    .og-products-ingredients .og-products-ingredients-item {
        width: 100%;
    }
    .og-product-video,
    .og-products-ingredients {
        padding: 50px 0px;
    }
    .og-products-ingredients-item p:last-child {
        margin-bottom: 25px;
    }
    .og-product-recipes-section {
        padding: 30px 0px 0px 0px;
    }
    .og-product-page-botton img {
        height: 400px !important;
        object-fit: cover;
    }
    .og-product-more-green-to-love img {
        max-width: 150px;
    }
    .og-product-more-green-to-love span {
        margin-top: -30px;
    }
    img.ingredient-bg.bg-desktop {
        display: none!important;
    }
    img.ingredient-bg.bg-mobile {
        display: block!important;
    }
    .slider-bottom-tablet {
        padding-bottom: 0px;
    }
    .slider-bottom-tablet-01 {
        padding-bottom: 30px;
    }

    /**
    * Recycling | Tablet
    */
    .recycling-hero .find-image, 
    .recycling-hero .find-col-text {
        width: 100%;
    }
    .recycling-search-row,
    .recycling-pickup-row,
    .recycling-hero .find-row {
        flex-direction: column-reverse;
    }
    .recycling-hero .find-col-text {
        padding-top: 0px;
        margin-bottom: 25px;
    }
    .find-hero.recycling-hero {
        padding: 75px 0px 0px 0px;
    }
    .find-hero.recycling-hero:before {
        height: 85%;
    }
    .recycling-video-section {
        padding: 50px 0px 75px 0px;
    }
    .recycling-faq-row,
    .recycling-search-section .og-container, 
    .find-hero.find-recycling .og-container, 
    .recycling-pickup .og-container, 
    .recycling-easy .og-container, 
    .recycling-video-section .og-container {
        max-width: 340px;   
    }
    .recycling-easy-01,
    .recycling-easy-02 {
        display: none;
    }
    .recycling-easy-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .recycling-pickup {
        padding: 50px 0px;
    }
    .recycling-pickup-item-1,
    .recycling-pickup-item-2,
    .recycling-easy img.ogr-img {
        width: 100%;
        max-width: 100%;
    }
    .recycling-pickup-item-2 img {
        max-width: 280px;
        margin-bottom: 25px;
    }
    .recycling-faq-items, 
    .recycling-faq-img,
    .recycling-search-img, 
    .recycling-search-text,
    .find-recycling .find-image, 
    .find-recycling .find-col-text,
    .recycling-pickup-item-1 img {
        width: 100%;
        max-width: 100%;
    }
    .recycling-search-img img {
        position: relative;
        top: -50px;
        left: 0px;
        max-width: 250px;
    }
    .recycling-search-section {
        padding: 0px 0px 75px 0px;
        margin-top: -110px;
        position: relative;
        z-index: 1;
    }
    .find-hero.find-recycling {
        padding: 65px 0px 200px 0px;
    }
    .recycling-faq-items ul {
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .recycling-pickup-img {
        display: none!important;
    }
    img.trucks-mobile {
        display: block !important;
        width: 90%;
        max-width: 220px;
        margin: auto;
        margin-bottom: 50px;
    }
    .find-hero.find-recycling {
        margin-top: 0px;
        padding: 0px 0px 200px 0px;
    }
    .find-hero.find-recycling:before {
        content: '';
        display: block!important;
    }
    .find-hero.find-recycling .fr-img {
        display: none!important;
    }
    .find-hero.find-recycling:before {
        content: '';
        display: block !important;
        background-image: url(/wp-content/uploads/2025/11/Frame-588-min.png);
        z-index: 1;
        width: 100%;
        height: 88%;
        top: initial;
        bottom: 0 !important;
    }
    .find-hero.find-recycling .og-container {
        position: relative;
        z-index: 2;
    }
    .find-hero.find-recycling .og-container {
        width: 95%;
    }
    .recycling-search-img {
        margin-top: -50px;
        margin-bottom: 20px;
    }
    .recycling-search-img img {
        top: 0px;
    }
    .recycling-easy {
        background-position: center;
        background-repeat: repeat;
        background-size: 400vw;
    }

    /**
    * Product | Tablet
    */
    .recipe-item img {
        max-height: 150px !important;
    }
    .og-product-recipes-section.no-video {
        margin-top: -40px;
        padding-top: 50px;
    }

    /**
    * Ingredients | Tablet
    */
    .fda-nutrition-label--section.calories .dv-row b,
    .fda-nutrition-label--section.title {
        font-size: 25px;
    }
    .fda-nutrition-label--section.calories,
    .fda-nutrition-label--section.servings {
        font-size: 16px;
    }

    /**
    * Recipes | Mobile
    */
    .recipe-single-hero {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .recipe-content-text {
        gap: 0px;
    }
    .recipe-single-hero-img img {
        position: relative;
        top: 0;
        left: 0;
        max-height: 400px;
    }
    .recipe-single-hero-text {
        height: auto;
        min-height: auto;
    }
    .recipe-share-options, 
    .recipe-comments-section,
    .recipe-content-text,
    .recipe-single-hero-text-content {
        max-width: 340px;
    }
    .recipe-content-text-section .wp-video {
        width: 100%!important;
    }
    .recipe-content-text {
        padding: 50px 0px;
    }
    .recipe-share-options ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .recipe-share-options ul li:last-child {
        margin-bottom: 0px;
    }
    .recipe-share-options ul li a {
        display: block;
        width: 100%;
    }
    .recipe-single-hero-text {
        margin-top: -10px;
    }
    .recipe-share-options {
        margin-top: 0px;
    }
    .recipe-comments-section {
        margin-bottom: 50px;
    }
    .recipe-single-hero-text h1 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    /**
    * Search | Tablet
    */
    .og-search {
        top: -300px;
    }
    .close-search {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        text-align: right;
        transform: translate(0px, 0px);
    }
    .og-search-container {
        width: 100%;
    }
    .og-search {
        padding: 20px 20px 40px 20px;
    }
    .og-search-form-button {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .og-search-form-button button {
        padding: 7px 10px;
        font-size: 14px;
        line-height: 19px;
        width: 100%;
    }
    .og-search-form-control input[type="text"] {
        height: 30px;
    }
    .og-search-form-control {
        padding-right: 0px;
        width: 100%;
    }
    span.hide-dk,
    img.hide-dk {
        display: none!important;
    }
    span.hide-m,
    img.hide-m {
        display: block !important;
        padding-top: 15px;
    }
    .og-search-form-control {
        margin-top: 15px;
    }
    .ogr-carousel-content {
        max-width: 380px!important;
    }

    /**
    * Home
    */
    .ogr-social-col.ogr-social-col-img,
    .ogr-social-col.ogr-social-col-text {
        width: 100%;
        padding-right: 0px;
    }
    body.home .ogr-cta {
        margin-top: -40px;
        padding: 80px 0px 30px 0px;
    }

    /**
    * Recipe
    */
    .recipe-hero {
        grid-template-columns: repeat(1, 1fr);
    }
    .recipe-hero-item video {
        pointer-events: none;
        position: relative;
        top: initial;
        left: initial;
        width: 100%;
        height: auto;
        object-fit: contain;
        transform: none;
    }
    .recipe-hero-item.recipe-video-hero-item {
        padding: 0px 0px 0px 0px!important;
    }
    .recipe-hero-item {
        padding: 30px 0px 30px 0px;
    }

    /**
    * Recipes Filter
    */
    .mobile-filters-button {
        display: block;
        text-align: center;
    }
    .mobile-filters-button a {
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        line-height: 19px;
        border: solid 2px #1CB099;
        font-weight: 700;
        padding: 14px 25px;
        border-radius: 25px;
        margin-bottom: 10px;
        position: relative;
        text-align: left;
        min-width: 157px;
        text-decoration: none;
        color: #000;
    }
    .mobile-filters-button a:before {
        content: '';
        background-image: url(/wp-content/uploads/2025/11/arrow-1.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        z-index: -1;
        transform: translate(-50%, -50%);
        transition: .5s;
    }
    .recipe-filters-section {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        display: none;
    }
    .recipe-filters-mobile-header-container,
    .recipe-filters-mobile-header,
    .recipe-filters-section.active {
        display: block;
    }
    .recipe-filters-mobile-header-container {
        text-align: center;
        background-color: #FF7900;
        padding: 15px 20px;
    }
    .recipe-filters-mobile-header {
        max-width: 370px;
        width: 100%;
        margin: 0 auto !important;
        text-align: left;
        display: inline-flex;
    }
    .recipe-filters-mobile-header h2 {
        width: calc(100% - 30px);
        font-family: 'Gotham', sans-serif;
        color: #fff;
        font-size: 24px;
        line-height: 150%;
    }
    .recipe-filters-mobile-header .recipe-mobile-btn {
        width: 30px;
    }
    .recipe-filters-content-area {
        padding: 30px 20px;
        max-width: 370px;
        width: 100%;
        margin: auto;
        height: calc(100vh - 66px);
        overflow-x: auto;
    }
    .recipe-filters-content-area h3 {
        display: none;
    }
    .recipe-content form ul li h4 {
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        line-height: 19px;
        border: none;
        padding: 0px 0px;
        border-radius: 0px;
        margin-bottom: 0px;
        position: relative;
    }
    .recipe-content form ul li[data-sf-field-input-type="checkbox"] {
        border: solid 2px #1CB099;
        margin-bottom: 15px;
        border-radius: 25px;
        padding: 12px 10px 5px 20px;
    }
    .recipe-content .og-sf-content {
        position: relative !important;
        top: initial;
        padding: 0px 0px;
        border: none;
        border-radius: 0px;
        margin-top: 10px;
        display: block;
        height: 0px;
        overflow: hidden;
        transition: .5s;
    }
    .recipe-content .og-sf-content.active {
        display: flex;
        height: 250px;
    }
    li.sf-field-submit {
        display: block!important;
        text-align: center;
    }
    li.sf-field-submit input[type="submit"] {
        margin-top: 0px;
        display: inline-block;
        width: auto;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        padding: 13px 20px;
        background-color: #FF7900;
        color: #fff !important;
        border: 2px solid #000;
    }
    .recipe-content form ul li h4:before {
        right: 5px;
    }
    #og-recipe-active-filters,
    .reset-filter-div {
        text-align: center;
    }
    .reset-mobile {
        margin-top: 10px;
        display: block;
        text-align: center;
        color: #1CB099;
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        line-height: 150%;
        text-decoration: none;
        text-decoration: underline;
    }

    body.post-type-archive .recipe-item img, body.post-type-archive .recipe-item div {
        height: 150px !important;
    }

    /**
    * Recipe Video Layout
    */
    .recipe-comments-limiter.video-layout, .recipe-content-text-limiter.video-layout {
        width: 100%;
    }
    .recipe-comments-limiter.video-layout .recipe-comments-section, 
    .recipe-content-text-limiter.video-layout .recipe-content-text {
        max-width: 340px;
    }
    .recipe-content-col-3 {
        position: relative;
        max-width: 340px;
        top: initial;
        right: initial;
        margin: auto;
        margin-bottom: 65px;
    }

}

/**
* Mobile Small (500px)
*/
@media screen and (max-width: 500px){

    /**
    * Homepage Hero | Mobile
    */
    img.ogr-img-hero-1 {
        display: none!important;
    }
    img.ogr-img-hero-2 {
        display: block!important;
    }

    /**
    * Work At Organic Girl | Mobile
    */
    .work-content {
        padding: 150px 0px 100px 0px;
    }

    /**
    * About US | Mobile
    */
    .about-hero img {
        height: 200px;
        object-fit: cover;
        object-position: left bottom;
    }

    /**
    * Product Segments | Mobile
    */
    .segment-page-recipes {
        margin-top: -50px;
    }

    /**
    * Recycling | Mobile
    */
    .find-hero.find-recycling .og-container {
        max-width: 9999px !important;
    }

    /**
    * Other Pages | Mobile
    */
    body.page-id-7881 .og-footer {
        margin-top: -10px;
    }

    /**
    * Recipe Video Layout
    */
    .recipe-content-col-3 {
        width: 100%;
        max-width: 100%;
    }

}

/** Thank you Sweepstakes | New orange background */
.bg-orange-wave {
    background-color: #FF7900;
}

.bg-orange-text-before:before{
    content: '';
    background: url("/wp-content/uploads/2025/12/promo-orange-wave.png") center;
    height:80px;
    display:block;
 }

 .main-blocks-content .dmbs-page-content.page-thankyou_sweeps-content .top-lead-thankyou.bg-blue-clouds-promo {
    background: #00A5FA url("/wp-content/uploads/2025/12/bg-clouds.jpg") repeat left top; }