#fw-section-image-695ddedb-a88f-45e4-b888-6202f83208eb {

@media (max-width: 1024px) {
  div {
    display: none;
  }
}
}
#fw-section-newsletter-894b69b9-5308-4d0b-b9b9-db7fceb71911 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #787878;
--color-on-background-rgb: 120, 120, 120;
--color-product-image-background: #787878;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
@media (min-width: 1024px) {
  .newsletter__content {
    align-items: flex-end !important;
  }
}

.newsletter__content { 
  display: flex; 
  flex-direction: column; 
  /* align-items: flex-start; */ 
}

.newsletter { 
  margin-bottom: -75px; 
  position: relative; 
  z-index: 2;
}

.newsletter__heading {
  font-family: "Barlow",
    "Barlow", serif !important; 
  font-weight: 800 !important; 
}
}
#fw-section-collection-template-collection-fraud-collection {

.collection-template__heading {
  color: #ffc84d;
  font-family: "Noto Serif Hebrew",
    "Noto Serif", serif !important; font-weight: 800 !important; 
}

/* product bg filtering */

.collection-template__heading {
  text-shadow: 3px 3px 12px black;
}

.fw-section-collection-template-collection-fraud-collection {
  box-shadow: inset 0px 0px 50px black;
}

.image.image--background-color {
  box-shadow: 0px 0px 10px black;
}

.image__object {
  backdrop-filter: blur(10px);
}
.tile__item {
  filter: drop-shadow(0 0 10px black);
}

/* golden product tags */
.tile__option-values.tile__option-values--align.tile__option-values--center {
  color: #ffc84d;
  font-weight: bold;
  filter: drop-shadow(0 0 10px black);
  font-family: "Noto Serif Hebrew", "Noto Serif", serif !important;
}
.tile__heading,
.tile__price.tile__price--original {
  font-weight: bold;
  color: #ffc84d;
  filter: drop-shadow(0 0 6px black);
  font-family: "Noto Serif Hebrew", "Noto Serif", serif !important;
}
.color-swatch--tile .color-swatch__input:checked + .color-swatch__label::before {
  border-color: #ffc84d !important;
}

/* */

.wrapper {
  background-image: url('https://cdn.discordapp.com/attachments/1153002622375178413/1461784390601277714/New_Project.png?ex=696bd04d&is=696a7ecd&hm=cd55e7baf8ca80cca07e2aa0e2c4227c1fac79ea361825d1a95ee0f041f4b76f&');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

}
#fw-section-image-e1989bd8-2a54-414d-9b09-1643eeb78772 {

@media (max-width: 1024px) {
  div {
    display: none;
  }
}
}
#fw-section-newsletter-6f888277-b62a-4e94-bec8-781025300604 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #787878;
--color-on-background-rgb: 120, 120, 120;
--color-product-image-background: #787878;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
@media (min-width: 1024px) {
  .newsletter__content {
    align-items: flex-end !important;
  }
}

.newsletter__content { 
  display: flex; 
  flex-direction: column; 
  /* align-items: flex-start; */ 
}

.newsletter { 
  margin-bottom: -75px; 
  position: relative; 
  z-index: 2;
}

.newsletter__heading {
  font-family: "Barlow",
    "Barlow", serif !important; 
  font-weight: 800 !important; 
}
}
#fw-section-hero-video-76396272-ef0b-4ab2-bffb-64f1fb1aa71f {

.hero__cta {
  display: none;
}

@media (max-width: 966px) {
  .hero__heading {
    bottom: 30px;
    position: absolute;
  }

  .hero__heading.hero__heading--regular {
    text-decoration: underline;
    text-decoration-thickness: 2.75px;
    text-decoration-color: rgba(255, 200, 77, 1);
  }
  .hero__heading.hero__heading--regular:hover .fraud_span {
    margin: 0px !important;
  }
}

.hero__heading {
  text-shadow: 3px 3px 12px black;
  cursor: pointer;
  
  font-family: "Noto Serif Hebrew",
    "Noto Serif", serif !important; font-weight: 600 !important; 
}

.hero {
  font-family: "Noto Serif Hebrew",
    "Noto Serif", serif !important; font-weight: 400; 
}

/* the arrow stuff */
.fraud_span {
    transition: margin 0.15s;
}

.hero__heading.hero__heading--regular:hover .fraud_span {
    margin: 15px;

}
}
#fw-section-featured-collection-1767329711 {

.wrapper {
  padding: 0;
}
.section-header {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px) {
  .section-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* sale tag */
.tile__price.tile__price--offer {
  color: rgb(205, 0, 0);
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  transform: translate(35px, -9px) rotate(25deg) scale(0.65);
  position: absolute;
}
.grid.grid--center {
  width: 200vw; /*change later*/
  flex-wrap: nowrap;
  animation: product_shift 15s linear infinite;
}

.button.button--secondary.button--small {
    font-size: calc(var(--font-body-scale) * 1.35rem);
}

/*mobile??*/

@media (max-width: 900px) { 
    .collection__cta {
      margin-top: -15px;
      margin-bottom: 30px;
    }
  
  .grid__column:nth-child(6), 
  .grid__column:nth-child(7) {
    display: unset;
  }
  .grid__column {
    display: none;
  }
  .grid.grid--center {
    animation: unset;
    flex-wrap: wrap;
    width: unset;
  }
  .dupe {
    display: none;
  }
}
.collection__grid {
  overflow: hidden;
}
}
#fw-section-hero-5de5092f-add4-452a-9322-cf0219bc1ce3 {
--color-primary: #151f3e;
--color-primary-rgb: 21, 31, 62;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
/* ooooaaa size 21 */

@media (max-width: 639px) {
  /* … */
  div.section-background__image {
    background-image: url("https://imgproxy.fourthwall.com/3G8hhKB5tguaznTcKN-GdXs3_G08ttc0oa-Oqm-M778/w:1400/sm:1/enc/yiCtXjRF8M6x8a3-/WqvKEi1fuYteu03_/iFQATn-qOpVwnUl_/-TvRcOuYTsQ24b64/VNx_tfV8qyYwFJFi/MAKsgYOsAMnf3Otx/zgiAJnCvEUUztqxk/HywSlrRnqRJc4Ci1/zCDqdGHEd97g0T6q/kc_aNoocaFj91vG8/3wS4c65P3dnwaM14/50Ds17dcx0JdDEkh/KcZoxwthjZ9ijyh9/rCbHStdHUeLuC0ot/polZnF-iL81z2xCx/JQYdAQD1-GN76aCC") !important;
    background-size: cover;
  }
}

.section-background__image {
  background-image: url("https://file.garden/aXgnYjR2YAQ6kC7e/Size%202%20Banner.png") !important;
  background-size: cover;
}

.hero__heading.hero__heading--regular {
  position: relative;
}
.hero__cta-container.hero__cta-container--right {
  position: relative;
}
.hero__content.hero__content--right::before {
content: "";
    width: 251px;
    position: absolute;
    right: -39px;
    background-image: url("https://imgproxy.fourthwall.com/KO6tHl3XXSwyYWs-NU85FegHnl8x5cv6-JSsuAU-jJI/w:1400/sm:1/enc/u71bwVur44CC2bw9/yMZUauWWHk8GcGDD/gIRx-mh2fHRJ_zNy/9i9DZV91ASCgJPXV/ZJqUn8mjVfAnOYoO/PMxY1AuC9FYcMoQ2/WBZxxKxr2ru_vk5P/Cb5eyUTFvpHzJbdf/6rB3e_DtOWlGPQic/x6eQBOYdkQLl-mYx/S2z8iNzfqoRBdSBG/fL_C9EA35x4qAHUR/XcA2YpNZaZ_YQhUW/MG73wQgNB3D4pSYv/Zar35fNdl8Edw7G5/4Q-6DmtvWmnzrmKd");
    background-size: contain;
    background-repeat: no-repeat;
    top: 75px;
    aspect-ratio: 1/1;
}

@media (max-width: 966px) {
  .button {
    bottom: -95px;
      position: absolute;
      width: 150px;
      right: -10px;
  }
}

@media (max-width: 639px) {
  
  .hero__cta-container.hero__cta-container--right {
    margin-top: 135px
  }
  .hero__heading.hero__heading--regular {
    display: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(200, 200, 200);
  }
  .hero__content.hero__content--right::before {
    display: none;
  }
}
}
#fw-section-hero-6056c03a-942f-4abe-8cfc-6ba06637fd70 {

@media (min-width: 907px) and (max-width: 1170px) {
  /* … */
  .section-background__image {
    background-image: url("https://imgproxy.fourthwall.com/CvaPbrDb2Xu6pm42YQZnF-KJKPgaEKPHwuoNjlAA0ug/w:1400/sm:1/enc/T8uILRyiivfIlHOa/BJE4H3JD14RQGFum/CBzo1YWiU96dnPjG/o4cku9TlSvbHOeA3/9bDyBw8YdjRNgIQV/D5uvVFNlKJBlDpIK/CXhclBgILJz6F8G5/wsSUwdaROdxQ3ooe/98IHzQaO6GsLIafh/Kyx2IdlZ57KxBNbm/LOhL3B8XRh0l61Sz/0pGwhU7UB8Gx8gGS/2GvQZIFK-MDNk3ww/f3uZIamxgHEz5KOw/O68SFF3OlnmF1hB5/iRSSVmDvsnVsQtBR") !important;
    background-size: contain;
  }
  .hero__heading.hero__heading--regular {
    color: rgb(0, 0, 0) !important;
  }
}

.section-background__image {
  background-image: url("https://file.garden/aXgnYjR2YAQ6kC7e/Wheat%20Banner.png") !important;
  background-size: cover;
}

@media (max-width: 907px) {
  .button {
      bottom: -83px;
      position: absolute;
      width: 176px;
      right: -10px;
  }
  .section-background__image {
    background-image: url("https://imgproxy.fourthwall.com/CvaPbrDb2Xu6pm42YQZnF-KJKPgaEKPHwuoNjlAA0ug/w:1400/sm:1/enc/T8uILRyiivfIlHOa/BJE4H3JD14RQGFum/CBzo1YWiU96dnPjG/o4cku9TlSvbHOeA3/9bDyBw8YdjRNgIQV/D5uvVFNlKJBlDpIK/CXhclBgILJz6F8G5/wsSUwdaROdxQ3ooe/98IHzQaO6GsLIafh/Kyx2IdlZ57KxBNbm/LOhL3B8XRh0l61Sz/0pGwhU7UB8Gx8gGS/2GvQZIFK-MDNk3ww/f3uZIamxgHEz5KOw/O68SFF3OlnmF1hB5/iRSSVmDvsnVsQtBR") !important;
    background-size: cover;
  }
  .hero__heading.hero__heading--regular {
    display: none;
    color: rgb(0, 0, 0) !important;
  }
}
}
#fw-section-image-2131434d-1299-4e39-9177-2a5826ac9f65 {

@media (max-width: 1024px) {
  div {
    display: none;
  }
}
}
#fw-section-newsletter-1767329711 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #787878;
--color-on-background-rgb: 120, 120, 120;
--color-product-image-background: #787878;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
@media (min-width: 1024px) {
  .newsletter__content {
    align-items: flex-end !important;
  }
}

.newsletter__content { 
  display: flex; 
  flex-direction: column; 
  /* align-items: flex-start; */ 
}

.newsletter { 
  margin-bottom: -75px; 
  position: relative; 
  z-index: 2;
}

.newsletter__heading {
  font-family: "Barlow",
    "Barlow", serif !important; 
  font-weight: 800 !important; 
}
}
#fw-section-image-74d05927-955e-4c66-ba63-d0e4e9b441bf {

div {
  display: none;
}
}
#fw-section-image-c934a3b7-d4fa-460a-ae02-71970765f9a8 {

div {
  display: none;
}
}


#fw-section-footer {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #FFFFFF;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #787878;
--color-on-background-rgb: 120, 120, 120;
--color-product-image-background: #787878;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.footer__list-item--social { 
  display: none !important; 
}
}
#fw-section-header {

@media (min-width: 967px) { /* bag hidden */
    .header__icons.left-align {
        display: none;
    }
    
}
@media (max-width: 966px) {
    /* select View All Products & Home */
    .header__icons.right-align .header__list-item:first-child {
        display: none;
    }
    .header__icons.left-align .header__list-item:nth-child(2),
    .header__icons.left-align .header__list-item:nth-child(3),
    .header__icons.left-align .header__list-item:nth-child(4) {
        display: none;
    }
}

.svg-fill-current-color {
    color: white;
}

.mobile-menu__close .svg-fill-current-color {
    color: black;
}
/* @media (min-width: 872px) {

} */
}
#fw-section-product-product-default {

.product-info__description {
  font-size: 18px;
}

.product-info__price.product-info__price--offer {
  color: rgb(205, 0, 0);
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  transform: translate(55px, -13px) rotate(25deg) scale(0.65);
  position: absolute;
}
}


#fw-section-image-a50fe5ac-dfc8-47e3-a3ff-21834df4c8c2 {

@media (max-width: 1024px) {
  div {
    display: none;
  }
}
}
#fw-section-newsletter-f67b8651-9435-4a09-94f6-c1877ae77d43 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #787878;
--color-on-background-rgb: 120, 120, 120;
--color-product-image-background: #787878;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
@media (min-width: 1024px) {
  .newsletter__content {
    align-items: flex-end !important;
  }
}

.newsletter__content { 
  display: flex; 
  flex-direction: column; 
  /* align-items: flex-start; */ 
}

.newsletter { 
  margin-bottom: -75px; 
  position: relative; 
  z-index: 2;
}

.newsletter__heading {
  font-family: "Barlow",
    "Barlow", serif !important; 
  font-weight: 800 !important; 
}
}