/** Shopify CDN: Minification failed

Line 167:0 All "@import" rules must come first

**/
/* CRO Stylings */

div#shopify-section-template--19282079875230__section_list_collections_products_tTxYCG{
    padding: 50px 0;
    background: #F9F4F1;
}

div#shopify-section-template--19282079875230__section_list_collections_products_tTxYCG .section-list-collections-products {
    background: #F9F4F1;
}

.product-grid-item .hero__content__wrapper{
    align-items: center !important;
    background: #CCB09A;
}

.product-grid-item .hero__content__wrapper .text-btn-arrow-right.accent-size-3 {
    color: #Fff;
}

div#shopify-section-template--19282079875230__icons .icon__column__text {
    overflow: hidden;
    width: 70%;
}

div#shopify-section-template--19282079875230__icons .icon__column__icon {
    width: 30%;
    height: 100%;
}

div#shopify-section-template--19282079875230__icons .icon__column__icon svg {
    width: 103px;
    height: 103px;
}

div#shopify-section-template--19282079875230__icons .icon--left .icon__column {
    display: flex;
    align-items: center;
    border: 7px solid #F4D7CB;
    padding: 20px;
    border-radius: 7px;
}

div#shopify-section-template--19268488626334__section_list_collections_qUVxRm .list__collections{
    background: #F9F4F1;
}

div#shopify-section-template--19268488626334__section_list_collections_qUVxRm h2 {
    text-align: left;
}
div#shopify-section-template--19268488626334__section_list_collections_qUVxRm .kicker-flourished:after{
    right: unset !important;
}

/* div#shopify-section-template--19268488626334__section_list_collections_qUVxRm .collection-grid-item__title {
    display: none;
} */

div#shopify-section-template--19268489314462__main .metafield-rich_text_field p {
    background: #F6F0EB;
    padding: 16px;
    border-radius: 10px;
}

.product-clip {
    border: 1px solid #AAAAAA;
    margin: 10px;
    border-radius: 15px;
    align-items: center !important;
}

.upsell__holder{
    border: none !important;
}

.quickview+.quickview .product-clip{
    padding-top: 20px !important;
}

div#shopify-section-template--19268489314462__main span.btn-state-ready span {
    color: #7A533E;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Avenir Next';
}

.product-accordion button.accordion-header {
    font-family: Inter;
    font-size: 20px;
    border-top: 1px solid #000;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
}

.product-accordion .accordion-text * {
    font-weight: 400;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
}

div#shopify-section-template--19268489314462__section_double_UWM7UP, div#shopify-section-template--19268489314462__section_double_MgLEpe {
    background: #FCF6F0;
}

section.product-faq-with-image .wrapper {
    margin: 50px auto;
    padding: 50px 20px;
    background: #F5F5F5;
}
/* div#shopify-section-template--19268489314462__product_faq_with_image_yFyVWH p.standard__kicker.text-left.accent-size-4 {
    text-align: center !important;
    padding: 40px 0;
    font-size: 24px;
    font-family: 'Avenir Next';
} */

div#shopify-section-template--19268489314462__product_faq_with_image_yFyVWH .accordion__wrapper {
    border-top: none !important;
}

div#shopify-section-template--19268489314462__product_faq_with_image_yFyVWH .faq-column .text__standard{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#shopify-section-template--19268489314462__product_faq_with_image_yFyVWH .accordion__title:after{
    display: none;
}

div#shopify-section-template--19268489314462__product_faq_with_image_yFyVWH p.standard__kicker.text-center.accent-size-4{
    text-align: center !important;
    padding: 40px 0;
    font-size: 24px;
    font-family: 'Avenir Next';
}
div#shopify-section-template--19282080563358__section_double_UWM7UP,
div#shopify-section-template--19282080563358__section_double_MgLEpe{
    background: #FCF6F0;
}

div#shopify-section-template--19282080563358__section_double_UWM7UP .image__hero__scale img, 
div#shopify-section-template--19282080563358__section_double_MgLEpe .image__hero__scale img{
    object-fit: contain !important;
}

div#shopify-section-template--19268489314462__product_tabs_custom_i4MmY8 {
    padding: 50px 0;
}

.accordion__title:after{
    display: none;
}

.cd-discount-container {
    flex-direction: column !important;
}

/* TExt Animation */

@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji');

.custom-title-section {
  font-family: "Baloo Paaji", cursive;
  background: transparent;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.custom-title-section .container {
  width: 400px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

.custom-title-section h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    padding: 16px 0;
}

.custom-title-section h1 span,
.custom-title-section h2 span {
  width: 100%;
  float: left;
  color:rgb(0, 0, 0);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.custom-title-section h1 span {
  animation-delay: 0.6s;
}
.custom-title-section h1 span:first-child {
  animation-delay: 0.7s;
}
.custom-title-section h1 span:last-child {
  color: #ffe221;
  animation-delay: 0.5s;
}

.custom-title-section h2 {
  top: 0;
  position: absolute;
}
.custom-title-section h2 span {
  animation-delay: 4.1s;
}
.custom-title-section h2 span:first-child {
  animation-delay: 4.2s;
}
.custom-title-section h2 span:last-child {
    color: #7c6152;
    animation-delay: 4s;
}

.custom-title-section .usechrome {
  font-size: 10px;
  color: #fff;
  font-family: helvetica, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}


/* Text ANimation */