@font-face {
  font-family: 'Transformation Display_v4 Bold';
  src: url('../fonts/TransformationDisplay_v4-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Transformation Text_v4';
  src: url('../fonts/TransformationText_v4-Regular.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Transformation Display_v4 Bold';
}

.icon-section .iconHeading, .advantages p, .custom_v4 {
   font-family: 'Transformation Display_v4 Bold';
}
.filter b {
  font-family: 'Transformation Display_v4 Bold';
  text-transform: uppercase;
}
.clr-pink{
  font-family: 'Transformation Display_v4 Bold';
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
  font-weight: bold;
}
p, span, a, ul li, button, input::placeholder, label, .btn , .badge, .iconHeading {
  font-family: 'Transformation Text_v4';
}
.customer-support{
  border-left: 1px solid lightgray ;
  border-right: 1px solid lightgray ;
}
.bg-img{
  background-image: url('../images/seamoss-superfood-section/bg_product.png');
  height: 279px;
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.footer-section p img {
  margin-top: -3px;
}
span.hand {
  margin-left: 12px;
  display: flex;
}
.icon-container {
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  margin: auto;
}
.main-img{
    position: relative;
}
.badge {
  position: absolute;
   width: 78px;
  right: 0px; 
  background-color: #DA1C5C;  
  color: white;  
  padding: 8px 12px; 
 height: 24px;
  font-size: 12px; 
  border-radius: 0px !important;
    border-top-right-radius: 5px !important;
    font-weight: 400;
}
.card{
  position: relative;
}

.icon-container img {
  max-width: 100%;
}
#max-price, #max-price {
  font-weight: 400;
}
img.me-1 {
  width: 14px;
  height: 14px;
}
.showNow .shop-btn{
  margin-top: 9px;
  border: 2px solid #67C701;
  padding: 9px 24px 8px 24px;
background: white;
  color: #67C701;
  align-items: center;
}
a.text-decoration-none {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.text-decoration-none img {
  margin-left: 8px !important;
}
.happy-customer img {
  height: 16px;
}
.button.shop-btn a.text-decoration-none span{
  margin-top: -4px;
  margin-left: 5px;
}

.showNow .shop-btn:hover{
background-color: #67C701 !important;
  color: #fff !important;
  border: 2px solid #67C701 !important;
}
#main-row{
  margin-top: 40px;
}
.main-sidebar{
  max-width: 232px;
  width: 100%;
}
input[type="radio"] {
  display: none;
}
  /* Custom radio button */
  .custom-radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    border:1px solid #00333E;
    position: relative;
}
input[type="radio"]:checked + .custom-radio {
  border:1px solid #ff0055;
}
/* Checked state with inner square */
input[type="radio"]:checked + .custom-radio::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff0055;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Label styling */
.radio-label {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
}
.price-slider-container {
 
  margin: 0 auto; 
  margin-left: 0px;
}

.slider-values {
  display: flex;
  justify-content: space-between; 
  margin-bottom: 10px; 
  font-weight: bold;
}

.slider-container {
  position: relative; 
  height: 40px; 
}

.slider {
  width: 100%; 
  height: 12px; 
  background: transparent; 
  outline: none; 
  position: absolute; 
  pointer-events: none; 
  z-index: 2; 
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  width: 20px; 
  height: 20px; 
  background: white; 
  border: 2px solid #c70039; 
  pointer-events: all; 
  z-index: 3; 
}

.slider::-moz-range-thumb {
  width: 20px; 
  height: 20px;
  background: white; 
  border: 2px solid #c70039;
  cursor: pointer; 
  pointer-events: all;
  z-index: 3; 
}

.range-track {
  position: absolute;
  width: 100%; 
  height: 10px; 
  background: white; 
  border: 2px solid #c70039; 
  z-index: 1; 
}

.range-highlight {
  position: absolute; 
  height: 12px; 
  background: #c70039; 
  z-index: 2; 
}
.over button{
  border: none;
}
.clear{
  text-decoration: underline;
}
.sort{
  margin-top: 20px;
}
.text-1{
  word-spacing: 2px;
}
.advantage-1{
  margin-bottom: px;
}
 .p-10{
  padding-left: 10px;
  padding-right: 10px;
 }
 .stars-img{
  width: 88px;
  height: 16px;
 }
 .bordr{
  border: 2px solid #00333E;
 }
 .pad-22{
  padding: 16px 37px 16px 37px;
}
.desktop{
  display: block;
}
.mob{
  display: none;
}
.informationInput input{
max-width: 558px;
width: 100%;
}
.text-center.informationInput {
  display: flex;
  justify-content: center;
  position: relative;
}
.sliderSection {
  
  padding: 60px 0;
  color: #fff;
  position: relative;
  height: 729px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.sliderSection::before
{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 54%;
  background-size: cover;
  background-position: center;
  z-index: -1;  
}
.sliderSection::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 46%;
  background-size: cover;
  background-position: center;
  z-index: -1;  
}


.sliderSection::before {
  top: 0;
  background-color: #85D0CD; 
}

.sliderSection::after {
  bottom: 0;
  background-image: url('../images/seamoss-superfood-section/bg_product.png'); 
}

.sliderSection .container {
  position: relative;
  z-index: 999;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
   
}
slide-arrow {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #00333E; 
  position: absolute;
  top: 50%;  
  transform: translateY(-50%);  
  z-index: 1;
  cursor: pointer;
}

.prev-arrow {
  left: -35px;
}

.next-arrow {
  right: -51px;  
}

button.slide-arrow  {
  background: #FFF !important;
  padding: 8px 9px 5px 8px;
  border-radius: 21px;
  border: 1px solid #00333E !important;
  width: 40px !important;
  position: absolute;
  top: 92%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  color: black !important;
  left: 57%;
  height: 40px !important;
}

.slide-arrow.prev-arrow.slick-arrow {
  left: 37%;
}

button.slide-arrow:hover  {
  background: #DA1C5C  !important;
color: #FFF  !important;
border: none  !important;
}
.button.slide-arrow.next-arrow.slick-arrow{
  width: 36px !important;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #00333E; 
  position: absolute;
  top: 50%;  
  transform: translateY(-50%);  
  z-index: 1;
  cursor: pointer;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px !important;
  opacity: 1 !important;
  color: #fff !important;
  
  opacity: 1;}
  .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #DA1C5C !important;
  }
  .borderRadius{
    border-radius: 10px;
  }

  .input-container {
    position: relative;
    width: 100%;
    max-width: 450px;
  }
  
  .input-container input[type="text"] {
    width: 100%;
    padding-right: 50px;  
    box-sizing: border-box;
    outline: none;
    border: none;
  }
  
  .input-container button {
    position: absolute;
    right: -87PX;
    top: -11px;
    height: 50px;
    border: none;
    background-color: #67C701; 
    color: white;
    cursor: pointer;
    width: 185px;
    border-radius: 0px !important;
    padding: 0px !important;
    height:43px !important;
  }
 
  .input-container button:hover {
    background-color: #45a049; 
  }
  .main.input {
    background: #FFF;
    padding: 10px;
    max-width: 558px;
    width: 100%;
 
}
.main.input {
  background: #FFF;
  padding: 17px 11px;
  max-width: 558px;
  width: 100%;

}

.accordion-button.collapsed {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accordion-item {
  border: none;
}
.accordion-button:focus {
  padding-left: 0px;
  padding-right: 0px;
  background: none;
  box-shadow: none;
}
.accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accordion-button {
  color: #00333E !important;
  background: none !important;
  border-bottom: none !important;
  padding-left: 0px;
  padding-right: 0px;
}
.mainnewmobile-advantages{
  display: none;
}
.newmobiledesign-sidebar {
  display: none;
}
.delivery-service.d-flex.linkclr.ml-22 {
  justify-content: center;
}
.mobilefilter--new{
  display: none;
}
@media (max-width:480px) {
  .Transformative-superfood h1 {
      font-size: 26px !important;
    }
    .superfood-text .fs-20 {
      font-size: 14px !important;
    }
.clearFilter {
  font-size: 20px;
  font-weight: 400;
}
.d-lg-none.d-md-none.d-sm-block.d-block {
  position: relative;
  padding-bottom: 40px;
}
.clearFilter {
  position: relative;
}
.clearFilter::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 1px;
  background: #EDEDED;
  top: 42px;
  left: 0;
}
.card-content {
  text-align: left;
}
.text-decoration-none {
  justify-content: left !important;
}
.showNow .shop-btn {
    background: #67C701;
  color: #fff;
}
.slider-title h1 {
  font-size: 26px !important;
  font-weight: 700;
}
.slider-title p{
 font-size: 16px !important;
  font-weight: 400;

}
.btn-btn {
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-section h3 {
  font-size: 26px;
}

  }