/** Shopify CDN: Minification failed

Line 447:0 Expected "}" to go with "{"

**/
/* body {
  background-color: #111;
  width: fit-content;
  color: white;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: auto;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
} */
.review-page-reviews-section {
  background: #111;
  padding: 25px 20px 60px;
  border-radius: 10px;
}
.review-page-reviews-section .container {
  max-width: 1560px;
  margin: auto;
}
.review-page-reviews-section .header {
  margin-bottom: -30px;
  margin-top: -30px;
  display: block !important;
}
.review-page-reviews-section .reviews-heading {
  color: #1e1e1e;
  font-family: Staatliches;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 104% */
  text-transform: uppercase;
}
.review-page-reviews-section .highlight {
  color: #ffb800;
}
.review-page-reviews-section .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.review-page-reviews-section .reviews .review-column {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.review-page-reviews-section .review-card {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 15px;
  /* text-align: left; */
  width: calc(100% - 30px);
  /* max-width: 350px; */
  box-shadow: 0 5px 15px #ffffff1a;
  margin: 15px;
  margin-bottom: 30px;
}
.review-page-reviews-section .review-card h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.review-page-reviews-section .stars {
  color: #ffb800;
  font-size: 22px;
  margin-bottom: 10px;
}
.review-page-reviews-section .reviewer {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.review-page-reviews-section .reviewer .icon {
  background: red;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.review-page-reviews-section .reviews-stars {
  color: #feb61d;
  margin-top: 40px !important;
}

.review-page-reviews-section .reviews-heading {
  font-size: 50px;
  line-height: 50px;
  font-family: Staatliches;
  margin-bottom: 48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
.review-page-reviews-section .reviews-count {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #ffde98;
  font-family: "Staatliches", sans-serif;
  text-align: center;
}
.review-page-reviews-section .review-title {
  color: #1e1e1e;

  font-family: Staatliches;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 104% */
  text-transform: uppercase;
}
.review-page-reviews-section .reviews-stars {
  color: #feb61d;
  margin-top: 20px;
  text-align: center;
}
.review-page-reviews-section .stars {
  color: #feb61d;
  font-size: 22px;
  margin-bottom: 10px;
}
.review-page-reviews-section .review-span {
  color: #1d1d1d;

  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.review-page-reviews-section .review-description {
  color: #1d1d1d;

  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em; /* 121.429% */
}

@media (max-width: 768px) {
  .review-page-reviews-section .reviews .review-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .review-page-reviews-section .reviews-heading {
    font-size: 28px !important;
    font-weight: 400;
    text-transform: uppercase;
    /* font-family: 'Staatliches', sans-serif; */
    letter-spacing: 1px;
    line-height: 34px !important;
    padding-bottom: 20px;
  }
  .review-page-reviews-section .header {
    padding: 0px !important;
    font-size: 28px;
    display: grid;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr;
  }

  .review-page-reviews-section .reviews {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 20px;
  }

  .review-page-reviews-section .review-card {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .review-page-reviews-section .reviews-stars {
    margin-top: 10px !important;
  }
}

/*Featured Products Inside Blog Content*/
.blog-product-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-product-list .blog-product {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
  width: calc(50% - 8px);
  border-radius: 5px;
  background-color: #FCF8F2;
}
.blog-product-list .blog-product img {
  width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}
.blog-product-list .blog-product h3 {
  margin-top: 10px;
    font-family: Staatliches, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-product-list .blog-price {
  margin-bottom: 10px;
}

.blog-product-list .blog-view-details {
  width: 100%;
      font-family: Staatliches, sans-serif;
    background: #D24027 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
}
.blog-product-list .blog-view-details:hover {
  text-decoration: underline !important;
  background-color: #b2503e !important;
}
@media only screen and (max-width: 767px) {
  .blog-product-list {
    display: block;
    gap: 0;
  }
  .blog-product-list .blog-product {
    width: 100%;
    margin-bottom: 25px;
  }
}

/*Related Products After Blog Content*/
.blog-related-products-super-container {
  margin: auto;
  max-width: 1360px;
  margin-top: 60px;
  margin-bottom: 60px;
}
 
.blog-related-products-super-container > h2 {
  font-family: Staatliches, sans-serif;
  padding: 0 10px;
  font-size: 28px;
}
.blog-product-list.blog-related-products {
  gap: 15px;
}
.blog-product-list.blog-related-products .blog-product {
  width: calc(25% - 15px);
}

.product-card-related .cart-btn {
    background: rgb(210, 64, 39);
    font-family: "Staatliches", sans-serif;
}
.product-card-related .shop-btn{
  font-family: "Staatliches", sans-serif;
}



@media only screen and (max-width: 767px) {
  .blog-related-products-super-container {
    margin: 40px 10px;
  }
  .blog-product-list.blog-related-products {
    display: block;
    gap: 0;
  }
  .blog-product-list.blog-related-products .blog-product {
    width: 100%;
    margin-bottom: 25px;
  }
  h2.related-products {
    width: 100%;
    padding: 0 20px;
    margin: 60px 0 10px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
  }
  .product-card-related img {
    width: 100% !important;
    height: 275px;
  }
  .related-main-container {
    width: 100%;
    overflow-x: scroll !important;
    flex-direction: row !important;
    white-space: normal !important;
  }
  .related-main-container .product-card-related {
    min-width: 300px;
  }
}

 
/*Team Page*/
#shopify-section-template--24186444874091__image_banner_7rGNPh h2.banner__heading.inline-richtext::before {
  content: url('/cdn/shop/files/da21dde662a19a4b8a6e17048660983a.png?v=1741615302');
     margin-bottom:20px;
}

#shopify-section-template--24197507613035__multicolumn_Bjecf7 {
  display: none;
}
body.view-more-active #shopify-section-template--24197507613035__multicolumn_Bjecf7 {
  display: block;
}



/* Additional CSS for something new page */

#shopify-section-template--24316849979755__multirow_G8kEBk
  a.button.button--secondary {
  background-color: #d24027;
  opacity: 1;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 768px) {
  #shopify-section-template--24316849979755__multirow_G8kEBk
    .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding: 30px 0px !important;
  }

  #shopify-section-template--24316849979755__multirow_G8kEBk p {
    font-size: 16px !important;
    line-height: 1.4em;
    font-family: "Muli";
  }
#shopify-section-template--24316849979755__multirow_G8kEBk
  a.button.button--secondary {
 font-size: 14px !important;
    line-height: 1.4em;
}
  #shopify-section-template--24316849979755__multirow_G8kEBk
    h2.image-with-text__heading.h1.rte {
    font-family: "Staatliches";
    font-size: 34px !important;
  }
  .section-template--24316849979755__multirow_G8kEBk-padding {
    padding-top: 55px;
    padding-bottom: 42px;
}
}


@media screen and (min-width: 769px) and (max-width: 1270px) {
#shopify-section-template--24316849979755__multirow_G8kEBk .collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding: 0px 30px 30px 0px !important;
}
#shopify-section-template--24316849979755__multirow_G8kEBk p {
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Muli";
}
}

/* Additional CSS for sea food */

@media screen and (max-width: 768px) {
  #shopify-section-template--24316472361323__multirow_AhDRwm h2 {
    font-family: 'Staatliches', sans-serif;
    font-size: 34px !important;
    margin-top: 25px !important;
  }
  
  #shopify-section-template--24316472361323__multirow_AhDRwm .image-with-text__content {
      margin: 0px !important;
      padding: 30px 0px !important;
  }
    #shopify-section-template--24316472361323__multirow_AhDRwm p {
      font-size: 16px !important;
      line-height: 1.4em !important;
  }
    #shopify-section-template--24316472361323__multirow_AhDRwm .button.button--secondary {
       
      font-size: 16px !important;
      font-weight: 400 !important;
      padding: 15px !important;
  }

  .section-template--24316472361323__multirow_AhDRwm-padding {
    padding-top: 75px;
    padding-bottom: 0px;
}
}
@media screen and (min-width: 769px) and (max-width: 1270px) {
 #shopify-section-template--24316472361323__multirow_AhDRwm .image-with-text__content.image-with-text__content--middle.image-with-text__content--desktop-left.image-with-text__content--mobile-center.image-with-text__content--medium.content-container.background-transparent {
    margin: 0px;
    padding: 0px 30px !important;

 
#shopify-section-template--24316472361323__multirow_AhDRwm .button.button--secondary {
    background-color: #d24027;
    opacity: 1;
    color: #fff;
    font-family: "Staatliches";
    font-size: 15px !important;
    font-weight: 400;
    padding: 10px !important;
}
   #shopify-section-template--24316472361323__multirow_AhDRwm p {
    font-size: 18px !important;
    line-height: 1.4em;
}


}


