FOOP Supports Removing Plastic From The World’s Oceans
Plastic pollution in the world’s oceans is one of the
biggest environmental issues of our time, impacting
more than 600 marine species. Plastic pollution not
only impacts sea life, it also carries toxic pollutants
into our food chain. Think about that the next time
you have tuna or shrimp; you may also be eating
microplastics.
The Ocean Cleanup Project is designing and
developing cleaning systems to clean up what is
already polluting our oceans and to intercept plastic
on its way to the ocean.
A significant percentage of the plastics that enter the oceans drift into
large systems systems of circulating ocean currents, also known as
Gyres. The largest and most infamous collection of plastic and other
garbage in the ocean is called the Great Pacific Ocean Patch. The patch
covers 1.6 million square kilometers and contains an estimated 1.8
trillion pieces of plastic weighing 80,000 metric tons.
A significant percentage of the plastics that enter the oceans drift into
large systems systems of circulating ocean currents, also known as
Gyres. The largest and most infamous collection of plastic and other
garbage in the ocean is called the Great Pacific Ocean Patch. The patch
covers 1.6 million square kilometers and contains an estimated 1.8
trillion pieces of plastic weighing 80,000 metric tons.
The Ocean Cleanup Project has set a goal of removing 50% of that
plastic and other trash in the next 5 years – and we want to do our part
to make that happen.
To help combat this oceanic crisis, we will donate $1 to The Ocean
Cleanup Project every time we sell 1 gallon of FOOP. We invite you to join us in helping to save the ocean, one plant and one piece of plastic at a time.
/*Universal Grid Styles*/
/*********************************************/
.text-center {
display: none;
}
html, body {
margin: 0;
padding: 0;
}
.container {
margin-top: 5px;
width: 60%;
height: 600px;
position: relative;
margin-left: 40%;
}
.background {
width: 100%;
height: 100%;
background-image: url("https://chiletoday.cl/site/wp-content/uploads/2019/12/cleaningofthepacificgarbagepatch-900x675.jpg");
opacity: .7;
background-size: cover;
}
.container h1 {
font-family: "Montserrat", Helvetica;
text-transform: uppercase;
font-size: 80px;
width: 600px;
position: absolute;
top: 20%;
left: -40%;
opacity: 1;
}
/*Universal Grid Styles*/
/*********************************************/
html,
body {
margin: 0;
padding: 0;
}
/*Universal Grid Element Behavoir*/
/*-------------------------------------------*/
.Grid {
display: flex;
flex-flow: row;
flex-wrap: wrap;
overflow: hidden;
}
.Grid-cell {
/*Positioning*/
position: relative;
/*Display and Box Model*/
flex: 1;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*-------------------------------------------*/
/*Individual Cell Behavoir for Screen Sizes*/
/*===========================================*/
/*Mobile First Individual Cell Sizing*/
/*-------------------------------------------*/
.Grid--cols-1 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-2 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-3 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-4 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-flex3 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-flex4 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-inline > .Grid-cell {
flex: 0 0 100%;
}
.horizontalCenter > .Grid-cell {
display: flex;
justify-content: center;
}
.verticalCenter > .Grid-cell {
display: flex;
align-items: center;
}
/*-------------------------------------------*/
/*800px or More Screens Default Desktop Behavoir*/
/*-------------------------------------------*/
@media (min-width: 800px) {
.Grid--cols-1 > .Grid-cell {
flex: 0 0 100%;
}
.Grid--cols-2 > .Grid-cell {
flex: 0 0 50%;
}
.Grid--cols-3 > .Grid-cell {
flex: 0 0 33.33%;
}
.Grid--cols-4 > .Grid-cell {
flex: 0 0 25%;
}
.Grid--cols-5 > .Grid-cell {
flex: 0 0 20%;
}
.Grid--cols-6 > .Grid-cell {
flex: 0 0 16.66%;
}
.Grid--cols-flex3 > .Grid-cell {
flex: 0 0 50%;
}
.Grid--cols-flex4 > .Grid-cell {
flex: 0 0 50%;
}
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 50%;
}
/*Gutters*/
.Grid--gutters {
margin-left: -2em;
}
.Grid--gutters .Grid-cell {
padding-left: 2em;
}
}
/*-------------------------------------------*/
/*1000px or More Screens 2 per Row*/
/*-------------------------------------------*/
@media (min-width: 1000px) {
.Grid--cols-flex3 > .Grid-cell {
flex: 0 0 50%;
}
.Grid--cols-flex4 > .Grid-cell {
flex: 0 0 50%;
}
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 50%;
}
}
/*-------------------------------------------*/
/*1200px or More Screens, Flex 3 per Row*/
/*-------------------------------------------*/
@media (min-width: 1200px) {
.Grid--cols-flex3 > .Grid-cell {
flex: 0 0 33.33%;
}
.Grid--cols-flex4 > .Grid-cell {
flex: 0 0 33.3%;
}
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 33.3%;
}
/*Gutters*/
.Grid--gutters {
margin-left: -2em;
}
.Grid--gutters .Grid-cell {
padding-left: 2em;
}
}
/*-------------------------------------------*/
/*1400px or More Screens, Flex 4 per Row*/
/*-------------------------------------------*/
@media (min-width: 1400px) {
.Grid--cols-flex4 > .Grid-cell {
flex: 0 0 25%;
}
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 25%;
}
}
/*-------------------------------------------*/
/*1600px or More Screens, Flex 5 per Row*/
/*-------------------------------------------*/
@media (min-width: 1600px) {
.Grid--cols-flex5 > .Grid-cell {
flex: 0 0 20%;
}
/*Gutters*/
.Grid--gutters {
margin-left: -2em;
}
.Grid--gutters .Grid-cell {
padding-left: 2em;
}
}
/*-------------------------------------------*/
/*===========================================*/
/*********************************************/
/*Custom Grid Styles for Info Template*/
/*********************************************/
/*Custom Info Flexbox Content*/
/*===========================================*/
/*Info Elements Styling*/
/*-------------------------------------------*/
.Info {
max-width: 1000px;
margin: auto;
}
@media (max-width: 800px) {
.Info {
width: 80%;
}
}
[class*="Info-content"] {
margin-bottom: 20px;
}
/*-------------------------------------------*/
/*Info Image*/
/*-------------------------------------------*/
.Info-content-hideoverflow {
/*Positioning*/
position: relative;
/*Display and Box Model*/
width: 100%;
height: 100%;
overflow: hidden;
}
[class*="Info-content-img"] {
/*Positioning*/
position: absolute;
top: 0;
-webkit-transform: translate(-20px, 0);
transform: translate(-20px, 0);
/*Display and Box Model*/
visibility: hidden;
width: 110%;
height: 100%;
/*Color*/
background-size: cover;
background-position: center center;
/*Other*/
-webkit-transition: all 1s;
transition: all 1s;
}
[class*="Info-content-img"].reveal {
/*Positioning*/
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
/*Display and Box Model*/
visibility: visible;
/*Other*/
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.Info-content-img-1 {
background-image: url("https://thumbor.forbes.com/thumbor/960x0/https%3A%2F%2Fblogs-images.forbes.com%2Fscottsnowden%2Ffiles%2F2019%2F05%2FGreatPacificGarbagePatch.jpg");
}
.Info-content-img-2 {
background-image: url("https://assets.theoceancleanup.com/app/uploads/2019/10/TheOceanCleanup_October2nd_Press_Briefing_System001B-24-640x425.jpg");
}
/*-------------------------------------------*/
/*Info Image Reveal Overlay*/
/*-------------------------------------------*/
.Info-content-black {
/*Positioning*/
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(-101%, 0);
transform: translate(-101%, 0);
/*Color*/
background: #000;
/*Display and Box Model*/
width: 100%;
height: 100%;
}
@media(max-width: 1100px) {
.Info-content-hideoverflow {
height: 350px;
}
}
.Info-content-black.reveal {
-webkit-animation: cover 1s forwards;
animation: cover 1s forwards;
}
@-webkit-keyframes cover {
0% {
-webkit-transform: translate(-100%, 0);
}
50% {
-webkit-transform: translate(0, 0);
}
65% {
-webkit-transform: translate(0, 0);
}
100% {
-webkit-transform: translate(101%, 0);
}
}
@keyframes cover {
0% {
transform: translate(-100%, 0);
}
50% {
transform: translate(0, 0);
}
65% {
transform: translate(0, 0);
}
100% {
transform: translate(101%, 0);
}
}
/*-------------------------------------------*/
/*Info Text*/
/*-------------------------------------------*/
.Info-content-text {
/*Positioning*/
-webkit-transform: translate(0, 30px);
transform: translate(0, 30px);
/*Display and Box Model*/
opacity: 0;
/*Text*/
font-family: "Montserrat", Helvetica;
/*Other*/
-webkit-transition: 1s ease;
transition: 1s ease;
}
.Info-content-text h1 {
font-size: 45px;
}
@media (max-width: 800px) {
.Info-content-text h1 {
font-size: 35px;
}
}
.Info-content-text p {
/*Color*/
color: #555;
/*Text*/
font-size: 16px;
margin-top: 0px;
}
.Info-content-text.reveal {
/*Positioning*/
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
/*Display and Box Model*/
opacity: 1;
}
/*-------------------------------------------*/
/*===========================================*/
/*********************************************/
.text-block {
width: 1000px;
margin: 0 auto;
margin-top: 0px;
}
.text-block p {
font-size: 16px;
font-family: "Montserrat", Helvetica;
-webkit-transition: all 1s ease;
transition: all 1s ease;
opacity: 0;
margin-top: 0px;
}
.text-block p.reveal {
opacity: 1;
}
@media(max-width: 1100px) {
.text-block {
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.text-block p {
font-size: 14px;
}
.container {
margin-top: 25px;
width: 70%;
height: 80vh;
margin-left: 30%;
}
.background {
opacity: .6;
}
.container h1 {
font-size: 40px;
width: 300px;
position: absolute;
top: 30%;
left: -40%;
opacity: 1;
}
.Info-content-text p {
font-size: 14px !important;
}
}
.mobile {
display: none;
}
@media(max-width: 1000px) {
.intro-button .button {
display: block;
margin: 0;
margin-bottom: 20px;
}
.Info {
padding-bottom: 0;
margin-bottom: 0;
}
#shopify-section-footer {
margin-top: -30px;
}
.mobile-top {
margin-top: -60px;
}
.mobile {
display: block;
}
.desk {
display: none;
}
}