/** Shopify CDN: Minification failed

Line 1975:5 Expected "}" to go with "{"

**/
:root {
  --primary-color: #fccc4d;
  --black-color: #000;
  --white-color: #fff;
  --dark-brown: #372210;
  --primary-font: 'DM Sans';
  --secondary-font: 'Cormorant Garamond';
}

* {
  letter-spacing: 0;
}

/* font faces */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/cdn/shop/files/CormorantGaramond-Bold.woff2?v=1780640955') format('woff2') url('/cdn/shop/files/CormorantGaramond-Bold.woff?v=1780640955') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Minion Pro';
  src: url('/cdn/shop/files/MinionPro-Regular.woff2?v=1780641741') format('woff2') url('/cdn/shop/files/MinionPro-Regular.woff?v=1780641740') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3 {
  font-family: var(--secondary-font);
}

body {
  font-family: var(--primary-font);
}

/* headings css */
h1 {
  font-weight: 500;
  font-size: clamp(35px, 3.7vw, 50px);
  line-height: 1.2;
  margin-top: 0;
}

h2,
.collection__title h2 {
  font-family: Cormorant Garamond;
  font-size: clamp(30px, 2.857vw, 40px);
  line-height: 100%;
  letter-spacing: 0%;
}

.collection__title {
  color: var(--black-color);
}

.collection__title h2 {
  margin: 7px 0 16px;
}

p,
li {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
}

form input {
  font-size: 18px;
}

.yakkas-text-lg {
  font-size: clamp(18px, 1.6vw, 24px);
}

.page-width {
  max-width: 1440px !important;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatUpDown_2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.eyebrow-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
}

/* buttons css */
.button::before,
.button::after {
  content: none;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-primary,
.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  text-decoration: none;
  font-family: Minion Pro;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  min-height: auto;
  text-transform: capitalize;
  transition: .5s all;
}

.button {
  transition: .5s all;
}

.btn-primary,
.button {
  background-color: var(--dark-brown);
  color: var(--white-color);
  border: 1px solid transparent;
}

.btn-primary:hover,
.button:hover {
  background-color: #FCCC4D;
  color: var(--black-color);
}

.btn-secondary {
  border: 1px solid var(--dark-brown);
  color: var(--dark-brown);
  background-color: transparent;
}

.btn-secondary:hover {
  color: var(--white-color);
  background-color: var(--dark-brown);
}

/* Start Header */
.Annoucment_utility_bar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.Annoucment_utility_bar .announcement-bar__message span {
  font-family: Inter;
  font-size: 14px;
}

.Annoucment_utility_bar .list-social {
  gap: 8px;
}

.Annoucment_utility_bar .list-social .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 17px;
}

.Annoucment_utility_bar .list-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.site-header a.header__heading-link {
  padding: 0 !important;
}

.site-header .header__inline-menu ul li a {
  font-size: 16px;
  padding: 10px 18px;
}

.site-header .header__icon.header__icon--cart {
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}

.site-header .header__icon.header__icon--cart .carttext_list {
  margin-left: -8px;
  padding-right: 8px;
  line-height: 1;
}

/* Start Hero Banner */
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-banner .page-width {
  width: 100%;
}

.hero-banner .content-block .eyebrow-text {
  margin: 19px 0 17px;
}

.hero-banner .content-block img {
  width: auto !important;
}

.hero-banner .content-block h1 {
  max-width: 500px;
  margin-bottom: 10px;
}

.hero-banner .message-blocks {
  width: 64%;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-banner .quote-message {
  position: absolute;
  background: #FCCC4D;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 15px;
  z-index: 2;
  max-width: 175px;
  text-align: center;
  line-height: 1.4;
  animation: floatUpDown 3s ease-in-out infinite;

}

.hero-banner .quote-message-left {
  top: 77px;
  left: 20px;
}

.hero-banner .quote-message-left::before {
  content: '';
  position: absolute;
  width: 68px;
  height: 39px;
  background-image: url('/cdn/shop/files/arrow-img.png?v=1780985643');
  background-size: contain;
  background-repeat: no-repeat;
  right: -82px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hero-banner .quote-message-right::before {
  content: '';
  position: absolute;
  width: 68px;
  height: 39px;
  background-image: url('/cdn/shop/files/arrow-img.png?v=1780985643');
  background-size: contain;
  background-repeat: no-repeat;
  left: -82px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleX(-1);
}

.hero-banner .quote-message-right {
  top: 38px;
  right: 6%;
}

.hero-banner .features {
  padding: 0 !important;
}

.hero-banner .features-list {
  display: flex;
  gap: 40px;
  position: relative;
  padding: 50px 0;
  width: 40%;
  justify-content: space-around;
  z-index: 1;
}

.hero-banner .yakaas-banner-feature-list {
  background: #fff;
  clip-path: polygon(0% 0%, 42% 0%, 52% 100%, 0% 100%, 0% 0%);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.hero-banner .single-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: var(--black-color);
}

.hero-banner .single-feature img {
  width: 24px;
  height: 24px;
}

.hero-banner .single-feature span {
  font-size: 14px;
  line-height: 1.3;
}

.hero-banner .hero-slide {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 77px 0px 220px;
  color: var(--black-color);
}

.hero-banner .hero-slide .guaranteed-icon {
  position: absolute;
  width: 85px;
  height: 85px;
  right: 21px;
  bottom: 21px;
}

.hero-banner .dogHeroSwiper {
  width: 100%;
}

.hero-banner .swiper-slide {
  height: auto;
  position: relative;
}

.hero-banner .swiper-slide::before {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 43.02%, #F1E0CE 79.18%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-banner .swiper-slide .page-width {
  z-index: 0;
}

.hero-banner .owl-dots,
.yakkas-featured-collection .owl-dots {
  width: fit-content !important;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
}

.hero-banner .owl-dots {
  left: 11px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.hero-banner .owl-dot,
.yakkas-featured-collection .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid var(--dark-brown) !important;
  background: transparent;
  transition: .5s all;
}

.hero-banner .owl-dot.active,
.yakkas-featured-collection .owl-dot.active {
  background: var(--dark-brown);
}

.yakkas-featured-collection .owl-carousel .owl-stage-outer {
  padding: 10px 0 40px !important;
}

.yakkas-featured-collection .owl-dots {
  flex-direction: row !important;
  width: 100% !important;
  justify-content: center;
  margin: auto;
}

/* Start Featured Products */
.yakkas-featured-collection ul.slider.grid {
  column-gap: 0 !important;
  row-gap: 0 !important;
}

.yakkas-featured-collection ul.slider li {
  width: 22.78% !important;
  margin: 0 15px;
}

.yakkas-featured-collection ul.slider li:first-child {
  margin-left: 0 !important;
}

.custom_featured_collection_block .collection__title {
  text-align: center;
}

.custom_featured_collection_block .collection-card,
.product-grid-container ul.product-grid li.grid__item {
  background-color: #fcf3e6;
  box-shadow: 0 2px 2px #0000001a;
  padding: 16px 20px 16px;
  border-radius: 20px;
}

.product-grid-container {
  --grid-desktop-horizontal-spacing: 24px;
  --grid-desktop-vertical-spacing: 24px;
}

.yakkas-featured-collection ul.slider li .card__media .media img {
  object-fit: contain !important;
}

.yakkas-featured-collection .card:hover .media.media--hover-effect>img:first-child:only-child,
.yakkas-featured-collection .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
  transform: scale(1) !important;
}

.yakkas-featured-collection .owl-item {
  transition: .5s all;
}

.yakkas-featured-collection .owl-item:hover {
  transform: translateY(-10px);
}

.yakkas-featured-collection .owl-item:hover a {
  text-decoration: none !important;
}

.custom_featured_collection_block .card__inner {
  background: transparent;
}

.custom_featured_collection_block .quick-add__submit,
.product-grid-container ul.product-grid li.grid__item .quick-add__submit {
  opacity: 1;
  min-width: 150px;
  width: fit-content;
  line-height: 1;
  min-height: 40px;
  padding: 10px 20px;
}

.product-grid-container ul.product-grid li.grid__item .quick-add__submit {
  padding: 10px 20px;
}

.custom_featured_collection_block .card__information,
.custom_featured_collection_block .price,
.product-grid-container ul.product-grid li.grid__item .card__information,
.product-grid-container ul.product-grid li.grid__item .price {
  text-align: center;
}

.custom_featured_collection_block .quick-add,
.product-grid-container ul.product-grid li.grid__item .quick-add {
  display: flex;
  justify-content: center;
}

.custom_featured_collection_block .card__information .card__heading,
.product-grid-container ul.product-grid li.grid__item .card__heading {
  font-family: Minion Pro;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* min-height: clamp(46px, 3.7vw, 52px); */
}

.product-grid-container ul.product-grid li.grid__item .card__heading a {
  text-decoration: none !important;
}

.custom_featured_collection_block .card__information .card-product-description,
.product-grid-container ul.product-grid li.grid__item .card-product-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom_featured_collection_block .card__information .price__container {
  font-size: 18px;
}

.collection .product-card-wrapper .card__badge {
  display: none;
}

/* Start Collection */
.product-grid-container ul.product-grid li.grid__item .card__inner {
  background: transparent;
}

#main-collection-filters {
  font-family: var(--primary-font);
  height: fit-content;
  position: sticky;
  top: 78px;
}

#main-collection-filters .facets__heading,
#main-collection-filters .facet-filters__label,
.facets #ProductCountDesktop {
  font-family: var(--secondary-font);
  font-size: clamp(18px, 1.4vw, 20px);
  color: var(--black-color);
}

#main-collection-filters .facets__summary,
#main-collection-filters .select__select,
.facets label,
.facets .select__select {
  font-family: var(--primary-font);
  font-size: clamp(18px, 1.4vw, 20px);
  color: var(--black-color);
}

.facet-filters__field select {
  border: 1px solid #8080805e;
  padding: 5px 16px 5px 10px;
  appearance: none;
  border-radius: 4px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.facet-filters__field .svg-wrapper {
  right: 12px;
}

.facets-wrap ul.facets-layout-list li label {
  display: flex;
  align-items: center;
}

.facets-layout-list .facets__label:hover .facet-checkbox__text-label {
  text-decoration: none !important;
}

.facet-checkbox .svg-wrapper {
  top: 2rem !important
}

span.active-facets__button-inner {
  color: var(--white-color) !important;
}

form.facets-vertical-form .product-count-vertical {
  display: none;
}

/* Story Section */
.yakkas-story-section {
  overflow: hidden;
  position: relative;
  color: var(--black-color);
}

.yakkas-story-section .yakkas-story-wrapper {
  display: flex;
  align-items: center;
}

.yakkas-story-section .yakkas-story-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yakkas-story-section .yakkas-story-content h2 {
  margin-top: 0;
}

.yakkas-story-section .yakkas-story-content .yakkas-story-text {
  background-color: #F1E0CE;
  padding: 20px;
  margin: 16px 0 32px;
  border-left: 5px solid #b3a18e;
}

.yakkas-story-section .yakkas-story-content .yakkas-story-text p {
  font-size:18px;
}

.yakkas-story-section .yakkas-story-content p {
    margin: 0;
    font-size: 18px;
}

.yakkas-story-section .yakkas-story-image {
  position: absolute;
  width: 45%;
  height: calc(100% - 80px);
  top: 40px;
  right: 0;
}

.yakkas-story-section .yakkas-story-image .story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yakkas-story-section .yakkas-story-image .image-fade-layer {
  position: absolute;
  left: -36px;
  top: 0;
  width: 37%;
  height: 100%;
  pointer-events: none;
  display: flex;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 13.33%, #FFFFFF 82.89%);
}

/* Start Image with text */
.yakkas-info-block {
  overflow: hidden;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: local;
  background-size: contain;
  color: var(--black-color);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.yakkas-info-block .button,
.yakkas-info-block .button::after,
.yakkas-info-block .button::before {
  border-radius: 50px;
}

.yakkas-info-block .image-with-text__content {
  width: 45%;
  margin-left: auto;
  padding: 0;
}

.yakkas-info-block .content-wrapper {
  margin-top: 12px;
}

.yakkas-info-block .content-wrapper.has-bg {
  padding: 30px 24px;
  border-radius: 20px;
}

.yakkas-info-block h2 {
  font-family: var(--secondary-font);
  margin: 0 0 10px;
  line-height: 1.2;
}

.yakkas-info-block .content-wrapper.has-bg p {
  font-size: clamp(18px, 1.6vw, 18px);
}

.yakkas-info-block .content-wrapper.has-bg .feature-list {
  margin: 32px 0 0;
}

.yakkas-info-block .content-wrapper.has-bg .feature-list li {
  margin-top: 10px;
}

.yakkas-info-block .highlighted-box {
  display: flex;
  position: absolute;
  height: 105%;
  right: 0;
  z-index: -1;
  top: -1px;
}

.yakkas-info-block .highlighted-box .overlay {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  filter: blur(16px);
}

.yakkas-info-block .highlighted-box.layer-bottom {
  align-items: flex-end;
}

.yakkas-info-block .highlighted-box .layer {
  width: 100%;
  height: 164px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yakkas-info-block .highlighted-box.layer-top .layer {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 19% 100%, 0 0%);
}

.yakkas-info-block .highlighted-box.layer-bottom .layer {
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 17% 0);
  height: 141px;
}

.yakkas-info-block .feature-list--bullet {
  list-style: disc;
  padding-left: 20px;
}

.yakkas-info-block .feature-list--icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.yakkas-info-block .feature-list--icon li {
    display: flex;
    align-items: center;
    gap: clamp(12px,1.38vw,20px);
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.yakkas-info-block .feature-list__icon {
  width: 30px;
  height: 30px;
}

.yakkas-info-block .btn-group {
  margin-top: clamp(30px, 2.7vw, 40px);
  padding-bottom: 2px;
}

.yakkas-info-block .section-mobile-image {
  display: none;
}

@media screen and (max-width: 749px) {

  .yakkas-info-block .section-mobile-image {
    display: block;
    width: 100%;
  }

  .yakkas-info-block .section-mobile-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 350px;
    object-fit: cover;
  }

  .yakkas-info-block .mobile-image--top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .jdgm-all-reviews-text__text:after{
      margin-left: 10px !important;
  }

}

/* Start Custom Multi Column */
.yakkas-features-block ul li:first-child .multicolumn-card {
  padding-left: 0;
}

.yakkas-features-block ul li:last-child .multicolumn-card {
  padding-right: 0;
}

.yakkas-features-block .multicolumn-card {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0 10px;
}

.yakkas-features-block .multicolumn-card::after {
  content: "";
  background-color: #80808014;
  width: 2px;
  height: 40px;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.yakkas-features-block li:last-child .multicolumn-card::after {
  content: none;
}

.yakkas-features-block .multicolumn-card .feature-item__icon {
  display: flex;
}

.yakkas-features-block .multicolumn-card .feature-item__icon img {
  width: 30px;
  min-width: 30px;
  height: fit-content;
}

.yakkas-features-block .multicolumn-card .feature-title {
  font-size: 14px;
  letter-spacing: 0;
  font-family: var(--primary-font);
  line-height: 1.3;
}

/* Start Process Section */
.dog-snack-process .process-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 39%;
}

.dog-snack-process .process-content h2 {
  margin: 0 0 16px;
}

.dog-snack-process .process-content .process-text p {
  font-size: clamp(18px, 1.6vw, 18px)
}

.dog-snack-process .process-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
}


.dog-snack-process .process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: step;
  width: 59%;
}

.dog-snack-process .process-step {
  position: relative;
  width: 25%;
  text-align: center;
  counter-increment: step;
}

.dog-snack-process .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url('/cdn/shop/files/arrow.png?v=1780919083');
  background-size: 100% 100%;
  width: 30px;
  height: 14px;
  right: -15px;
  top: 0;
  bottom: 31px;
  margin: auto;
}

.dog-snack-process .step-image {
  width: clamp(80px, 8.8vw, 128px);
  height: clamp(80px, 8.8vw, 128px);
  margin: 0 auto 20px;
  overflow: hidden;
}

.dog-snack-process .step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dog-snack-process .step-title {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 22px;
  color: #000;
}

.dog-snack-process .step-title::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background: #FBF3E6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

/* Start Open farm */

.open-farm-promise-block .open-farm-promise__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.open-farm-promise-block .open-farm-promise__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.open-farm-promise-block .open-farm-promise__title::before,
.open-farm-promise-block .open-farm-promise__title::after {
  content: '';
  background-image: url("/cdn/shop/files/paw-image.png?v=1780980011");
  background-size: 100% 100%;
  width: 50px;
  height: 40px;
}

.open-farm-promise-block .open-farm-promise__wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 0;
}

.open-farm-promise-block .open-farm-center {
  position: relative;
  width: 463px;
  height: 463px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 50%;
}

.open-farm-promise-block .open-farm-center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  border: 1px dashed #B7C79C;
  border-bottom: 0;
  border-right: 0;
  border-radius: 50%;
  transform: rotate(45deg);
}

.open-farm-promise-block .open-farm-circle {
  position: absolute;
  width: 233px;
  height: 233px;
  border-radius: 50%;
  background: #F4C847;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex !important;
  /* animation: zoomInOut 5s ease-in-out infinite; */

}

.open-farm-promise-block .open-farm-dashed {
  position: absolute;
  width: 458px;
  height: 458px;
  border-radius: 50%;
  border: 1px dashed #B7C79C;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex !important;
}

.open-farm-promise-block .open-farm-main-image {
  position: relative;
  z-index: 2;
}

.open-farm-promise-block .open-farm-main-image img {
  width: 100%;
  display: block;
}

.open-farm-promise-block .promise-item {
  position: absolute;
  display: flex;
  align-items: self-start;
  gap: 20px;
  max-width: 420px;
  z-index: 2;
}

.open-farm-promise-block .promise-item__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: #F4C847;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floatUpDown_2 5s ease-in-out infinite;
}

.open-farm-promise-block .promise-item__icon img {
  width: 38px;
  height: 38px;
}

.open-farm-promise-block .promise-item__text p {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.open-farm-promise-block .promise-item__text h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 9px;
  font-family: "Cormorant Garamond";
}

.open-farm-promise-block .promise-arrow {
  position: absolute;
  width: 70px;
}

.open-farm-promise-block .promise-top-left {
  top: 20px;
  left: 60px;
  flex-direction: row-reverse;
  text-align: right;
}

.open-farm-promise-block .promise-top-right {
  top: 20px;
  right: 70px;
}

.open-farm-promise-block .promise-bottom-left {
  bottom: 0px;
  left: 72px;
  flex-direction: row-reverse;
  text-align: right;
}

.open-farm-promise-block .promise-bottom-right {
  bottom: 0px;
  right: 53px;
}

.open-farm-promise-block .promise-top-left .promise-arrow {
  right: 106px;
  bottom: -66px;
}

.open-farm-promise-block .promise-top-right .promise-arrow {
  left: 90px;
  bottom: -72px;
  transform: rotate(-8deg) scaleX(-1);
}

.open-farm-promise-block .promise-bottom-left .promise-arrow {
  right: 90px;
  top: -62px;
  transform: rotate(-195deg) scaleX(-1);
}

.open-farm-promise-block .promise-bottom-right .promise-arrow {
  left: 113px;
  top: -62px;
  transform: rotate(-181deg);
}

/* Start Yakaas Multicolumn */
.multicolumn.background-primary .multicolumn-card {
  background-color: #efe6dd96 !important
}

.yakkas-multicolumn-grid .multicolumn-list {
  --grid-desktop-horizontal-spacing: 24px;
  --grid-desktop-vertical-spacing: 24px;
}

.yakkas-multicolumn-grid .multicolumn-card .multicolumn-card__image-wrapper--third-width {
  max-width: 50px;
}

.yakkas-multicolumn-grid .multicolumn-card .multicolumn-card__info h3 {
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--black-color);
}

.yakkas-multicolumn-grid .multicolumn-card p {
  color: var(--black-color);
}

/* Start Yakkas Common Banner */
.yakkas-common-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.yakkas-common-banner .page-width {
  width: 100%;
}

.yakkas-common-banner .yakkas-banner-content,
.yakkas-common-banner .yakkas-banner-content .heading {
  color: var(--white-color);
}

.yakkas-common-banner .yakkas-banner-content .heading {
  margin: 0 0 10px;
}

/* .yakkas-common-banner .yakkas-banner-description {
  max-width: 900px;
} */

.yakkas-common-banner .yakkas-banner-description p {
  font-size: clamp(16px, 1.28vw, 18px);
}

.yakkas-common-banner h2 {
  margin: 14px 0 16px;
}

.yakkas-common-banner .yakkas-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.yakkas-common-banner .yakaas-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yakkas-common-banner .yakkas-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex !important;
}

.yakkas-common-banner .yakkas-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.yakkas-common-banner .btn-primary {
  background: #fccc4d;
  color: #000;
}

@media screen and (max-width: 1100px) {
  .yakkas-info-block .image-with-text__content {
    width: 52%;
  }

  .yakkas-info-block .highlighted-box {
    width: 60% !important;
  }

  .yakkas-info-block .highlighted-box .overlay {
    width: 100% !important;
  }
}



@media screen and (max-width: 991px) {

  .yakkas-info-block .highlighted-box,
  .yakkas-info-block .highlighted-box .overlay {
    width: 100% !important;
  }

  .yakkas-info-block .image-with-text__content {
    width: 100%;
  }

  .yakkas-info-block .highlighted-box .overlay {
    filter: blur(0);
  }

  .yakkas-info-block .highlighted-box .layer {
    display: none !important;
  }

  .yakkas-info-block {
    padding: 60px 0 !important;
  }

}

.stefan_video_carousel .owl-item {
  transition: all 0.4s ease;
}

.stefan_videos_section .owl-stage-outer {
  width: calc(100% - 58px);
  margin: auto;
  padding-bottom: 53px;
}

.stefan_video_carousel .owl-item .stefan_items_video {
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.stefan_video_carousel .owl-item.active .stefan_items_video,
.stefan_video_carousel .owl-item.active.center+.active+.active .stefan_items_video {
  transform: scale(0.8);
}

.stefan_video_carousel .owl-item.active+.active .stefan_items_video,
.stefan_video_carousel .owl-item.active.center+.active .stefan_items_video {
  transform: scale(0.9);
}

.stefan_video_carousel .owl-item.active {
  margin: 0 -28px 0 0;
}

.stefan_video_carousel .owl-item.active+.active,
.stefan_video_carousel .owl-item.active.center,
.stefan_video_carousel .owl-item.active.center+.active {
  margin: 0;
}

.stefan_video_carousel .owl-item.active.center+.active+.active {
  margin: 0 0 0 -28px;
}

.stefan_video_carousel .owl-item.active.center .stefan_items_video {
  transform: scale(1);
  opacity: 1;
  z-index: 9;
  position: relative;
}

.stefan_video_carousel .owl-item.active.center img,
.stefan_video_carousel .owl-item.active.center video,
.stefan_video_carousel .owl-item.active.center iframe {
  box-shadow: 0px 25px 50px -12px #00000040;
}

.stefan_video_carousel .owl-item img,
.stefan_video_carousel .owl-item video,
.stefan_video_carousel .owl-item iframe {
  border-radius: 30px;
  overflow: hidden;
  display: block;
}

.stefan_video_carousel .owl-stage-outer {
  overflow: visible;
}

.stefan_video_carousel {
  overflow: hidden;
}

.sound-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}

.stefan_video_carousel .owl-dots button.owl-dot {
  max-width: 10px;
  height: 10px;
  width: 100%;
  background: transparent;
  border-radius: 80px;
  transition: 0.5s;
  border: 1px solid var(--dark-brown);
}

.stefan_video_carousel .owl-dots button.owl-dot.active {
  background-color: var(--dark-brown);
}

.stefan_video_carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}


/* Start Faqs */
.Yakkas_collapsible_faq h2 {
  font-family: var(--secondary-font);
  margin-bottom: 16px;
}

.Yakkas_collapsible_faq .accordion__title {
  font-family: Minion Pro;
  font-size: 18px;
  letter-spacing: 0%;
  align-items: center;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}

.Yakkas_collapsible_faq .grid__item {
  counter-reset: number;
}

.Yakkas_collapsible_faq .grid__item .accordion:last-child {
  border-bottom: 0 !important;
}

.Yakkas_collapsible_faq .faq-list {
  width: 38%;
  color: var(--black-color);
}

.Yakkas_collapsible_faq .grid__item .accordion .accordion__title::before {
  content: counter(number)'.';
  counter-increment: number;
  font-family: var(--secondary-font);
  margin-right: 10px;
  margin-top: -2px;
  white-space: nowrap;
}

.Yakkas_collapsible_faq .collapsible-content__grid {
  gap: 10%;
  align-items: center;
}

.Yakkas_collapsible_faq .collapsible-content__media {
  border: 0;
}

.Yakkas_collapsible_faq .grid__item.collapsible-content__grid-item {
  margin-left: -3%;
  width: 45%;
}

.Yakkas_collapsible_faq .accordion summary {
  padding: 12px 0;
  position: relative;
  align-items: center;
}

.Yakkas_collapsible_faq .accordion summary .accordion-toggle-icon {
  width: 13px;
  height: 13px;
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
}

.Yakkas_collapsible_faq .accordion summary .accordion-toggle-icon::before,
.Yakkas_collapsible_faq .accordion summary .accordion-toggle-icon::after {
  content: '';
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}

.Yakkas_collapsible_faq .accordion summary .accordion-toggle-icon::before {
  width: 13px;
  height: 1px;
}

.Yakkas_collapsible_faq .accordion summary .accordion-toggle-icon::after {
  width: 1px;
  height: 13px;
}

.Yakkas_collapsible_faq .accordion summary:hover {
  background: transparent;
}

.Yakkas_collapsible_faq .accordion summary:hover .accordion__title {
  text-decoration: none;
}

.Yakkas_collapsible_faq .accordion details[open] .accordion-toggle-icon::after {
  opacity: 0;
}

/* Start Contact Us page */
.contact.page-width {
  max-width: 800px !important;
  margin: auto;
}

.contact.page-width .contact__button {
  display: flex;
  margin: auto;
  width: fit-content;
}

/* Start Product */
.product .product__info-wrapper {
  color: var(--black-color);
}

.product .product__info-wrapper .product-form__buttons {
  max-width: 100%;
}

.product .product__info-wrapper .quantity__input {
  border-left: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
}

.product .product__info-wrapper .badge {
  background: #6d805d;
}

body.product .product-media-container .product__modal-opener {
  max-height: 550px;
}

body.product .product__media-wrapper ul.product__media-list li .product__media img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}

body.product .product__info-wrapper .product__title h1 {
  font-size: clamp(24px, 2.14vw, 30px);
}

body.product .product__info-wrapper .price-item {
  font-size: clamp(20px, 1.78vw, 25px);
  font-weight: 700;
}

body.product .product__info-wrapper .product-form__input--pill:first-child label {
  padding: 12px 20px;
  min-width: 80px;
  border-radius: 55px;
}

.product-form__input--pill input[type=radio]+label {
  border-color: #372210 !important;
}

.product-form__input--pill input[type=radio]:checked+label {
  background-color: #372210 !important;
}

body.product .product__info-wrapper .product-form__input--pill:nth-child(2) label {
  border-radius: 6px;
  padding: 12px 20px;
  border-radius: 56px;
}

body.product .product__info-wrapper .product__accordion .accordion__title {
  color: #000;
  font-size: 18px;
}

body.product .product__info-wrapper .product__accordion .accordion__content {
  padding-left: 0;
}

body.product .product__info-wrapper .product__accordion .accordion__content p {
  font-size: 14px;
  font-weight: 400;
}

body.product .product__info-wrapper .yakkas_listing .yakkas_listing_item {
  margin-bottom: 20px;
  font-size: 16px;
}

body.product .product__info-wrapper .yakkas_listing {
  padding-left: 18px;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-cards-wrapper {
  max-width: 1300px !important;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-media-card {
  min-width: 32% !important;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-star {
  font-size: 21px !important;
  color: orange;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-text {
  padding: 24px 16px 0px;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-rating-section {
  padding: 12px 16px 20px;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-content {
  margin-bottom: 0;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-widget.jdgm-widget {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--26988024660353__1781076118eec804ac .jdgm-title {
  font-size: clamp(30px, 2.857vw, 40px);
}

#shopify-block-AdDJBV1l5QXB0V0FLU__judge_me_reviews_cards_carousel_R84B8K .jdgm-content,
#shopify-block-AVDI0emxpdE4yd2xyM__judge_me_reviews_cards_carousel_hW48yG .jdgm-header,
#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-review-widget__body,
#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-cluster .jm-review-widget-minimal-header__filter-container .jm-review-widget-minimal-header__filters,
#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-cluster .jm-stack.jm-stack--space-200,
#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf p.jm-no-reviews-state__text {
  display: none;
}

#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-no-reviews-state,
#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-no-reviews-state__action-buttons {
  margin-top: 0;
}

#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-cluster .jm-review-widget-minimal-header__action-buttons .jm-stack.jm-stack--space-200 {
  display: flex;
}

.jm-stack.jm-stack--space-200:has(.jm-button--primary.jm-action-buttons__button) {
  display: flex !important;
}

#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-button.jm-button--primary.jm-action-buttons__button {
  width: fit-content;
  margin: auto;
}

#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-review-widget-minimal-header__button-and-filters {
  justify-content: center;
}

#shopify-block-AdDJBV1l5QXB0V0FLU__judge_me_reviews_cards_carousel_R84B8K .jdgm-cards-carousel .jdgm-header {
  margin-bottom: 20px;
}

#shopify-block-AZEpSdGpTUVhRRERBd__judge_me_reviews_review_widget_HhnxWf .jm-review-widget--minimal-header {
  padding-top: 0;
}

/* Start Policy Pages */
.shopify-policy__container {
  max-width: 100%;
  color: var(--black-color);
  padding: 0;
}

.shopify-policy__container .shopify-policy__title {
  padding: 100px 5rem;
  background-color: #F1E0CE;
}

.shopify-policy__container .shopify-policy__title h1 {
  margin-bottom: 0;
}

.shopify-policy__container .shopify-policy__body {
  max-width: 1440px;
  margin: 100px auto;
  padding: 0 1.5rem;
}

.shopify-policy__container .shopify-policy__body h2 {
  font-size: clamp(24px, 2.08vw, 30px);
}

/* Start Footer */
.main_footer_sct .footer__content-top .footer-block-image {
  flex-direction: column;
}

.main_footer_sct .footer__content-top .footer_img_yakkkas_richtext,
.main_footer_sct .footer_yakkkas_richtext {
  color: #fff;
}

.main_footer_sct .footer-block .footer-block__heading {
  color: #F8980F;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0%;
}

.main_footer_sct .footer-block ul li a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.3;
}

.main_footer_sct .footer-block.cstmFooterItems_image_zAK9xW {
  width: 20%;
}

.main_footer_sct .footer-block.cstmFooterItems_image_zAK9xW p {
  max-width: 255px;
}

.main_footer_sct .footer-block.footer-block--menu {
  width: 19%;
  position: relative;
  padding: 0 36px;
}

.main_footer_sct .footer-block.footer-block--menu::before {
  content: '';
  position: absolute;
  background-color: #808080ad;
  width: 1px;
  height: calc(100% - 55px);
  bottom: 0;
  right: 0;
}

.main_footer_sct .footer-block.cstmFooterItems_yakkas_testimonial_rXf8zM {
  width: 24%;
  padding-left: 68px;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper {
  margin-bottom: 20px;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper input {
  background-color: #D9D9D9;
  color: gray;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper label {
  color: gray;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper input::placeholder {
  color: gray;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper button {
  background-color: #FCCC4D;
  min-width: 59px;
  height: 98%;
}

.main_footer_sct .footer-block .newsletter-form__field-wrapper .icons_send_arrow {
  color: var(--black-color);
}

.main_footer_sct .list-social {
  justify-content: flex-start;
}

.main_footer_sct .footer__copyright.caption {
  margin-top: 0;
}

.main_footer_sct .footer__copyright.caption .copyright__content {
  font-size: 18px;
  color: #fff;
}

.main_footer_sct .footer__list-social {
  gap: 8px;
}

.main_footer_sct .footer__list-social li a {
  font-size: 18px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.main_footer_sct .footer__list-social li a .svg-wrapper {
  width: 17px;
  height: 17px;
}

.main_footer_sct .list-menu__item {
  color: #fff;
}

.main_footer_sct .list-menu__item:hover {
  text-decoration: none !important;
  color: #fccc4d !important;

}

.product-custom-image img {
  max-width: 341px;
  height: auto;
}

.product-custom-image {
  margin: 0;
}
.klarna-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}
.product-form__submit {
    background-color: #fccc4d;
    color: #372210;
}
.product-form__submit:hover{
    background-color: #372210;
    color: #fccc4d;
}
#main-collection-filters .facets__summary, #main-collection-filters .select__select, .facets label, .facets .select__select {
    font-size: 16px !important;
}
.widerruf-amp-versand .rich-text__blocks {
    max-width: 100%;
}


/***** 6-7-2026 ******/

.main-text-image-own .main-image-text {
  padding-bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    background: #fbf6ec !important;
    border-radius: 5px !important;
}
.main-text-image-own .main-image-text img {
    position: relative !important;
}
.main-text-image-own .image-with-text .grid {
    align-items: center !important;
}

.custom-image {
    display: block;
    width: 70%;
    height: auto;
    margin: auto;
}



/** 9-7-26 ****/

.jdgm-all-reviews-text__text {
    visibility:hidden;
    position:relative;
    cursor:pointer;
    max-height:20px;
}
.jdgm-verified-by {
    display: none !important
}
.jdgm-all-reviews-text--style-branded>a {
    flex-direction: column !important;
     justify-content: start !important; 
     align-items: start !important;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating {
    flex-direction: row-reverse;
    gap: 10px;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating__score {
     margin-right:0px	!important;
    font-size: 17px !important;
    position: relative;
    color: #000;
}

.jdgm-all-reviews-rating__stars {
    font-size: 20px !important;
}
.jdgm-all-reviews-rating__stars .jdgm-star{
  color: orange !important;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating:before {
  display: none !important;
}
.jdgm-all-reviews-text__text:after {
    content: " (" attr(data-number-of-reviews) " Bewertungen) ";
    display: inline-block;
    margin-left: -8px;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
    font-size: 17px!important;
    font-weight: 600;
    visibility: visible;
    left: 0;
    position: absolute;
    top: 4px;
}
.product__info-container span.jdgm-all-reviews-rating__score {
    display:none;
}
.product__info-container .jdgm-widget.jdgm-all-reviews-text a {
    display: flex !important;
    flex-direction: row !important;
    position: relative;
}
.product__info-container .jdgm-widget.jdgm-all-reviews-text {
    cursor: pointer;
    opacity: 0 !important;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}
.product__info-container .jdgm-widget.jdgm-all-reviews-text.is-visible {
    opacity: 1 !important;
    transform: translateY(0);
}
.product__info-container [id*="judge_me_reviews_all_reviews_text"] {
    margin: 0 !important;
}


/*********************/
.custom-image-section{
  padding-top:70px !important;
  padding-bottom:70px !important;
}

 @media screen and (max-width: 749px) {
    .custom-image-section {
  padding-top:30px !important;
  padding-bottom:30px !important;

    }