/** Shopify CDN: Minification failed

Line 1970:40 Expected identifier but found "!"
Line 2941:4 Expected identifier but found "!"
Line 2950:4 Expected identifier but found "!"
Line 3109:14 Expected identifier but found bad string token
Line 3109:39 Unterminated string token
Line 3790:4 "padidng" is not a known CSS property

**/
/* @font-face {
  font-family: "burnest";
  src: url("/cdn/shop/files/Burnest_Round_-_Regular.woff2?v=1750415884")
      format("woff2"),
    url("/cdn/shop/files/Burnest_Round_-_Regular.woff?v=1750415392")
      format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: "burnest";
    src: url("/cdn/shop/files/Burnest_Round_-_Regular.woff?v=1750415392") format("woff");
    font-weight: normal;
    font-style: normal;
} */
@font-face{
  font-family: 'Poppins', sans-serif;
}
/* h2{
      font-family: "burnest" !important;
}
@font-face {
    font-family: "karlsenround-regular";
    src: url("/cdn/shop/files/Karlsen_Round_-_Regular.woff2?v=1750416437")
        format("woff2"),
      url("/cdn/shop/files/Karlsen_Round_-_Regular.woff?v=1750416437")
        format("woff");
    font-weight: normal;
    font-style: normal;
  }
body{
      font-family: "karlsenround-regular" !important;
} */
/* custom-containner  */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 750px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 640px;
    }
}

@media (min-width: 990px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1360px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        position: relative;
        max-width: 1334px;
    }
}

/* custom-containner-end  */

body {
    /*   font-family: "Laila", sans-serif !important; */
    font-size: 14px;
    color: #333132;
}

.header {
    background-color: #f15a29;
    padding: 10px 100px;
    gap: 10px;
}

.header .container {
    max-width: 100%;
}

.header__heading-logo {
    width: 60px;
}

.quickview--hover .card__link span {}

/* hamburger hide */
.header__offcanvas {
    display: none;
}

.header__inline-menu .header__menu-item {
    font-family: "Laila", sans-serif !important;
    font-size: 18px !important;
    color: #fff;
    text-transform: none;
    font-weight: 400;
  line-height:1.01 !important;
  
}

.header__menu-item .header__active-menu-item {
    font-weight: 700;
    color: #fff;
}

.header__menu-item>span:not(.header__active-menu-item):after {
    background-color: #fff;
}

.container--header {
    max-width: 100%;
}
details-disclosure .header__menu-item {
  color:#000000 !important;
}
details-disclosure summary span {
  color:#ffffff !important;
}
section#shopify-section-template--18047075877180__53a6fd90-ba4a-48e1-abda-2e208e947c5e {
    padding-top: 0;
}

details-disclosure .caption-large.motion-reduce{
  width:200px !important;
  padding:0 !important;
}
details-disclosure .caption-large.motion-reduce li a{
  /* padding-left:0 !important; */
  /* justify-content:center !important; */
  padding: 1.6rem 0 1.6rem 1.7rem;
}

details-disclosure .caption-large.motion-reduce li a:hover{
  /* padding-left:0 !important; */
  /* justify-content:center !important; */
  text-decoration:none;
}
details-disclosure .header__submenu{
  position: absolute;
    top: 60px;
    left: 8px;
}

.header__menu-item>span:not(.header__active-menu-item):after{
  display:none !important;
}

details-disclosure .caption-large.motion-reduce li{
  padding:0 !important;
  justify-content:center;
}

details-disclosure .caption-large.motion-reduce li:hover{
  background-color:#f15a29;
  color:#ffffff !important;
}

/* details-disclosure .caption-large.motion-reduce li a:hover{
 
  color:#ffffff !important;
} */


/*CSS Added by Himanshu Starts*/

 .container-circle-collection {
    width: 100%;
    padding: 25px 0;
  }

  .container-circle-collection .myCollectionSwiper{
    width:80%;
  }

  .swiper-slide {
    list-style: none;
    height: 100%;
  }

  .collection-card a{
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px 20px;
  }
  
  .collection-card img {
    width:90%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: border-color 0.3s ease;
  }
  
  .collection-card:hover img {
    border-color: #000;
  }


  .collection-overlay {
    width:100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: #000000ad;
    color: white;
    text-align: center;
    transition: background 0.3s ease;
  }

  .collection-card:hover .collection-overlay {
    background: #000;
  }

  .collection-overlay h2 {
    font-size: 16px !important;
    margin: 0;
    /* font-weight: bold; */
    text-transform: uppercase;
  }

  .collection-overlay p {
    font-size: 14px;
    margin: 5px 0 0;
  }

  /* Hide pagination on tablet and desktop */
  /* Default style for pagination */
  .swiper-pagination.mobile-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
  }
  
  /* Hide on tablet and desktop */
  @media (min-width: 768px) {
    .swiper-pagination.mobile-pagination {
      display: none;
    }
  }

  @media (max-width: 992px) {
    .container-circle-collection .myCollectionSwiper {
      width: 100%;
    }

        .collection-overlay {
        background: #000;
    }
  }

  @media (min-width:1024px) and (max-width:1400px){
     .container-circle-collection .myCollectionSwiper{
      width:90%;
    }
  }

  
  /* Optional: Dot customization */
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    transition: opacity 0.3s ease;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: white;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* background: rgba(0, 0, 0, 0.4); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper-button-next:after, .swiper-button-prev:after  {
      content: ''!important;
}
  .swiper-button-next svg, .swiper-button-prev svg{
    width:20px;
  }
/* .collection-product-list__button .swiper-button-prev{
  left:-1px !important;
}
.collection-product-list__button .swiper-button-next{
  right:-1px !important;
} */

@media screen and (min-width: 1200px) {
    .header--left .header__inline-menu {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (min-width: 990px) {
    .header--left .header__inline-menu {
        order: 1;
        justify-content: flex-start;
        margin-right: 0;
    }
}
.collection-product-list.flickity-enabled {
    overflow: hidden;
}
.title--section, .popular-products__heading{
  color: #000;
}
.card-wrapper {
    margin: 0px 5px;
}
.ins-shoppable-videos .ins-shoppable-video-powered-by-text {
    display: none !important;
}
.ins-shoppable-videos .ins-shoppable-video-card.ins-shoppable-video-card-three .ins-shoppable-video-card-product-info {
    bottom: 55px !important;
    background: #f5f5f5;
    padding: 5px;
      margin-top: -10px;
}
.ins-shoppable-videos .ins-shoppable-video-card.ins-shoppable-video-card-three .ins-shoppable-video-card-product-name {
    color: #000000 !important;
}
.ins-shoppable-videos .ins-shoppable-video-card.ins-shoppable-video-card-three .ins-shoppable-video-card-product-price {
    color: #f15a29 !important;
}

.video-section__wrapper .title--section .line.animated .word .char{
  color:#fff !important;
}
.collection-product-list__button .icon{
    color: #000;
    background: #424141;
    width: 35px;
    padding: 5px;
    border-radius: 50%;
}
.article-card__info
 {
    padding: 1rem !important;
     margin-top:20px;
    /* background: #f5f5f5 !important; */
}
.rps-product-container {
    background: #f5f5f5;
    margin: 5px;
}
.rps-product-image {
    width: 100% !important;;
    object-fit: cover !important;
}
.rps-pagination-current-page {
    background-color: #000 !important;
    color: white;
    border-radius: 20px;
}
.rps-sort-select-dropdown-container {
    border: 1px solid #f5f5f5;
    padding: 0px 10px;
}
.rps-filter-checkbox-label:hover{
    color:#f15a29;
}
div.rps_filter_menu .rps-filter-block-body {
    max-height: 300px !important;
}
.jdgm-write-rev-link, .jdgm-submit-rev {
    background-color: #000 !important;
    border: 2px solid #000 !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #e4c11e !important;
}
.jdgm-histogram__bar-content {
    background-color: #000 !important;
}
.jdgm-rev__timestamp, .jdgm-rev__location {
    color: #070707 !important;
    font-weight: 600;
}
.wishlist-custom-icon svg{
  font-size: 20px !important;
  color: #ffffffcc;
}
.header__icon--account .icon {
       width: 2rem !important;
    height: 2rem !important;
}
.header__icon--search .icon {
       width: 2rem !important;
    height: 2rem !important;
}
.header__cart .icon{
    width: 2rem !important;
    height: 2rem !important;
}
  .header__account summary {
      width: auto !important;
      height: auto !important;
  }

.icon-account{
   color: #ffffffcf !important;
}
.header__icon--cart {
    min-width: 1rem !important;
    height: auto !important;
}
.header .header__icon--cart {
    margin-right: 0rem !important;
    padding: 1.2rem !important;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    margin-left: -17px;
}
.header__icons>* {
    padding: 1.2rem !important;
    /* border: 1px solid #fff; */
    border-radius: 50%;
      margin: 0px 5px;
}
.wishlisthero-product-page-button-container button{
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50%;
  padding: 0px !important;
  position: absolute !important;
  top: 1px;
  right: 0%;
  border:1px solid transparent !important;
}
.wishlisthero-product-page-button-container button svg{
  font-size: 3rem;
}
.wishlisthero-product-page-button-container .button--full-width {
    width: auto !important;
}
.wishlist__button{
  width: 20px;
}
.product-recommendations__list {
    margin-bottom: 5% !important;
}
.product__info-wrapper div{
  line-height: 30px;
}
.wishlist-hero-page-header{
  font-family: "Font-1679576454927" !important;
    color: #000;
}
.wishlist-hero-list-footer .MuiButton-root{
  font-size: 18px;
}
.MuiTypography-body1 {
    font-size: 1.8rem !important;
}
.MuiDialogActions-root button{
  font-size: 1.5rem !important;
}
.MuiSvgIcon-root {
    font-size: 2.5rem !important;
}
.MuiPaper-root {
    background-color: #f5f5f5 !important;
}
.jss20 {
    height: 250px !important;
}
.wishlist-hero-price-update{
  text-align: left !important;
}
.MuiSvgIcon-root {
    fill: rgb(0 0 0) !important; 
}
.button.menu-drawer__account{
  background: #000 !important;
}
.explore-btn{
      margin: 10px 0px;
}
.slider-btns {
    gap: 1rem !important;
}
.collection-product__slider .container{
  margin-top:60px;
}
.collection-product-card{
  margin-bottom:10px !important;
}
.card__badge {
    left: 3.5rem !important;
}
   .custom-article-grid .article-card__info {
        padding: 5px !important;
    }
.footer__list-social.list-unstyled.list-social{
  background: #fff;
    padding: 5px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px;
    width: 220px;
      margin-top: -10px !important;
}


/* ._formContainer_z49kb_17.rps-csb-form-container {
  width: 250px  !important;
    position: absolute !important;
    top: -69px  !important;
    left: 20px  !important;
  max-width:none  !important;
} */

@media screen and (max-width: 989px) {
    /* .featured-collection-section .slider.slider--tablet{
        margin-top: 43px;
    } */
}
@media only screen and (max-width: 767px) {
    .slider-btns {
        gap: 1rem !important;
    }
.collection-results {
    grid-template-columns: repeat(2, 1fr) !important;
}
  .footer__list-social.list-unstyled.list-social{
      margin-top: 0px !important;
  }
  .card-wrapper .media {
    min-height: 0px !important;
  }
  h3.card__title {
    font-size: 20px !important;
  }
      .card-information {
        padding: 10px !important;
    }
  .card .media.media--hover-effect>img, .card-wrapper .media.media--hover-effect>img {
    padding: 10px !important;
  }
  .card__badge {
    position: absolute;
    top: 1rem !important;
    left: 1.5rem !important;
  }
  .article-card__info
   {
      padding: 1rem !important;
       margin-top:10px;
  }
  .collection-product-list.slider .flickity-viewport{
  height:385px !important;
}
}
@media screen and (min-width: 1200px) {
    .blog-articles__grid .blog-articles__article:first-child .article-card {
        padding: 20px !important;
    }
}

.ins-shoppable-videos .ins-shoppable-video-card.ins-shoppable-video-card-four .ins-shoppable-video-card-product-info {
    bottom: 10px !important;
}
.ins-shoppable-video-card-add-to-cart{
  display: none;
}
.ft-slider__title{
  font-size:30px !important;
}
/*CSS Added by Himanshu ends*/

/* swiper js  */

.bs-swiper .swiper-pagination {
    bottom: 60px;
}

.spaced-section {
    padding-top: 0px !important;
    background: transparent;
}

.bs-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 6px;
}

.bs-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f15a29;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:#f15a29;
    --colors-dark-purple: 0,0, 0;
    /* background: linear-gradient(91deg, rgba(var(--colors-dark-purple), 0.9), rgba(var(--colors-dark-purple), 0)); */
    background: transparent;
    width: 70%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide .container {
    position: relative;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide .slide-content .logo-white {
    width: auto;
    display: block;
    margin-bottom: 16px;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide .slide-content .banner-title {
    font-size: 32px !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 700px;
    font-weight: 400;
}

/* swiper js end  */

.bs-btn {
    background-color: #f15a29;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    min-width: 160px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: "KarlsenRound";
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    transition: background-color 0.3s;
}

.button:after,
.button-label:after,
.customer button:after {
    display: none !important;
}

.button--primary-size:hover {
    background-color: #e54c1b !important;
}

.bs-btn:hover {
    color: #fff;
    background-color: #e54c1b !important;
}

picture.i-block {
    display: inline-block;
    width: 100%;
}

picture.i-block img {
    width: 100%;
}

.bs-vector~div {
    position: relative;
}

.bs-vector picture img {
    width: 100%;
}

.fs20 {
    font-size: 20px !important;
}

.our-story {
    /* padding-top: 80px; */
    margin-bottom: 280px;
    position: relative;
}

.our-story-vector {
    position: absolute;
    top: 0;
    left: 0;
}

.vatan-img {
    position: absolute;
    bottom: -55%;
    right: 0;
    opacity: .5;
    overflow-y: hidden;
  
}

.ukhal-img {
    position: absolute;
    top: 60%;
    right: 0px;
    opacity:0.5
}

.fish-img {
    position: absolute;
    bottom: 30%;
    right: 40%;
}

.chamchamit-img {
   position: absolute;
    top: 25%;
    right: 37%;
}

.testimonial-img {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: -1;
}

.hen-img {
  position: absolute;
    top: 150px;
    left: 0;
    opacity: 0.5;
}
    
.fruit-vector{
  height: 210px;
    position: absolute;
    right: 50%;
    top: 83%;
    opacity: 0.4;
}
.designVector2-img{
position: absolute;
    top: 37%;
    z-index: -3;
    width: 250px;
    left: 0;
}
.designVector3-img{
  position: absolute;
    top: 71%;
    z-index: -3;
    width: 250px;
    left: 0;
}

.bestseller-img {
    position: absolute;
    bottom: -35%;
    left: -6%;
}

.bestseler-img {
    position: absolute;
    right: 0px;
    z-index: -3;
    top: 10%;
}

.test-img {
    position: absolute;
    top: -65%;
    right: 0;
    z-index: -1;
}

.bs-vector.typ-our-story .vector {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
}

.bs-vector.typ-our-story .vector.vector1 {
    width: 250px;
}

.bs-vector.typ-our-story .vector2 {
    width: 25%;
    right: 0px;
    top: -15%;
    left: inherit;
}

.bs-vector.typ-our-story .vector3 {
    top: 0px;
}

.meetDesign-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
    display:none;
}

.meetVector-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index:-3;
   max-width:250px;
}

.meetVectorRight-img{
    position: absolute;
    top: 0;
    right: 0;
  z-index:-3;
  max-width:250px;
}

.footer-block--logo:first-child {
    display: flex;
    width: 45%;
    gap: 45px;
}

.footer-block--logo:first-child .link {
    min-width: 70px;
}

.footer__content-middle-container {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 40px !important;
}

.footer__content-top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.footer__text,
.footer__copyright {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400;
}

.footer__list-social {
    display: flex !important;
    align-items: center !important;
}

.footer__list-social li a {
    padding: 0px !important;
    margin-right: 15px;

}

.footer__list-social li a svg {
    margin-bottom: 0px !important;
}

.rightfooter {
    position: absolute;
    right: 59px;
}

.featured-collection__image-wrapper {
    display: none;
}

.collection-product__slider {
    margin-top: -25em !important;
}

.featured-collection__column.featured-collection__column {
    margin-top: 67px;
    width: 100%;
    text-align: center;
    margin-bottom: -80px;
}

.featured-collection-section__wrapper.color-background-3 {
    background-color: transparent;
    background-image: url("/cdn/shop/t/2/assets/bestseller-bg.jpg?v=1678961890");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h2 {
    font-size: 40px;
    color: #f15a29;
    line-height: 1.4 !important;
    font-weight: 400;
    position: relative;
}

.cm-para {
    color: #333132;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.cm-para.typ-big {
    font-size: 24px;
}

.ordered-list-section {
    padding-bottom: 50px;
}

.ordered__text {
   padding-left: 157px !important;
    color: #333132;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 130px!important;
    font-size: 20px!important;
    max-width: 630px !important;
}

.ordered__list-title {
    display: block;
    font-size: 24px;
    color: #f15a29;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: Laila;
}

.ordered__list-number {
    color: #f15a29 !important;
    opacity: 0.7;
    font-size: 128px !important;
}

.ordered__list .ordered_list-item {
    margin-top: -280px !important;
}

.ordered__list-item:first-child .ordered__list-number {
    margin-top: -100px !important;
}

.ordered__list-item:nth-child(odd) .ordered__list-number {
    right: 100% !important;
}

.ordered__list-item:nth-child(even) .ordered__list-number {
    left: 102% !important;
}

.sec-our-sory .left-col {
    position: relative;
}

.our-story-box {
    position: absolute;
    bottom: -66%;
    right: -160px;
    max-width: 550px;
    background-image: url(/cdn/shop/files/our-story-bg.png?v=1750413523);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 65px 30px 30px;
    transform: translateY(-50%);
}

section#shopify-section-template--18047075877180__cbd211d3-10f6-41bf-aba8-c04c89f015a3 {
    overflow: visible;
    z-index: 3;
    padding-bottom: 100px;
}

section#shopify-section-template--18047075877180__categories_list {
    padding-top: calc(var(--spaced-section) + 80px);
}

.sec-our-sory .right-col picture {
    max-width: 126px;
}

.image-collage__title.title--section.m-0.h3 p {
    color: #333132;
}

.subtitle {
    font-family: "Laila";
    font-size: 16px;
    font-weight: 700;
}

.image-collage__photo img {
    object-fit: contain !important;
}

.image-collage__name {
    font-family: "Font-1679576454927" !important;
    font-size: 16px;
}

.image-collage__text {
    font-family: "Font-1679578081945" !important;
    color: #333132;
    font-size: 12px;
}

.collection-product__slider {
    /*   transform: translateY(calc(0% - 4rem)) !important; */
}

.max-width-415 {
    max-width: 415px;
    margin-top: 0px;
    position: absolute;
    top: -175px;
}
.max-width-415 h2{
  max-width:350px !important;
}
.typ-bold{
  font-weight:600
} 
.fs-23px{
  font-size:23px;
} 
.mx-width-372{
  max-width:372px
}
.ordered-list-section .ordered__inner{
  margin-bottom:100px;
}

.our-story-box .since {
    font-family: "Laila";
    line-height: 1;
    margin-bottom: 16px;
}

.our-story-box h2.black {
    color: #333132;
    margin-bottom: 16px;
}

.ordered__list-number {
    font-family: "Laila" !important;
    font-weight: 700 !important;
}

.сard__vendor {
    text-transform: uppercase;
    color: #f15a29 !important;
    font-family: Laila !important;
    font-size: 12px !important;
    margin-bottom: 6px !important;
    line-height: 1 !important;
}

.collection-product-card.quickview--hover:hover .\441 ard__vendor,
.collection-product-card.quickview--hover:hover .caption-with-letter-spacing {
    color: #fff !important;
}

h3.card__title {
    font-family: "Font-1679576454927" !important;
    color: #333132;
    font-size: 24px;
    font-weight: 400;
}

.card-information__bottom {
    margin-top: 11px !important;
}

.price-item {
    color: #333132;
    font-size: 16px !important;
    font-family: Laila;
    font-weight: 400;
}

section#shopify-section-template--18047075877180__featured-collection {
    padding-bottom: 350px !important;
}

.testimonials__slide-wrapper {
    font-size: 16px;
}

/* #shopify-section-template--18842509050172__testimonials .container .testimonials {
    border-bottom: 0.5px solid rgba(241, 90, 41, 0.4) !important;
} */

.testimonials__text {
    margin-bottom: 16px;
}

.testimonials__text {
    margin-bottom: 16px !important;
}

.testimonials__slide-text {
    max-width: 753px;
    font-size: 24px;
    font-family: "Font-1679578081945" !important;
    color: #f15a29;
    line-height: 1.4 !important;
}

.testimonials__slide-meta {
    margin-top: 24px !important;
    margin-bottom: 50px !important;
}
#shopify-section-template--18842509246780__d734378b-6feb-4145-a3ed-70413c7d8e08 .testimonials__slide-image{
  flex: none;
    width: 200px!important;
    height:70px !important;
    background-color: #fefefe;
    border-radius: 0% !important;
    object-fit: cover;
}

.testimonials__slide-name {
    font-weight: 600;
    color: #333132 !important;
    font-size: 16px;
}

.testimonials__slide-position {
    color: rgba(51, 49, 50, 0.8) !important;
}

.article-card__header .article-card__tags {
    display: none;
}

.article-card__image-wrapper {
    position: relative;
}

.article-card__image-wrapper a {
    position: absolute;
    left: 16px;
    top: 16px;
    background: #f15a29;
    padding: 6px 9px;
    font-family: "Laila" !important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px !important;
}

.article-template__info {
    max-width: 900px !important;
}

.article-template__info .breadcrumb a {
    color: #ffff !important;
    font-size: 14px;
    font-weight: 400;

}

.article-template__text h1 {
    font-size: 40px;
    font-weight: 400;
    color: #ffff;
    line-height: 130% !important;
    margin-bottom: 80px;
  font-family: "Font-1679578081945" !important;
}

.article-template__content h4 {
    font-size: 40px;
    color: #333132 !important;
    font-weight: 600;
    text-transform: uppercase !important;
    font-family: "Font-1679578081945" !important;
}

.article-template__content h5 {
    font-size: 24px;
    color: #333132 !important;
    font-weight: 600;
    text-transform: uppercase !important;
    font-family: "Font-1679578081945" !important;
}

.article-template__content p {
    color: #333132 !important;
    font-family: Laila, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.rte blockquote span {
    color: #ffffff !important;
    font-size: 40px !important;
    font-family: "Font-1679578081945" !important;
}

.article-template__meta span {
    color: #333132 !imporant;
    font-size: 15px !important;
    font-family: "Font-1679578081945" !important;
}

.article-template__footer {
    border-top: 0.5px solid rgba(241, 90, 41, 0.3) !important;
    border-bottom: 0.5px solid rgba(241, 90, 41, 0.3) !important;
    margin-bottom: 80px !important;
}

.share-buttons-simple__item .icon {
    color: black;
}

.blog__posts {
    gap: 3rem 15px !important;
    margin-bottom: 80px !important;
}

.rte blockquote {
    background-color: #F15A29 !important;
}

.rte blockquote p {
    font-size: 40px;
    color: #ffff;
    line-height: 130% !important;
}

/* .rte img {
    width: 100%;
    height: auto;
} */

.article-card__title a {
    display: block;
    color: #333132 !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-weight: 500;
}

/* #shopify-section-template--18842508296508__main .main-blog ul li:first-child .article-card__title a {
    color: #ffffff !important;
    font-size: 40px !important;
} */
#shopify-section-template--18842508296508__main .main-blog ul li:first-child #Article-605126689084 a {
    color: #000000 !important;
   font-size: 24px!important;
    line-height: 1.4!important;
    font-weight: 500;
}
#shopify-section-template--18842508296508__main .main-blog ul li #Article-605126689084 :first-child  .article-card__footer{
    color: #f15a29!important;
}
#shopify-section-template--18842508296508__main .main-blog ul.blog-articles__grid li:first-child span {
    color: #ffffff !important;
    font-size: 12px !important;
}

#shopify-section-template--18842508296508__main .main-blog ul li:first-child .icon {
    fill: #ffffff !important;
}


.article-card__header h2:not(:first-child) {
    margin-top: 0 !important;
}

.article-card__meta {
    margin-top: 16px !important;
}

.article-card__footer:last-child {
    padding-top: 27px !important;
}

.line-divider:after {
    width: 10px !important;
    margin: 0 4px !important;
}

.article-card__header span {
    font-size: 12px !important;
    color: #333132 !important;
}

.article-card__button {
    color: #f15a29 !important;
}

.article-card__footer .icon.icon-caret-right {
    width: 21px;
}

.article-card {
    border: 1px solid #f15a29 !important;
}

.button--primary-size {
    padding: 12px !important;
    background: #f15a29;
    opacity: 1 !important;
    color: #fff !important;
    font-family: "Font-1679578081945" !important;
}

.header__icon .header__icon-name {
    display: none;
}

.header__icon--search .icon {
    width: 2.5rem;
    height: 2.5rem;
}

.header__icon--cart .icon {
    width: 2.8rem;
    height: 2.8rem;
}

.ordered__inner+.ordered__list {
    margin-top: 0 !important;
}

.ordered__list-item:nth-child(even) {
    margin-top: -20rem !important;
}

.bs-vector.typ-our-story .vector3 {
    top: 16%;
}

.bs-vector.typ-our-story .vector4 {
    left: 37%;
    top: 42%;
}

.ordered__list-item:nth-child(4) {
    margin-left: 100px;
}

.bs-vector.typ-our-story .vector5 {
    top: inherit;
    bottom: 6%;
    left: 40%;
}

.bs-vector.typ-our-story .vector6 {
    right: 0;
    left: inherit;
    top: inherit;
    bottom: 0;
}

.bs-vector.typ-our-story .vector7 {
    left: inherit;
    right: 0;
    top: 0;
    width: 260px;
    transform: rotate(-14deg);
    opacity: 0.1;
}

.footer-block__heading {
    display: none;
}

.footer__content-middle-container .footer__content-middle-main .footer__copyright {
    width: 100%;
  display:flex;
  flex-direction:column-reverse;
}

/* .copyright__content:nth-child(3) {
    display: block;
  } */

small.copyright__content {
    color: #fff;
    font-size: 16px;
}
.copyright__content.policy {
  margin-right:10px;
}

.collection-hero__inner {
    position: relative;
}

.collection-hero__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  
    background-color:#f15a29;
    --colors-dark-purple: 0,0, 0;
    background: linear-gradient(91deg, rgba(var(--colors-dark-purple), 0.9), rgba(var(--colors-dark-purple), 0));
    /* background: rgba(51, 49, 50, 0.6); */
}

.collection-hero__text-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    max-width: 1334px;
    width: 100%;
    flex-direction: column !important;
    gap: 16px !important;
    padding-right: 2rem;
    padding-left: 2rem;
}

div#shopify-section-template--18047075549500__banner .container {
    max-width: 100%;
    padding: 0;
}

.collection-hero__image-container {
    margin-top: 0 !important;
}

.collection-hero {
    padding-top: 0 !important;
}

.template-collection .breadcrumb {
    display: none;
}

.collection-hero__title {
    font-family: "Font-1679576454927" !important;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
}

.collection-hero__description {
    align-self: flex-start !important;
    max-width: 526px;
    margin-top: 0 !important;
    color: #fff;
    line-height: 1.4;
    font-size: 18px !important;
}

.card-wrapper .media>img {
    /*   padding: inherit; */
}

.card.card--product {
    border-bottom: none;
}

.card.card--product {
    border-bottom: none;
}

.bs-vector.typ-our-story .vector8 {
    left: 47%;
    width: 150px;
    opacity: 0.1;
    top: 15%;
}

.ordered__list-item:nth-child(odd):not(:first-child) {
    text-align: left !important;
}

.ordered__list-item:nth-child(odd) .ordered__list-text {
    margin-right: -30px;
}

.featured-collection__column .featured-collection__information {
    display: none;
}

.featured-collection__information {
    text-align: center;
}

.button--secondary {
    box-shadow: none;
}

h2.blog__title.title--section.h3 {
    color: #333132 !important;
    
    font-size: 40px !important;
}

 
.blog__title-wrapper .blog__button span img {
  transition: transform 0.3s ease;
  margin-left: 6px;
}

.blog__title-wrapper .blog__button span img:hover {
  transform: translateX(5px);
}

.blog__title-wrapper {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}


.search-modal__heading p {
    font-family: "Laila";
    font-size: 30px;
    color: #f15a29;
}

.button svg.icon.icon-button-arrow {
    display: block;
}
.blog__title-wrapper .button svg.icon.icon-button-arrow {
  display:none;
}
.product-recommendations__heading .button svg.icon.icon-button-arrow {
  display:none;
}
.featured-collection__information .button svg.icon.icon-button-arrow {
    display: none;
}

.border-wrapper .blog__title-wrapper .blog__button .icon-button-arrowpath {
    fill: #F15A29 !important;
}

.featured-collection__button {
    margin-left: 0 !important;
}

.featured-collection__button {
    min-width: 160px;
    font-size: 12px !important;
    padding: 12px 50px !important;
    min-height: auto;
    letter-spacing: 1px !important;
}

.image-collage__image:nth-child(1) {
    left: 8rem!important;
    top: -10px!important;
}
.image-collage__image:nth-child(2) {
    right: 10rem !important;
    top: -5rem !important;
}

.image-collage__image:nth-child(3) {
  left: 0rem!important;
    top: 120px!important;
}
.image-collage__image:nth-child(4) {
    right: -6rem !important;
    top: 3rem !important;
}
.image-collage__image:nth-child(5) {
    bottom: -20rem!important;
}
.image-collage__image:nth-child(5) img{
  height:180px !important;
  width:160px !important;
}

p.ordered__list-text {
    color: #333132 !important;
    line-height: 1.5;
    font-size: 20px;
}

.subtitle {
    color: #333132;
}

a.link.link--text.list-menu__item.list-menu__item--link,
.copyright__content a {
    color: #fff !important;
    font-family: Laila, sans-serif !important;
}

.card-wrapper {
    border-color: rgba(241, 90, 41, 0.2) !important;
}

h1.product__title.h2 {
    font-family: "Font-1679576454927" !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    color: #333132;
    letter-spacing: 0;
}

.product__title__wrapper {
    margin-bottom: 6px !important;
}

.product .price-wrapper {
    margin-bottom: 36px;
}

.product .price-item {
    color: #333132;
    font-family: "Laila";
    font-size: 24px !important;
}

.product-form__group-name {
    font-family: "Laila";
    font-size: 12px !important;
    color: #333132 !important;
    font-weight: 400 !important;
}

.quantity__button {
    border: 0.6px solid rgba(51, 49, 50, 0.5);
}

.quantity__input {
    border-top: 0.6px solid rgba(51, 49, 50, 0.5);
    border-bottom: 0.6px solid rgba(51, 49, 50, 0.5);
}

.quantity__input {
    width: auto;
    font-family: "Laila";
}

.product-form__submit {
    border: none !important;
    font-size: 12px;
}

.product-form__input {
    margin-bottom: 0 !important;
}

.product-parameters {
    margin-bottom: 36px;
}

.product-form__buttons-more {
    color: #f15a29;
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase;
}

.fancybox-overlay {
/*     background: rgba(51, 49, 50, 0.98) !important; */
      background: rgb(0 0 0 / 62%)!important;
    backdrop-filter: blur(10px);
}

.qv-announcement.color-inverse {
    background-color: #f15a29;
}

#quick-view .container {
    border: none !important;
}

.qv-announcement.color-inverse p {
    color: #fff;
    font-size: 14px;
    font-family: "Laila";
}

.qv-announcement.color-inverse p a {
    color: #fff;
}

#quick-view .product__info-wrapper {
    background: #fff;
}

.product .is-selected.product__media-subitem .product__media {
/*     border: 1px solid rgba(241, 90, 41, 0.2) !important; */
  border:0px !important; 
}

.product-tags {
    display: none !important;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-image: none !important;
    padding: 1em 2em 1em 2em !important;
    background-color: #f15a29 !important;
    border: none !important;
    font-family: "Font-1679578081945" !important;
    font-size: 12px !important;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background-color: #e54c1b !important;
}

.product__outer {
    justify-content: flex-start !important;
}

.breadcrumb a {
    font-size: 14px !important;
    color: #333132 !important;
    font-weight: 700;
    font-family: "Font-1679576454927" !important;
    letter-spacing: 1px !important;
}

.product-media-modal {
    background-color: #f15a29;
}

.product .is-selected.product__media-subitem div.product__media {
    border-color: #f15a29 !important;
}

.product-recommendations--single {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.breadcrumb span {
    font-family: "Font-1679576454927" !important;
    font-size: 14px !important;
}

body.template-product.template-product::before {
    content: "";
    background-image: url("/cdn/shop/t/2/assets/rice-v1.png?v=1678879355");
    width: 310px;
    height: 1010px;
    position: absolute;
    left: 0;
    top: 0;
}

body.template-product.template-product::after {
    content: "";
    background-image: url(/cdn/shop/t/2/assets/rice-v3.png?v=1679898998);
    width: 335px;
    height: 1012px;
    position: absolute;
    right: 0;
    top: 18%;
    z-index: -1;
}

.card {
    border: none;
}

.modals {
    display: none !important;
}

p.product__text {
    position: relative;
    z-index: 5;
    font-family: "Laila";
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    color: #f15a29;
}

#product-form-template--18842509607228__main .button--secondary {
    background-color: white !important;
    border: 1px solid #f15a29 !important;
    color: #f15a29 !important;
}

/* #shopify-section-template--18842509607228__main .product__media-list-wrapper .product__media img { */
  .product__media-wrapper.cool-image-custom .product__media-list-wrapper .product__media img{
    padding: 30px 70px;
    border: 1px solid #f15a2933;
    background-color: white !important;
}

.product-recommendations__item .product-recommendations__heading {
    margin-top: 70px !important;
    margin-bottom: 25px !impportant;
}

.product__media-sublist .flickity-viewport .flickity-slider li .product__media img {
    padding: 0px !important;
}

.product-form__buttons {
    margin-bottom: 36px !important;
}

.product__additional-wrapper {
    border-top: none !important;
}

.product-recommendations__heading {
    color: #f15a29;
}

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
    opacity: 1;
}

.link-hover-line>span {
    color: #f15a29;
}

.cool-image-custom .product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow svg {
    height: 37px !important;
    width: 50px !important;
   color: #333132 !important;

}
/*Quick view img height css start */

#quick-view .product__media-wrapper .product__media-list-wrapper{
    height: 100%;
}

#quick-view .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer {
    height: 100%;
}
#quick-view .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer .product__media-list .flickity-viewport{
    height:100% !important;
}
#quick-view .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer .product__media-list .flickity-viewport .flickity-slider{
      height:100% !important;
}
#quick-view .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer .product__media-list .flickity-viewport .flickity-slider .product__media-item{
      height:100% !important;
}

#quick-view .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer .product__media-list .flickity-viewport .flickity-slider .product__media-item .product__modal-opener {
   height:100% !important;
}
#quick-view .product__media-list .product__media-item, #quick-view .product__media-list .product__media{
      height:100% !important;
}

/* Quick view img height css end */
/* .product__media-wrapper .product__media-list-wrapper .product__media-list-wrapper-outer .product__media-list .flickity-viewport .product__media-item .product__modal-opener .product__media img{
      height:1;
} */
.product__media-list-wrapper-outer .product__media-list-wrapper-outer-arrow svg{
   height: 37px!important;
    width: 50px!important;
    color: #000000!important;
}

.collection-product-card .card__link{
   font-family: Laila,sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
     line-height:156%;
}

.product__additional-description {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif; !important;
    line-height: 140%;
    color: #333132;
    padding-left: 30px;
  height: 6em;
    overflow: hidden;
    overflow-y:auto;
    flex: inherit !important;
  padding-right:10px;
    width:100%;
}

/* width */
.product__additional-description::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.product__additional-description::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.product__additional-description::-webkit-scrollbar-thumb {
  background: #f15a29; 
}

/* Handle on hover */
.product__additional-description::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.product__additional-wrapper {
    margin-top: 0px !important;
}

.quantity__button svg:hover {
    color: red !important;
}

.price--product .price__regular {
    color: #333132 !important;
    font-size: 24px !important;
}

#shopify-section-template--18842509607228__product-recommendations {
    margin-bottom: 80px;
}

.product-recommendations__link button button--arrow button--simple link-hover-line {
    color:
}

#shopify-section-header .breadcrumb a svg path {
    color: #000000 !important;
}

.card .media.media--hover-effect>img,
.card-wrapper .media.media--hover-effect>img {
    object-fit: cover !important;
    padding: 3rem 3rem 2.6rem;
}

.contact {
    background: transparent !important;
}

.contact__text {
    max-width: none !important;
    width: 50%;
}

.contact__text>p {
    max-width: 505px;
    min-width: 505px;
}

.contact__fields {
    grid-template-columns: repeat(1, 1fr) !important;
}

.contact-heading {
    margin-bottom: 15px;
}

#shopify-section-template--18842509312316__1143be7e-4278-4a73-bb72-5219ee6ab7f7 {
    position: relative;
    z-index: 5;
}

.contactDesign-img {
    position: absolute;
    top: -12%;
    z-index: -3;
    left: 0;
}

.vector-usal-img {
    position: absolute;
    bottom: 20%;
    left: 23%;
    margin-bottom: 50px;
}


.field__input,
.select__select,
.customer .field input,
.customer select {
    border: none;
    background-color: transparent;
    border-bottom: 0.5px solid rgba(241, 90, 41, 0.4);
    border-radius: 0;
    font-family: Laila;
    color: #F15A29 !important;
    font-size: 16px;
}

*:focus:not(.localization-selector.link) {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

body.template-page.template-page-contact nav.breadcrumb.role\= {
    display: none;
}

section#shopify-section-template--18047075156284__form {
    padding-top: 0;
}

.contact__button .button {
    background-color: #f15a29;
    border: none !important;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-family: "Font-1679578081945" !important;
    font-size: 12px;
    min-height: fit-content;
}

.field__input::placeholder {
    color: #f15a29;
    font-size: 16px;
}

section#shopify-section-template--18047075156284__1143be7e-4278-4a73-bb72-5219ee6ab7f7 {
    padding-top: 0;
}

.lyt-section {
    padding-top: 77px;
    padding-bottom: 77px;
}

.lyt-section.typ-black {
    background-color: #333132;
}

.cm-para.typ-white {
    color: #fff;
    font-size: 16px;
    font-family: Laila, sans-serif;
}

.contact-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    max-width: 475px;
}

picture {
    width: 100%;
}

picture img {
    width: 100%;
}

.icn-with-txt-box {
    padding-left: 0;
    list-style-type: none;
    margin-top: 24px;
    gap: 24px;
    display: grid;
    margin-bottom: 0;
}

.social-box {
    padding-left: 0;
}

.social-box {
    padding-left: 0;
    list-style-type: none;
}

.icn-with-txt-box .txt {
    color: #fff;
    font-family: "Laila";
    font-size: 16px;
}

.icn-with-txt-box .txt:hover {
    color: rgb(255 255 255 / 67%);
}

.icn-with-txt-box .icon {
    width: 24px;
    display: inline-block;
}

.icn-with-txt-box a svg:hover {
    background-color: rgb(255 255 255 / 67%) !important;
}

.icn-with-txt-box li {
    /*   display: flex;
    align-items: center;
    gap: 15px; */
}

.social-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0;
    margin-top: 44px;
}

.icn-with-txt-box li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* .lyt-section.typ-black.typ-contact-us {
    background-image: url(/cdn/shop/t/2/assets/contact-us-banner-vector.png?v=1680529584);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 15% 90px;
} */

.contact__container {
    padding-top: 77px;
    padding-bottom: 77px;
}

.social-box li a .icon {
    width: 32px;
    display: inline-block;
}

section.fitscreen {
    min-height: calc(100vh - 99px);
}

#section-intro {
    background-image: url(img/home_intro_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#section-intro::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
    width: 100%;
    background-color: #33313238;

}

#section-intro .letter {
    position: relative;
    display: block;
    width: 401px;
    height: 400px;
    margin-left: auto;
    overflow: visible;
    margin-top: -44px;
}

.chaitanya-production-white {
    position: relative;
}

#section-intro .letter .letter-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 100%;
}

#section-intro .letter .letter-back svg {
    filter: blur(0.5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
}

#section-intro .letter .letter-mid {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-mix-blend-mode: darken;
    mix-blend-mode: darken;
}

#section-intro .letter .letter-mid svg {
    filter: blur(0.5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-intro .letter .letter-mid .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*   background-image: url(img/home_c_waves.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-mix-blend-mode: lighten;
    mix-blend-mode: lighten;
    overflow: hidden;
}

#section-intro .letter .letter-mid .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.template-page-about-us nav.breadcrumb.role\= {
    display: none;
}

section#shopify-section-template--18587863089468__bf80a262-b1e8-4c9d-95f3-bab7c4174a9f {
    padding-bottom: 0;
    padding-top: 0;
}

#section-intro {
    display: flex;
    align-items: center;
}

#section-intro .left-col {}

.wave {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bs-heading.typ-xs {
    font-size: 12px !important;
    font-family: Laila !important;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1 !important;
}

.lyt-section.typ-our-future {
    background-image: url(/cdn/shop/t/2/assets/our-future.jpg?v=1680767110);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 117px;
}

section#shopify-section-template--18587863089468__343e8694-5f37-4b85-9bef-6fbaa594af45 {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 3;
    position: relative;
}

.lyt-section.typ-our-future .col-right {
    position: relative;
}

.lyt-section.typ-our-future .col-right picture {
    position: absolute;
    left: 0;
    top: 0;
}

section#shopify-section-template--18587863089468__ff9f3830-08a7-4f60-b62a-673778544665 {
    padding: 0;
}

.lyt-section.typ-founder {
/*     background-image: url(/cdn/shop/t/2/assets/founder-bg.png?v=1680775475); */
  background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 77px;
    background-color: black;
  margin-bottom:80px;
  
}

.lyt-section.typ-founder .col-left picture img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.lyt-section.typ-founder .col-right .coma {
    margin-left: 22%;
    margin-bottom: -10px
}

.lyt-section.typ-founder .col-right .cm-para {
    font-size: 30px;
    margin-bottom: 16px;
    max-width: 900px;
  margin:0 auto;
}

.lyt-section.typ-founder .col-right .signature {
    margin-bottom: 6px;
}

.lyt-section.typ-founder .col-right .founder-name {
    margin-bottom: 6px;
    font-family: "Font-1679576454927" !important;
    color: #fff;
    font-size: 24px;
}

.lyt-section.typ-founder .col-right .designation {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
  text-align:center;
}

.bs-card {
    padding: 25px;
    border: 1px solid rgba(241, 90, 41, 0.2);
}

.bs-card .card-img picture {
    display: block;
    width: 100%;
}

.bs-card .card-img {
    margin-bottom: 25px;
}

.bs-card .card-name {
    font-size: 24px;
    margin-bottom: 9px;
    color: #f15a29;
    line-height: 1;
}

.bs-card .designation {
    font-size: 12px;
    color: #333132;
    font-weight: 600;
    line-height: 1;
}

.bs-card .desc {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 0;
    color: #333132;
}

.bs-heading.typ-black {
    color: #333132;
    margin-bottom: 24px;
}

.sticky-box {
    position: relative;
}

.wrapping {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}

.farm-animation {
    padding-top: 100px;
    overflow: hidden;
}

.farm-animation .ani-row {
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.farm-animation .ani-row.active {
    opacity: 1;
    z-index: 1;
}

.farm-animation .ani-row .ani-img {
    width: 50%;
}

.farm-animation .ani-row .ani-img img {
    width: 100%;
}

.farm-animation .ani-row .content-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 55px;
}

.farm-animation .ani-row .ani-img.copy {
    margin-top: 10px;
}

.lyt-section.typ-farm-to-form {
    padding-top: 0;
    position: relative;
}

section#shopify-section-template--18587863089468__6a279a71-30b4-4f4a-95f8-0d9eddd8334a {
    padding-top: 0;
    position: relative;
}

.farm-animation .ani-row .content-box .title {
    font-family: "Laila";
    color: #f15a29;
    font-size: 40px;
    font-weight: 700;
    margin-top: 105px;
}

.farm-animation .ani-row .content-box .desc {
    font-size: 24px;
    margin-bottom: 0;
}

.bs-vector.typ-farm-to-form .vector.vector1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 350px;
}

.bs-vector.typ-farm-to-form .vector.vector2 {
    position: absolute;
    right: 0%;
    top:25%;
    width: 290px;
}

.bs-vector.typ-farm-to-form .vector.vector3 {
    position: absolute;
    left: inherit;
    top: 45%;
   
    width: 350px;
    right: 0;
}

.bs-vector.typ-farm-to-form .vector.vector4 {
    position: absolute;
    right: 0%;
    bottom: 10%;
    width: 250px;
    display:none
}

.sticky-box .bs-vector~div {
    position: sticky;
}

.farm-animation .ani-row::before {
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #f15a29;
    transform: translate(-50%, -50%);
}

.farm-animation .chaitanya {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.farm-animation .chaitanya {
    position: absolute;
    top: 82%;
    left: 60%;
    transform: translate(-50%, 0%);
}

section#shopify-section-template--18587863089468__b546b824-14cc-4e82-9cb9-d26ae2ee4ff3 {
    padding-top: 0;
}

section#shopify-section-template--18047075549500__a5b63c72-7234-433c-8396-7f75106ed52d .container {
    padding: var(--spaced-section);
    border-bottom: 1px solid #f15a29;
}

h2.bs-heading .block {
    display: block;
}

section#shopify-section-template--18047075156284__form::before {
    content: "";
    width: 146px;
    left: 35%;
    bottom: 16%;
    height: 266px;
    position: absolute;
    background-image: url(/cdn/shop/t/2/assets/khalbatta.png?v=1680882307);
}

.text-area {
    padding: 15px;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide video {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    height: 100%;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide.typ-video:before {
    z-index: 5;
}

.bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide.typ-video .container {
    z-index:10;
}
.swiper-slide video {
  position: relative;
  z-index: 1;
}
.swiper-slide .swiper-slide-active video {
  z-index: 2;
}

.footer-block--logo:last-child {
    width: 38rem;
}

.footer-block--logo:last-child a {
    width: 100%;
}

.footer-block--logo:last-child a img {
    width: 100%;
}

footer.footer {
    background-color: #333132;
    position: relative;
    z-index: 3;
}

.image-collage__follow {
    gap: 1rem !important;
}

.download {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #f15a29;
    z-index: 1000000000;
    border-radius: 50%;
    display: none;
}

.download img {
    width: 100%;
    padding: 10px;
}

.product__additional-title {
    color: #f15a29;
}

.product__additional {
    padding: 2.6rem 0 !important;
}

.bs-vector.typ-our-story .vector9 {
    top: 54%;
    left: 56%;
    width: 130px;
    opacity: 0.1;
}

.bs-vector.typ-our-story .vector10 {
    left: 37%;
    width: 300px;
    opacity: 0.1;
    top: 67%;
}

.product__additional-title {
    text-transform: lowercase !important;
}

.bs-vector.typ-our-story .vector11 {
    left: 0;
    bottom: 0;
    top: inherit;
    width: 250px;
    height: fit-content;
    opacity: 0.2;
}

section#shopify-section-template--18047075877180__ordered-list-section {
    padding-bottom: var(--spaced-section);
}

section#shopify-section-template--18047075877180__featured-collection {
    padding-top: 0;
}

.bs-vector.typ-our-story .vector12 {
    position: absolute;
    left: 0;
    top: inherit;
    width: fit-content;
    bottom: -8px;
    width: 250px;
    opacity: 0.2;
}

.bs-vector.typ-our-story .vector11 {
    right: 0;
    bottom: 33%;
    top: inherit;
    width: 250px;
    height: fit-content;
    opacity: 0.2;
    left: inherit;
}

.bs-vector.typ-our-story .vector13 {
    left: inherit;
    right: 28%;
    top: inherit;
    bottom: 32%;
    opacity: 0.3;
}

.collection-hero__image-container {
    height: 500px;
}

.spaced-section--full-width .container {
    max-width: 100% !important;
    padding: 0px;
}

.image-collage__account {
    margin-right: 50px;
}

.list-social__item .icon {
    margin-bottom: 0px !important;
}

.footer__list-social {
    margin-top: 20px !important;
}

.newsletter-form__inner .button--secondary:not([disabled]):hover {
    color: #ffffff !important;
}

/* .button--secondary:not([disabled]):hover{
    color:#f15a29 !important;
  } */
.addresses {
    margin-bottom: 50px !important;
}



.loading-overlay__spinner .collection-product-list {
    margin-bottom: 80px;
}

/* //cart///////////////////////////////////////////////////////////// */
#cart-notification .cart-notification__header h2 {
    color: #f15a29 !important;
    font-size: 32px !important;
}

#cart-notification-product .cart-notification-empty .button--secondary {
    color: #f15a29 !important;
}

#cart-notification-product .cart-notification-empty .button--secondary:hover {
    color: #e54c1b !important;
}

#cart-notification-button {
    color: #f15a29 !important;
}

#cart-notification-button:hover {
    color: #e54c1b !important;
}

.cart-notification__links .button--arrow {
    padding: 12px !important;
    background: #f15a29;
    opacity: 1 !important;
    color: #fff !important;
    max-width: 48%;
    margin: 0 auto;
    box-shadow: none;
}

.cart-notification__links .button--arrow:hover {
    background-color: #e54c1b !important;
}

.contact__button {
    margin-top: 50px;
}

/* accounts//////////////////////////////////// */
#create_customer .customer__buttons .button--arrow {
    padding: 12px !important;
    background: #f15a29;
    opacity: 1 !important;
    color: #fff !important;
    max-width: 48%;
    margin: 0 auto;
    box-shadow: none;
}

#create_customer .customer__buttons .button--arrow:hover {
    background-color: #e54c1b !important;
}

.page-header .title--page {
    color: #f15a29;
    font-size: 40px !important;
    font-family: "Font-1679576454927" !important;
}

#create_customer .customer__login-link {
    color: #000000 !important;
}

#create_customer .customer__login-link a {
    color: #000000;
}

#create_customer .customer__login-link a:hover {
    color: #0000005e;
}

.customer__top a.title-link {
    color: #000000 !important;
}

.customer__top a.title-link:hover {
    color: #0000005e !important;
}

#shopify-section-template--18842508525884__main .account-left a.button--secondary {
    color: #f15a29 !important;
}

/* //accounts address// */
#shopify-section-template--18842508656956__main .button--secondary {
    padding: 14px !important;
    background: #f15a29;
    opacity: 1 !important;
    color: #fff !important;
    max-width: 49%;
    margin: 0 auto;
    box-shadow: none;
}

#shopify-section-template--18842508656956__main .button--secondary:hover {
    background-color: #e54c1b !important;
}

#EditFormButton_9269255733564 {
    background: #f15a29;
    opacity: 1 !important;
    color: #fff !important;
    box-shadow: none;
}

#EditFormButton_9269255733564:hover {
    background-color: #e54c1b !important;
}

#shopify-section-template--18842509050172__image-collage .image-collage__follow .image-collage__link {
    color: white !important;
}

#shopify-section-header .search-modal__close-button {
    background-color: #f15a29 !important;
    color: #ffff;
}

#shopify-section-header .search-modal__close-button svg {
    color: #ffffff !important;
}

#shopify-section-template--18842508296508__main .page-header .title--page {
    color: #333132 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Font-1679576454927" !important;
}

#customer_login .login__buttons .button--secondary {
    color: #f15a29;
    !important;
}

#customer_login .login__buttons .button--secondary:hover {
    color: #e54c1b !important;
}

#customer_login .login__buttons .button--arrow {
    background-color: #f15a29;
    !important;
    color: #ffff !important;
    box-shadow: none;
}

#customer_login .login__buttons .button--arrow:hover {
    background-color: #e54c1b !important;
}

#shopify-section-template--18842508656956__main .page-header .title--page {
    color: #333132 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Font-1679576454927" !important;
}

#shopify-section-template--18842508525884__main .account-row h2 {
    color: #333132 !important;

}

/* .product__additional{
    display:flex;
    flex-direction:column;
  } */
.product__additional-wrapper {
    display: flex;
    max-width: 100%;
    flex-direction:column;
  
}

.product__additional-wrapper .product__additional {
    display: flex;
    flex-direction: column;
/*     width: 50%; */
    flex: 0 0 auto;
    border: 0;

  padding: 10px 0px !important;

}
.product__additional-wrapper .product__additional-description {
  min-height:150px;
}

.product__additional-wrapper .product__additional .product__additional-title {
    font-size: 20px !important;
    flex: inherit;
}

.product__additional-wrapper .product__additional .product__additional-title svg {
    max-width: auto !important;
    height: 1rem;
    width: auto !important;
    margin-right: 10px !important;
/*     display:none; */
}


.product__additional:hover .product__additional-title span p {
    background-size: 100% 0rem !important;
}


.product__additional.active .product__additional-title span p {
    background-size: 100% 0rem !important;
}


.product__additional.active .product__additional-title span, .product__additional:hover .product__additional-title span{
    background-size: 100% 0.2rem;
}

.product__additional-title span p {
    display: inline;
    margin: 0;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor,currentColor);
    background-size: 0 0rem !important;
    transition: background-size var(--duration-long) ease;
}

.product__additional-title span {
    display: inline;
    margin: 0;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor,currentColor);
    background-size: 0 0.2rem;
    transition: background-size var(--duration-long) ease;
}

.product__media-sublist .slider__slide.is-selected {
    position: relative;
    z-index: 3;
    padding: 15px;
    border: 1px solid #f15a2933;
}

.product__media-sublist .slider__slide.is-selected .product__media img{
    border:0 !important;
}
.image-collage__follow{
  position:relative;
  display:block !important;
  margin-top:25px !important;
}

.product .price-wrapper{
    margin-bottom:10px !important;
}
/*testimonal///////////////////////////////////////////////////////////////////////////////  */
.testimonials__slide-meta svg{
  display:none;
}
/*gst */
.gstsection{
  position:relative;
   font-family: Laila,sans-serif!important;
    color:#ffffff;
}
.seacianHeading{
  font-size:25px !important;
  color:#ffffff;
   font-weight:400 !important;
}

.footerheading{
  font-weight:500px;
  font-size:20px;
}
.seaciangst{
 font-size:16px !important;
}
.seacianfassai{
   font-size:16px !important;
}
.padding{
  padding:0px;
}
.ulSocial{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0px;
}
.ulSocial li{
  list-style:none;
}
.ulSocial li .list-social__link .sc-link{
  height:25px;
  width:25px;
}
#shopify-section-template--18842509050172__testimonials{
  margin-top:80px;
}
.collection-quickview{
  position:relative;
}
#MainContent ."blog__title-wrapper svg{
  display:none
}

h2{
  max-width:350px !important;
}
.card-wrapper .collections-grid__title{
    font-family: "Font-1679576454927"!important;
    font-size:30px;
    letter-spacing: 0.3px;

}
.template-list-collections .collection-product-list .card-information__wrapper{
  height:85px;
}
.policy{
  cursor:pointer;
  text-transform:capitalize;
}
.template-page-about-us .testimonials__button {
  display:none;
}

.template-page #shopify-section-template--18842509377852__main .rte h4{
  font-size: 20px;
    color: #333132 !important;
    font-weight: 400;
    text-transform: uppercase !important;
    font-family: "Font-1679576454927" !important;
    margin-top:15px;
} 

.template-page #shopify-section-template--18842509377852__main .rte p {
  color: #333132 !important;
    font-family: "Font-1679578081945" !important;
    font-size: 16px;
    font-weight: 400;
}
.template-article .article-template__content  h4{
  font-size: 25px;
  color: #333132 !important;
  font-weight: 400;
  text-transform: capitalize !important;
  font-family: "Font-1679578081945" !important;
  margin-top:20px;
}
.template-article .article-template__content p span{
    color: #333132 !important;
   font-family: "Font-1679578081945" !important;
    font-size: 20px;
    font-weight: 400;
}
.template-page .container .page-header{
margin-bottom:0px;
}
.navratri-sowing-image{
  display:flex;
  justify-content:center;
}
.navratri-sowing-image .sowing-img{
  height:300px;
  width:auto;
}
.img-parent{
  display:flex;
  justify-content:center;
}
.navratri-sowing-new-blog-images{
  height:300px !important;
  width:auto !important;
}


.kokan-map{
    /* background-image: url(/cdn/shop/t/9/assets/Sindhudurg%20map.png?v=1698644480); */
    /* background-size: cover; */
    /* height: 600px; */
    /* width: auto; */
  /* background-position:center; */
  /* background-repeat:no-repeat; */
  /* display:block !important; */
  /* background-color:#ffffff; */
  display:flex;
  justify-content:center;
}
.kokan-map img{
  width:700px !important;
}
/* #shopify-section-template--18842508296508__main .main-blog ul li:first-child .article-card__title a{
  color:white;
  font-weight:600;
} */

.header__menu-item:hover .header__submenu {
  display: block !important;
}
details .header__menu-item a{
  line-height:100% !important;
  text-decoration:none;
}



@media only screen and (max-width: 1180px) {
  .vector-img{
    display:none !important;
  }
  .our-story {
    /* padding-top: 80px; */
    margin-bottom: 330px;
    position: relative;
}

  .our-story-box {
    position: absolute;
    bottom: -137%;
    right: -137px;
    max-width: 476px;
    background-image: url('/cdn/shop/t/9/assets/Sindhudurg%20map.png?v=1698644480');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 65px 30px 30px;
    transform: translateY(-50%);
}
}
  @media only screen and (min-width:1181px) and (max-width:1440px){
    .ordered-list-section .ordered__inner {
      margin-bottom: 258px;
  }
    .chamchamit-img {
    position: absolute;
    top: 28%;
    right: 37%;
}
    .ukhal-img {
    position: absolute;
    top: 58%;
    right: 0px;
    opacity: 0.5;
}
    .lyt-section.typ-founder .col-right .coma {
    margin-left: 21%;
    margin-bottom: 7px;
}
  }

@media only screen and (max-width: 1024px) {
  .vector-img{
    display:none !important;
  }
  .lyt-section.typ-founder .col-right .coma {
    margin-left: 10%;
    margin-bottom: -10px;
}

  .ordered__text {
    padding-left:0px !important;
  }
  .ordered__list-item:nth-child(2) .ordered__list-text{
     align-self: flex-start !important;
  }
  .ordered__list-item:nth-child(4) {
    margin-left: 0px;
}
    #shopify-section-template--18842508296508__main .main-blog ul li:first-child .article-card__title a {
        color: #333132 !important;
        font-size: 24px !important;
    }

    #shopify-section-template--18842508296508__main .main-blog ul li:first-child span {
        color: #333132 !important;
    }

    #shopify-section-template--18842508296508__main .main-blog ul li:first-child .article-card__button span {
        color: #f15a29 !important;
    }

    picture.vector {
        display: none;
    }

   

    .ordered__list-item:nth-child(odd) .ordered__list-text {
        margin-right: 0px;
    }

    .farm-animation .chaitanya {
        top: 90px;
    }

    .farm-animation .ani-row .content-box .title {
        font-size: 30px;
    }

    .farm-animation .ani-row.active {
        margin-top: 30px;
    }

    .farm-animation .ani-row {
        top: 0;
        position: relative;
        opacity: 1;
        z-index: 1;
        margin-bottom: 15px;
    }

    .farm-animation .ani-row .ani-img.copy {
        display: none;
    }

    section.fitscreen {
        min-height: calc(50vh - 99px);
    }

    .lyt-section.typ-founder .col-right .cm-para {
        font-size: 26px;
    }

    .contact__text>p {
        min-width: 100%;
    }

    body.template-product.template-product::before {
        display: none;
    }

    body.template-product.template-product::after {
        display: none;
    }

    .menu-drawer__navigation>ul>li:first-child a {
        border-top: none;
    }

    .header {
        padding: 10px 2rem;
    }

    .featured-collection__column.featured-collection__column {
        text-align: center;
    }

    .bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide {
        min-height: calc(50vh - 100px);
    }

    .ordered__inner+.ordered__list {
        margin-top: 4.8rem !important;
    }

    .ordered__list-item:nth-child(even) {
        margin-top: 3.2rem !important;
    }

    .footer__content-middle-container .footer__content-middle-main .footer__copyright {
        width: 60%;
    }

    .card-wrapper .media>img {
        padding: 2rem 2rem 2.8rem;
    }

    .our-story-box {
        position: absolute;
        bottom: -98%;
        right: -160px;
        max-width: 480px;
        background-image: url(/cdn/shop/files/our-story-bg.png?v=1750413523);
        background-position: right top;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 6px 53px 40px 30px;
        transform: translateY(-50%);
    }

    .image-collage__image:nth-child(1) {
        top: 75px !important;
      left: 13rem!important;
    }

    .image-collage__image:nth-child(3) {
       left: 8rem!important;
        top: 220px !important;
    }

    .image-collage__image:nth-child(2) {
        top: 50px !important;
          right: 20rem!important;
    }

    .image-collage__image:nth-child(4) {
        top: 175px !important;
      right: 5rem!important;
    }

    .image-collage__image:nth-child(5) {
        right: 35rem !important;
        bottom: -14rem !important;
    }

    .image-collage__item {
        width: 45rem !important;
    }

    .footer__blocks-wrapper {
        flex-wrap: wrap !important;
    }

    .footer-block--logo:last-child {
        margin-left: 0px !important;
    }

    .footer-block--logo:first-child {
        display: flex;
        width: 61%;
        gap: 31px;
    }
}


/*cart icon  */
.cart-count-bubble{
    background-color:#000;
}

.pagination-wrapper{
  display:none;
}

  .lyt-section.typ-founder .col-right .cm-para {
    font-size: 30px;
    margin-bottom: 16px;
    max-width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {


  .navratri-sowing-image{
  display:flex;
    flex-wrap:wrap;
    width:100%;
}
.navratri-sowing-image .sowing-img{
  height:200px;
  width:300px;
}
   .vector-img{
    display:none;
     
  .bestseler-img{
       display: block !important;
     }
  }
    .rightfooter {
        display: flex !important;
        left: 84px;
    }
  .image-collage__item{
    padding:15px !important;
  }


    .lyt-section.typ-black.typ-contact-us {
        background-image: none;
    }

    .image-collage__follow {
        display: flex;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: inherit !important;
        width: 100%;
        margin-top: 4.5rem;
        gap: 3rem;
        margin-bottom: 0 !important;
    }

    .image-collage__account {
        display: flex;
        flex-wrap: inherit !important;
        align-items: center;
        gap: 1.5rem;
    }

    .image-collage__title {
        margin-top: 20px !important;
        max-width:350px !important
    }

    .max-width-415 {
        margin-top: 0;
    }
    .max-width-415 h2 {
        max-width:350px ;
    }

    section#shopify-section-template--18047075156284__form::before {
        display: none;
    }

    .farm-animation .ani-row .content-box {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }

    .farm-animation .chaitanya {
        top: 30px;
        left: 90%;
    }

    .farm-animation .ani-row:before {
        display: none;
    }

    .farm-animation .ani-row .ani-img {
        width: 100%;
    }

    #section-intro .letter {
        margin-top: 0;
    }

    #section-intro {
        min-height: auto;
        padding: 50px 0;
    }

    .wave {
        width: 150px;
    }

    #section-intro .letter {
        width: 255px;
        height: 255px;
        margin: 0 auto;
    }

    .lyt-section.typ-founder {
        padding-bottom: 50px;
    }

    .lyt-section.typ-founder .col-right .coma {
        margin-left: -50px;
    }

    .lyt-section.typ-founder .col-left picture {
        margin-top: 20px;
        display: block;
    }

    .lyt-section.typ-founder {
        background-position: right top;
        padding-bottom: 0;
    }

    .lyt-section.typ-our-future .col-right picture {
        position: relative;
        width: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .lyt-section.typ-our-future {
        padding-bottom: 50px;
    }

    .icn-with-txt-box .txt {
        font-size: 14px;
    }

    .contact-img-col {
        margin-bottom: 30px;
    }

    .lyt-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .contact__text {
        width: 100%;
    }

    section#shopify-section-template--18047075877180__cbd211d3-10f6-41bf-aba8-c04c89f015a3 {
        padding-bottom: 50px;
    }

    .testimonials__slide-text {
        font-size: 22px !important;
        margin-bottom: 25px !important;
    }

    .testimonials__button {
        width: 6rem !important;
    }

    .testimonials__slider {
        gap: 30px;
    }

    .featured-collection__wrapper {
        padding-top: 0 !important;
    }

    .max-width-415 {
        max-width: 100% !important;
        position: relative !important;
        top: 0;
    }

    .our-story {
        padding-top: 80px;
        margin-bottom: 50px;
        position: relative;
    }


    .sec-our-sory .left-col {
        padding-bottom: 150px;
    }

    .our-story-box {
        bottom: -33%;
        right: -28%;
    }

    .header header-drawer {
        margin-left: 0 !important;
    }

    .article-card__info {
        padding: 0 !important;
    }

    .blog-articles__grid .blog-articles__article:first-child .article-card__title a {
        color: #f15a29 !important;
    }

    .ordered__list-item:nth-child(odd) .ordered__list-text {
        margin-right: 0px !important;
    }

    .footer__content-top {
        padding-bottom: 0 !important;
    }

    .footer__content-middle-container {
        border-top: none !important;
    }

    .image-collage__link {
        width: auto !important;
        min-width: 160px;
        min-height: auto;
    }

    .featured-collection__column.featured-collection__column {
        text-align: left;
        margin-top: 67px;
        width: 100%;
        text-align: center;
        margin-bottom: -132px;
    }

    .slider-btns {
        gap: 4rem;
    }

    .ordered__list-img .ordered__list-number {
        font-size: 12rem !important;
    }

    section#shopify-section-template--18047075877180__ordered-list-section {
        padding-top: 0;
    }

    .bs-swiper .swiper-pagination {
        bottom: 30px;
    }

    slider-component .slider {
        padding-bottom: 0rem !important;
    }

    .footer__content-middle-container .footer__content-middle-main .footer__copyright {
        width: 100%;
        padding-top: 15px;
    }

    .ordered__list-item:nth-child(even) {
        margin-top: -11.8rem !important;
    }

    .header {
        padding: 10px 15px;
    }

    .bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide {
        min-height: calc(70vh - 100px);
    }

    .footer-block--logo:first-child {
        width: 100%;
    }

    .footer__blocks-wrapper div:nth-child(4) {
        display: none;
    }

    .ordered__list-item:nth-child(4) {
        margin-left: 0px;
    }

    .ordered__list-item:nth-child(odd):not(:first-child) {
        margin-top: -12.8rem !important;
    }
  .product__media-wrapper.cool-image-custom .product__media-list-wrapper .product__media img{
    padding:30px;
  }
  .product__media-sublist .slider__slide.is-selected {
    padding: 10px;
}
  .product__additional-wrapper .product__additional-description {
    min-height: 150px;
    margin-top: 0;
  }
  .footer__content-middle-container .footer__content-middle-main .footer__copyright {
    display:flex;
    flex-direction:column;
  }
}

@media only screen and (max-width: 767px) {
    .lyt-section.typ-black.typ-contact-us {
        background-image: none;

    }
  .menu-drawer__menu-item>.icon-caret {
    right: 70% !important;
}

  .kokan-map img{
    display:none !important;
  }
  
  .lyt-section.typ-founder .col-right .cm-para {
    font-size: 15px;
    margin-bottom: 16px;
    max-width: 600px;
    margin: 0 auto;
}
  
.template-article .article-template__content p span {
    color: #333132 !important;
    font-family: "Font-1679578081945" !important;
    font-size: 15px;
    font-weight: 400;
}
  .template-article .article-template__content h4 {
    font-size: 20px;
    color: #333132 !important;
    font-weight: 400;
    text-transform: capitalize !important;
    font-family: "Font-1679578081945" !important;
    margin-top: 20px;
}
  
 .lyt-section.typ-founder .col-right .coma {
    margin-left: -8%;
    height: 10px;
   margin-bottom:0px
}
  .footer__list-social li a {
    margin-right:0px;
    padidng:0px !important;
  }
  /* .featured-collection__information {
   text-align: center;
    margin-top: 36px;
    margin-bottom: 170px;
} */
#shopify-section-template--18842509050172__testimonials {
    margin-top: 10px;
}
    .image-collage__follow {
        display: flex;
        flex-direction: column !important;
    }

    .featured-collection__column.featured-collection__column {
        text-align: left;
        margin-top: 37px !important;
        width: 100%;
        text-align: center;
        margin-bottom: -114px;
    }

    .slider-btns {
        gap: 2rem;
    }

    .ordered__list-item:first-child .ordered__list-text {
        margin-right: 0 !important;
    }

    section#shopify-section-template--18587863089468__d734378b-6feb-4145-a3ed-70413c7d8e08 {
        padding-top: 0;
    }

    #section-intro .letter {
        margin-left: auto;
        margin-right: 0;
    }

    .farm-animation .chaitanya {
        left: 85%;
        width: 75px;
    }

    .farm-animation .ani-row .content-box .desc {
        font-size: 14px;
    }

    .farm-animation .ani-row .content-box .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #quick-view .product__info-wrapper {
        padding: 2rem 2rem 2rem;
        background-color: rgb(var(--color-base-background-2));
    }

    section#shopify-section-template--18047075877180__testimonials {
        padding-top: 0;
    }

    .collection-product__slider {
        transform: translateY(calc(45% - 4rem)) !important;
    }

    .header__heading .header__heading-link {
        margin-left: -1.2rem;
    }

    .ordered__list-item:nth-child(even) {
        margin-top: 3em !important;
    }

    .ordered__list-item:nth-child(odd):not(:first-child) {
        margin-top: 3em !important;
    }

    .testimonials__slider {
        gap: 10px;
    }

    .testimonials__slide-text {
        font-size: 18px;
    }

    header-drawer {
        margin-left: 0 !important;
    }

    .bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide {
        min-height: 528px;
    }

    .footer-block--logo:first-child {
        flex-direction: column;
        gap: 20px;
    }

    .our-story-box {
        max-width: 315px;
        left: 15%;
        top: 70%;
        padding: 20px 74px 20px 20px;
        height: fit-content;
    }

    .sec-our-sory .left-col {
        width: 85%;
        padding-bottom: 150px;
    }

    .cm-para.typ-big {
        font-size: 14px;
    }

    .our-story-box .since {
        margin-bottom: 10px;
    }

    .sec-our-sory .right-col {
        margin-top: 30px;
    }

    .cm-para {
        font-size: 14px;
    }

    section#shopify-section-template--18047075877180__cbd211d3-10f6-41bf-aba8-c04c89f015a3 {
        padding-bottom: 50px;
    }

    .featured-collection__wrapper {
        padding-top: 0rem !important;
    }

    .collection-product__slider .icon {
        width: 30px;
        display: inline-block;
    }

    .testimonials__slider .icon {
        width: 30px;
        display: inline-block;
    }

    .bs-swiper.typ-banner-swiper .swiper .swiper-wrapper .swiper-slide .slide-content .banner-title {
        font-size: 25px !important;
    }

    .our-story {
        margin-bottom: 90px;
    }

    .vector-img {
        display: none;
    }

    .ordered__list-text {
        max-width: 100% !important;
    }

    .article-template__header--overlay .article-template__info {
        padding: 5rem !important;
    }

    .article-template__text h1 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        line-height: 130% !important;
        margin-bottom: 60px;
      font-family: Font-1679578081945!important;
    }

    h2.blog__title.title--section.h3 {
        color: #333132 !important;
        margin-top: 0px;
        font-size: 40px !important;
    }

    .blog__title-wrapper {
        margin-top: 10px !important;
    }

    .ui-admin-bar--is-collapsed .ui-admin-bar__content {
        display: none;
    }

    .loading-overlay__spinner.collection-product-list {
        margin-bottom: 60px;
    }

    .image-collage {
        padding-top: 10px !important;
    }

    .image-collage__follow {
        margin-top: 0px !important;
    }

    .rightfooter {
        display: flex !important;
        left: 20px;
    }

    .contact__button {
        margin-top: 25px !important;
    }

    .product__additional-wrapper {
        margin-top: 25px !important;
    }
  .footer__content-middle-container .footer__content-middle-main .footer__copyright {
    display:flex;
    flex-direction:column;
  }
  small.copyright__content{
    font-size:12px;
  }
  .kokan-map{
    background-image: url(/cdn/shop/t/9/assets/Sindhudurg%20map.png?v=1698644480);
    background-size: contain;
    height: 700px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    /* display: block !important; */
    /* background-color: #30312c; */
  }
}