/** Shopify CDN: Minification failed

Line 9:0 Unexpected "#"
Line 361:0 Unexpected ","

**/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

#{
    margin:0;
    padding:0;
}

.page-width {
  max-width: 1300px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.header__menu-item {
  font-family: "Source Sans 3";
  font-size: 18px;
}

.header__icons .header-search-inline {
  margin-right: 16px;
  width: 100%;
}

.header__icons .search__input::placeholder {
  color: rgba(0, 0, 0, 0.4);

  opacity: 1;
}

.header__icons .search__input {
  background: #fff;

  border-radius: 100px;

  padding: 0px 20px 0px 52px !important;

  height: 48px;

  border: 0px !important;

  outline: 0px !important;

  box-shadow: unset !important;

  color: rgba(0, 0, 0, 0.4);
}
.header__icons button.search__button.field__button {
  left: 8px;
  color: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
}
.header__icons .field::before {
  display: none;
}
.header__icons .field::after {
  display: none;
}
header .header__icons {
  gap: 14px;
  width: 70%;
}
.header__icon .svg-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.header__icon .svg-wrapper img {
  width: 100% !important;
  height: 100% !important;
}

span.header__active-menu-item {
  text-decoration: none !important;
}

footer {
  border-bottom: 1px solid #fff;
}

.home-product-slide button.pf-slider-next::after,
.home-product-slide button.pf-slider-prev::after,
.instagram-section button.pf-slider-next::after,
.instagram-section button.pf-slider-prev::after {
  display: none;
}
.home-product-slide button.pf-slider-next::before,
.home-product-slide button.pf-slider-prev::before,
.instagram-section button.pf-slider-next::before,
.instagram-section button.pf-slider-prev::before {
  display: none;
}
.home-product-slide button.pf-slider-next {
  background-size: cover !important;
  background-color: transparent !important;
  position: absolute;
  right: 0;
  background-image: url(/cdn/shop/files/Arrow_right-circle_1.svg?v=1769595604) !important;
}
.home-product-slide button.pf-slider-prev {
  background-size: cover !important;
  background-color: transparent !important;
  position: absolute;
  left: 0;
  background-image: url(/cdn/shop/files/Arrow_right-circle_1.svg?v=1769595604) !important;
}

.instagram-section button.pf-slider-next {
  background-size: cover !important;
  background-color: transparent !important;
  background-image: url(/cdn/shop/files/Arrow_right-circle_1.svg?v=1769595604) !important;
}

.instagram-section button.pf-slider-prev {
  background-size: cover !important;
  background-color: transparent !important;
  background-image: url(/cdn/shop/files/Arrow_right-circle_1.svg?v=1769595604) !important;
}

.footer-left {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  line-height: normal !important;
}

.footer-logo {
  max-height: 60px;
  width: fit-content;
}

.footer-tagline {
  font-family: "ivyora display regular" !important;
  font-size: 24px;
  margin: 20px 0px 10px 0px;
}

.footer-desc {
  margin: 0px;
  font-family: "Source Sans 3" !important;
  font-weight: 500 !important;
  font-size: 16px;
}

.footer-form-wrapper {
  max-width: 532px !important;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-form {
  flex-direction: row-reverse;
  display: flex;
  gap: 10px;
}

.input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 250px;
  gap: 6px;
}

.input-group label {
  font-family: "ivyora display regular" !important;
  font-size: 20px;
  letter-spacing: 1px;
}

.input-group input {
  text-align: center;
  background: #fff;
  border: none;
  padding: 12px;
  font-size: 13px;
}

.signup-btn {
  width: -webkit-fill-available;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 40px;
  cursor: pointer;
  align-self: flex-start;
}

.contact-info {
  margin: 20px 0px;
  font-size: 16px;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.social-icons a img {
  width: 36px;
  height: 36px;
}

footer .footer-block__heading {
  font-size: 20px !important;
  font-family: "ivyora display regular" !important;
}

.footer-block--menu {
  max-width: 140px !important;
}

.footer__content-top {
  padding: 80px 0px !important;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #fff;
}
footer a.link {
  font-size: 20px !important;
  font-family: "Source Sans 3" !important ;
}

.footer__content-bottom-wrapper--center {
  padding: 0px;
}
.footer .footer__content-bottom {
  margin: auto !important;
  max-width: 1300px !important;
  padding: 25px 20px !important;
}
.footer .footer__blocks-wrapper {
  margin: auto;
  max-width: 1300px;
  width: 100%;
  padding: 0px 20px;
}
.footer .footer__content-bottom-wrapper--center {
  max-width: 100%;
  justify-content: unset !important;
}
.footer small.copyright__content {
  font-size: 16px;
}
.footer__copyright {
  margin-top: 0px !important;
}

.footer-block--menu {
  max-width: 195px !important;
}
.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 12px 20px;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  text-transform: uppercase;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn svg {
  transition: transform 0.3s ease;
}

.back-to-top-btn:hover svg {
  transform: translateY(-3px);
}

/* About Page */

.about-sections .multirow__inner {
  gap: 160px;
  padding: 0px;
  max-width: 100%;
}
.about-sections .image-with-text__grid {
  gap: 50px;
  margin: auto;
  max-width: 1300px;
  padding: 0px 20px !important;
}
.about-sections img {
  border-radius: 10px !important;
  max-height: 500px;
}
.about-sections .image-with-text__media-item {
  flex: 1;
}
.about-sections .image-with-text__text-item {
  flex: 1;
}

.multirow-custom .image-with-text-custom__media {
  min-height: 500px;
}
.multirow-custom .multirow-custom__inner {
  gap: 160px;
  padding: 0px;
  max-width: 100%;
}
.multirow-custom .image-with-text-custom__grid {
  gap: 50px;
  margin: auto;
  max-width: 1300px;
  padding: 0px 20px !important;
}
.multirow-custom img {
  border-radius: 10px !important;
  max-height: 500px;
}
.multirow-custom .image-with-text-custom__media-item {
  flex: 1;
}
.multirow-custom .image-with-text-custom__text-item {
  align-items: center;
  flex: 1;
  display: flex;
}
.multirow-custom h2.image-with-text-custom__heading {
  color: #4d1805;
  margin: 0px 0px 20px 0px;
  font-family: "ivyora display regular" !important;
  font-size: 42px !important;
}
.multirow-custom p {
  font-weight: 300;
  line-height: 28px;
  font-family: "Source Sans 3" !important;
  font-size: 20px !important;
  color: #000;
}
.multirow-custom .image-with-text-custom {
  padding: 100px 0px !important;
}
,
.multirow-custom .image-with-text-custom__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.allbanner .banner__box {
  font-weight: 300;
  font-size: 20px;
  font-family: "Source Sans 3";
  color: #fff;
  background: none;
}
.allbanner h2.banner__heading.inline-richtext.h1 {
  font-size: 56px;
  font-family: "ivyora display regular" !important;
  color: #fff !important;
}
.multirow-custom .image-with-text-custom.rowforma {
  padding-top: 30px !important;
}

.about-section-heading h2.rich-text__heading {
  color: #4d1805;
  font-family: "ivyora display regular" !important;
  font-size: 42px !important;
}
.about-section-heading .rich-text__text p {
  line-height: 28px;
  font-weight: 300;
  font-family: "Source Sans 3" !important;
  font-size: 20px !important;
  color: #000;
}

.about-sections h2.image-with-text__heading {
  color: #4d1805;
  font-family: "ivyora display regular" !important;
  font-size: 42px !important;
}
.about-sections p {
  font-weight: 300;
  line-height: 28px;
  font-family: "Source Sans 3" !important;
  font-size: 20px !important;
}
.about-sections .image-with-text {
  padding: 100px 0px !important;
}
.about-sections-custom .image-with-text-custom .image-with-text-custom__media {
  background: transparent;
  border: 0px;
}

.faqsection .faq-item .faq-question {
  padding: 0px;
  border-radius: 0px;
  font-size: 26px;
  font-weight: normal;
  font-family: "ivyora display regular" !important;
  color: #421404;
  background: transparent;
}
.faqsection .faq-item .faq-answer {
  font-weight: 300;
  line-height: 28px;
  font-family: "Source Sans 3" !important;
  font-size: 20px !important;
  color: black;
  padding: 0;
}
.faqsection .faq-item {
  margin-top: 10px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 10px;
}
.faqsection .faq-item .faq-answer.open {
  background: none !important;
  padding-top: 16px;
}
.faqsection .faq-item .faq-question .arrow {
  width: 35px;
  height: 35px;
  background: #f1f2f9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f6c8f;
  font-size: 22px;
  font-weight: bold;
}
.faqsection .faq-item .faq-question .arrow.open {
  background: #912c09;
  color: #fff;
}
.blog-articles .blog-articles__article .article-card__image img {
  border-radius: 16px;
}
.blog-articles .blog-articles__article .article-card__image {
  background: transparent;
}
.blog-articles .blog-articles__article .card__content .card__heading a {
  text-decoration: none !important;
  color: #421404;
  font-size: 24px;
  font-family: "ivyora display regular";
  line-height: normal;
}
.blog-articles .blog-articles__article .card__content .article-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Source Sans 3";
}
.blog-articles .blog-articles__article .card__content time {
  color: #363434;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Source Sans 3";
}
.main-blog {
  padding-bottom: 100px;
  padding-top: 0px;
}
.main-blog .title--primary {
  display: none;
}
.article-template__hero-adapt.media {
  border-radius: 16px;
}

#shopify-section-template--26006604775713__rich_text_RVcNaq {
  padding-top: 100px;
}
.allbanner .banner__buttons .button {
  transition: all ease 0.3s !important;
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 300;
  border-radius: 100px;
  font-size: 20px;
  background-color: #ab6649;
  opacity: 1;
}
.allbanner .banner__buttons .button::after,
.allbanner .banner__buttons .button::before {
  display: none;
}
.article-template {
  padding: 100px 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}
.article-template header {
  margin-bottom: 30px;
  text-align: center;
}
.article-template header .article-template__title {
  color: #421404;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  letter-spacing:2px;
}
.article-template header span {
  color: black;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.article-template .article-template__content span {
  color: #666666;
  font-size: 20px !important;
  line-height: 28px;
  font-family: "Source Sans 3";
  font-weight: normal;
  margin-bottom: 20px !important;
  display: block;
}
.colcstm {
  padding: 100px 0px;
}
.colcstm .title {
  color: #421404;
  margin: 0px;
  text-align: center;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
}
.collection-description p {
  text-align: center;
  margin: 0px;
  color: black;
  font-size: 20px !important;
  line-height: 28px;
  font-family: "Source Sans 3";
  font-weight: 300;
  margin-top: 20px;
}
.colcstm .collection-list .collection-list__item .card__media img {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 100%;
  transform: unset !important;
}
.colcstm .collection-list {
  padding-top: 50px;
}
.colcstm .collection-list .collection-list__item .card__content .icon-wrap {
  display: none;
}
.colcstm .collection-list .collection-list__item .card__content .card__heading {
  text-align: center;
  color: black;
  font-family: "ivyora display regular";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
.colcstm
  .collection-list
  .collection-list__item
  .card__content
  .card__information {
  padding: 0px;
}
.colcstm .collection-list .collection-list__item .card__inner {
  background: transparent;
  width: 250px;
  height: 100%px;
  margin: 0px auto 20px auto;
}
#collection-template--26006604906785__featured_collection_pYNwNh {
  background: #ab6649;
  padding: 100px 0px;
}
.collection__title h2 {
  text-align: center;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 80px;
}
.productcstm li {
  overflow: hidden;
  border-radius: 10px;
}
.productcstm li .card__inner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: top;
  height: 250px;
}
.productcstm li .card__content {
  padding: 0px;
}
.productcstm li .card__content .card__information {
  padding: 30px 10px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.productcstm li .card__content .card__information h3 a {
  text-decoration: none !important;
  font-family: "ivyora display regular";
  font-size: 18px;
  color: #421404;
  line-height: normal;
  text-align: center;
}
.productcstm li .card__content .card__information .price {
  text-align: center;
  color: black;
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 18px;
  padding: 0px;
}
.productcstm li .card__inner img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  transform: unset !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.colcstm .collection-list .collection-list__item.item-1, .colcstm .collection-list .collection-list__item.item-2{
  display: none;
}
.collection-hero {
  padding-top: 100px !important;
}
.collection-hero .collection-hero__title {
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
  color: #5c1c06;
  margin-bottom: 40px;
}
#main-collection-filters {
  display: none;
}
.related-products {
  padding: 100px 20px !important;
}
.related-products .related-products__heading {
  margin-bottom: 30px;
  font-family: "ivyora display regular";
  font-size: 36px;
  font-weight: normal;
  color: #421404;
}
.productdetail {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
.productdetail .product__title h1 {
  font-family: "ivyora display regular";
  font-size: 32px;
  font-weight: normal;
  color: black;
}
.productdetail .price-item {
  font-family: "ivyora display regular";
  font-size: 34px;
  font-weight: normal;
  color: black;
}
.productdetail .product-form__submit {
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 100px;
  font-size: 20px;
  background-color: #4d1805;
  opacity: 1;
}
.productdetail .product-form__submit::after,
.productdetail .product-form__submit::before {
  display: none;
}
.productdetail .product__description p {
  color: rgba(19, 19, 20, 0.68);
  font-size: 18px;
  line-height: normal;
  font-family: "Source Sans 3";
  font-weight: normal;
}
.price {
  /* border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4; */
  padding: 20px 0px;
}
.productcstm .card-information {
  text-align: center !important;
}
.productcstm .card__description {
  font-weight: 300;
  margin-top: 10px;
  font-family: "Source Sans 3";
  font-size: 16px !important;
  text-align: center;
}
.productcstm button.card__add-to-cart {
  color: #421404;
  font-weight: 400;
  font-family: "Source Sans 3";
  font-size: 18px;
  border: 0px !important;
  background: none;
}
.productcstm button.card__add-to-cart::after {
  display: none;
}

.cart-count-bubble {
  color: #ab6649;
  height: 20px;
  width: 20px;
  font-size: 14px;
  bottom: 5px;
  left: 25px;
  font-weight: bold;
}

#cart-notification-form .button {
  color: black;
}

#cart-notification-button {
  background: black;
  color: #fff;
}

#cart-notification-product {
  align-items: center;
}

.cart-notification__close {
  background: #fff !important;
  border-radius: 100px;
  color: black;
  width: 30px !important;
  height: 30px !important;
  margin-right: -20px;
  margin-top: -0px;
}

.cart-notification__header {
  align-items: center;

  margin-top: -15px;
}

.sold-out-text {
  color: #421404 !important;
  font-family: "Source Sans 3";
  font-size: 18px;
  border: 0px !important;
  background: none;
  text-transform: uppercase;
  padding: 11px 0px;
  display: block;
  margin: 0 !important;
}

.article-template__content blockquote {
  margin: 0px;
}

.article-template h3 {
  font-weight: normal;
  color: #000;
  margin: 30px 0px 10px 0px !important;
  font-family: "ivyora display regular" !important;
  font-size: 24px;
}
.article-template p {
  font-weight: 300;
  color: #666;
  font-family: "Source Sans 3";
  margin: 0px;
  font-size: 20px;
}
.article-template__content img {
	object-fit: cover;
	max-height: 500px;
	border-radius: 16px;
	width: 100%;
	object-position: center;
	margin-top: 15px;
}
.article-template__hero-adapt.media {
  padding: 0px !important;
  height: 608px !important;
}
.aboutbnr .banner__box {
  text-align: left;
  padding: 0px !important;
}
.aboutbnr .banner__content.banner__content--middle-center {
  justify-content: flex-start;
}
.aboutbnr h2.banner__heading.inline-richtext.h1 {
  color: #421404 !important;
}
.aboutbnr .banner__box {
  color: #421404 !important;
}
.multirow-custom__inner.page-width {
  padding: 0 !important;
}
.swym-header-launcher-icon svg path {
  stroke-width: 2.5px;
}
.customer h1 {
  color: #421404;
  margin: 0px;
  text-align: center;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
}
.customer p {
  text-align: center;
  margin: 0px;
  color: black;
  font-size: 20px !important;
  line-height: 28px;
  font-family: "Source Sans 3";
  font-weight: normal;
  margin-top: 20px;
}
.customer input {
  background: #eee !important;
  border-radius: 5px !important;
  border: 1px solid #ab6649 !important;
  outline: 0px !important;
  box-shadow: unset !important;
  height: 50px !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  font-family: "Source Sans 3" !important;
}
.customer .field::after,
.customer .field::before {
  display: none !important;
}
.customer button {
  min-height:auto !important;
  transition: all 0.3s ease;
  line-height: 1;
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 300;
  border-radius: 100px;
  font-size: 20px;
  background-color: #ab6649;
  opacity: 1;
}
.customer button::after,
.customer button::before {
  display: none !important;
}
.contact .title {
  color: #421404;
  text-align: center;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
}
.contact #ContactForm {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  background: #ab6649a3;
  padding: 30px;
  border-radius: 10px;
}
.contact #ContactForm .button {
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 100px;
  font-size: 20px;
  background-color: #5b5019;
  opacity: 1;
  margin: 0px auto;
  display: table;
}
.contact #ContactForm .button::after,
.contact #ContactForm .button::before {
  display: none;
}

details[open] > .header__menu-item,
.list-menu__item--active {
  text-decoration: none !important;
}
.header__menu-item:hover span,
.header__submenu .header__menu-item:hover {
  text-decoration: none !important;
}
details[open] > .header__submenu {
  min-width: 220px;
  width: max-content;
  border-radius: 16px;
}
.header__submenu .header__menu-item {
  text-transform: capitalize;
  font-family: "Source Sans 3";
  font-weight: 300;
  padding: 8px 20px !important;
}
#shopify-section-template--26006604808481__cart-items h1 {
  color: #421404;
  margin: 0px;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
}
#cart .cart-items thead th {
  border-color: #ab6649;
  color: #ab6649;
  font-size: 18px;
  font-family: "Source Sans 3";
  font-weight: normal;
}
#cart .cart-items tbody tr td {
  vertical-align: middle;
}
#cart .cart-items tbody tr td .cart-item__name {
  font-family: "ivyora display regular";
  font-size: 20px;
  color: #ab6649;
  font-weight: normal;
}
#cart .cart-items tbody tr td .product-option {
  color: black;
  font-size: 18px;
  font-weight: normal;
  font-family: "Source Sans 3";
}
#cart .cart-items tbody tr td .icon.icon-remove {
  color: red;
}
#cart .cart-items tbody tr td .price {
  color: black;
  font-family: "ivyora display regular";
  font-size: 22px;
}
#cart {
  margin-top: 60px !important;
}
.cart__footer-wrapper {
  padding-bottom: 100px;
}
.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 0;
  padding-top: 0;
}
.totals .totals__total-value {
  font-size: 26px;
  color: black;
  font-family: "ivyora display regular";
}
.totals .totals__total {
  color: black;
  font-size: 18px;
  font-weight: normal;
  font-family: "Source Sans 3";
}
.cart__ctas button {
  width: 100%;
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 100px;
  font-size: 20px;
  background-color: #ab6649;
  opacity: 1;
}
.cart__ctas button::after,
.cart__ctas button::before {
  display: none;
}

.template-search__header h1 {
  color: #421404;
  margin: 0px;
  text-align: center;
  font-family: "ivyora display regular";
  font-size: 42px;
  font-weight: normal;
}
.contact #WholesaleContactForm {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  background: #ab6649a3;
  padding: 30px;
  border-radius: 10px;
}
.contact #WholesaleContactForm .button {
  font-family: "Source Sans 3";
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 100px;
  font-size: 20px;
  background-color: #5b5019;
  opacity: 1;
  margin: 0px auto;
  display: table;
}
.contact #WholesaleContactForm .button::after,
.contact #WholesaleContactForm .button::before {
  display: none;
}
.privacy_text h3 {
  margin-bottom: 0px;
  font-family: "ivyora display regular";
  font-weight: 400;
  color: #4d1805;
  font-size: 20px;
}
.privacy_text p {
  margin-top: 0px;
  font-family: "Source Sans 3";
  font-weight: 300;
  font-size: 16px;
  padding-left: 22px;
}
.privacy_text ul li {
  margin-top: 0px;
  font-family: "Source Sans 3";
  font-weight: 300;
  font-size: 16px;
}

.card__badge span {
  background: red;
}
.btn-read-more {
  text-decoration: none !important;
  line-height: 1;
  font-family: "Source Sans 3";
  color: #fff !important;
  padding: 15px 40px !important;
  letter-spacing: 0.2px;
  font-weight: 300 !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #4d1805 !important;
  transition: all ease 0.3s !important;
  position: relative;
  z-index: 99 !important;
}
.btn-read-more:hover,
.allbanner .banner__buttons .button:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 10px -10px #00000080;
}
.signup-btn:hover {
  transition: all 0.3s ease;
  color: #5b5019 !important;
  background: #fff !important;
}
.swym-storefront-layout-title {
  font-family: "Source Sans 3" !important;
  color: #fff !important;
}
.swym-storefront-layout-header {
  font-family: "Source Sans 3" !important;
  color: #fff !important;
  background-color: #855039 !important;
}
.swym-storefront-layout-total-list-items-count {
  font-family: "Source Sans 3" !important;
  color: #fff !important;
}
img.swym-storefront-layout-grid-item-image {
  border-radius: 10px;
}
.swym-storefront-layout-login-user-container {
  color: #fff !important;
  background: #5b5019 !important;
}
.swym-storefront-layout-login-heading {
  font-family: "ivyora display regular" !important;
  color: #fff !important;
}
.swym-storefront-layout-login-description {
  font-family: "Source Sans 3" !important;
  font-weight: 300 !important;
  color: #fff !important;
}
swym-storefront-layout-login-user .swym-storefront-layout-login-button {
  color: #5b5019 !important;
  background: #fff !important;
  font-family: "Source Sans 3" !important;
  font-weight: 300 !important;
}
button.swym-storefront-layout-grid-item-add-to-cart-button {
  background: #3c1304 !important;
}
.productcstm .card--standard {
  border-radius: 10px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.productcstm .card--standard:hover {
  transform: scale(1.1);
}
.productcstm .card-wrapper {
  padding: 5px;
}
.productcstm {
  gap: 0px;
}
.pf-slide {
  border-radius: 10px;
  overflow: hidden;
}

.product_content_des {
  gap: 40px;
  flex-direction: column;
  display: flex;
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 2px solid #eaecf0;
}
.product_content_des h3 {
  margin: 0px !important;
  color: #421404;
  font-family: "ivyora display regular";
  font-size: 32px;
}
.product_content_des p {
  margin: 8px 0px 0px 0px !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-family: "Source Sans 3" !important;
  font-size: 20px !important;
}
.product_content_des li::before {
  display: inline-block;
  width: 20px;
  content: url(/cdn/shop/files/Check_icon_790b5568-6aeb-4fcc-9192-8f25924167d2.svg?v=1770115942);
  height: 20px;
}
.product_content_des ul {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  gap: 14px;
}
.product_content_des li {
  line-height: 24px;
  color: #000;
  font-weight: 300;
  font-family: "Source Sans 3" !important;
  font-size: 20px;
  gap: 14px;
  align-items: center;
  display: flex;
  list-style: none;
}
.product__info-container .quantity {
  color: #4c1705 !important;
  background: #80808033;
  border-radius: 100px !important;
  width: 100% !important;
}
.product__info-container button.quantity__button {
  background: none !important;
}
.product__info-container button.quantity__button .svg-wrapper {
  width: 14px;
  color: #4d1805 !important;
}
.product__info-container .quantity__input {
  background: none !important;
  font-weight: 600;
  font-size: 20px !important;
}
.product__info-container .quantity:before,
.quantity:after {
  display: none !important;
}
.product__info-container .product__title h1 {
  margin: 0px !important;
  font-size: 45px !important;
  color: #4d1805 !important;
}
.product__short-description,
.product__title {
  margin: 0px !important;
}
.product__short-description p {
  margin: 8px 0px 21px 0px !important;
  font-family: "Source Sans 3" !important;
  font-size: 18px;
  font-weight: 300 !important;
}
.price--show-badge {
  border-bottom: 2px solid #e4e4e4;
  border-top: 2px solid #e4e4e4;
}
.product-form__input {
  margin: 21px 0px !important;
}
.product__info-wrapper .product-form__submit {
  margin:0px !important;
  min-height: unset;
  text-decoration: none;
  line-height: 1;
  font-family: "Source Sans 3";
  color: #fff;
  padding: 13px 40px;
  letter-spacing: 0.2px;
  font-weight: 300;
  border-radius: 100px;
  font-size: 20px;
  background-color: #4d1805;
  transition: all ease 0.3s;
  z-index: 99;
}
.product__info-wrapper .product-form__submit:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 10px -10px #00000080;
}
.product__info-wrapper .product-form__buttons {
  display: flex;
  max-width: 44rem;
  gap: 20px;
}
button.shopify-payment-button__button:after {
  display: none !important;
}
.shopify-payment-button {
  display: none;
}

.icon-with-text--vertical {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 17px;
  border: 1px solid #000;
  border-radius: 10px;
}
.icon-with-text--vertical .icon-with-text__item {
  align-items:flex-start;
  gap: 10px;
  margin: 0px !important;
}
.icon-with-text--vertical .svg-wrapper,
.icon-with-text--vertical img {
  margin: 0px !important;
}
.product-form__input--pill input[type="radio"]:checked + label {
  background: #4c1705 !important;
}
label.quantity__label {
  display: none;
}
fieldset.product-form__input--pill {
  max-width: 100%;
  width: 100%;
  padding: 0px 0px 21px 0px;
  margin: 0px !important;
  border-bottom: 2px solid #e4e4e4;
}

.product__info-wrapper variant-selects {
  margin: 21px 0px 0px 0px !important;
}
.product-form__input legend.form__label {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 16px;
}

.product__info-wrapper .product-form {
  margin: 0px !important;
}
.product__info-wrapper .icon-with-text--vertical {
  margin: 0px !important;
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}
.thumbnail-slider .thumbnail-list__item {
  /* flex: 1; */
}
.thumbnail-slider button.slider-button {
  display: block !important;
}
.thumbnail-slider span.svg-wrapper .icon {
  color: #000 !important;
  width: 24px !important;
  height: 24px !important;
}

.cstm-shiping-orders thead {
  font-family: "Source Sans 3";
  background: #ab6649;
  color: #fff;
}
.cstm-shiping-orders thead th#ColumnOrder,
.cstm-shiping-orders thead th#ColumnDate,
.cstm-shiping-orders thead th#ColumnPayment,
.cstm-shiping-orders thead th#ColumnFulfillment,
.cstm-shiping-orders thead th#ColumnTotal {
  font-size: 16px;
}

.shipingcstm_page a, .login a, .track-order-wrapper button {
  transition: all 0.3s ease;
  line-height: 1;
  font-size: 20px;
  font-family: "Source Sans 3";
  font-weight: 300;
  text-decoration: none !important;
  border-radius: 100px;
  padding: 15px 40px;
  color: #ffff;
  background: #421404;
}
.logoutcstm{
  background:#ab6649 !important;
}
.account table a {
  transition: all 0.3s ease;
  padding: 13px 30px !important;
  border-radius: 100px;
  font-size: 14px !important;
  color: #fff;
  background: #5b5019;
}
.shipingcstm_page {
  padding: 100px  0px !important;
}

.account table a:hover,
.shipingcstm_page a:hover,
.shipingcstm_page button:hover,
.login a:hover, .login button:hover, .customer button:hover, .track-order-wrapper button:hover {
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 10px 10px -10px #00000080;
}
.addresses button:hover{
  color:unset !important;
  transform:unset !important;
} 

a.cstm-forget-pass:hover {
  box-shadow:unset !important;
  transform:unset !important;
  background:none !important;
  color: #000 !important;
}
.cstm-shiping-container {
  padding:0px 20px ;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.cstm-shiping-btn a {
  display: flex;
  flex-direction: row;
  align-items: end;
  width: fit-content;
}
.cstm-shiping-btn {
  gap: 20px;
  display: flex;
}
a.cstm-forget-pass {
  color: #000 !important;
  padding: 0px;
  background: none;
}
.cstm-login-btn-con {
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  gap: 30px;
  display: flex;
}
.cstm-login-btn-con a,
.cstm-login-btn-con button {
  margin: 0px !important;
}
.cstm-shiping-orders{
  padding:0px !important;
}
.edit-address {
    min-width: unset !important;
    min-height: unset !important;
    line-height: 1 !important;
    padding: 10px 30px !important;
    font-size: 15px !important;
    color: #fff !important;
    background: #008000ba !important;
}
.delete-address {
    min-width: unset !important;
    min-height: unset !important;
    line-height: 1 !important;
    padding: 10px 30px !important;
    font-size: 15px !important;
    color: #fff !important;
    background: #ff0000bd !important;
}

.addresses h1 {
    margin-bottom: 50px;
}
.product-form__controls-group div {
margin:0px !important;
    flex: 1 !important;
    width: unset;
    min-width: unset;
}
.product-form__controls-group {
margin:21px 0px !important;
    gap: 30px;
    display: flex;
    align-items: center;
}
.icon-with-text__heading {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Source Sans 3';
}
.icon-with-text__subheading {
    font-size: 16px;
    font-family: 'Source Sans 3';
    font-weight: 500;
}
.icon-with-text img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}
.article-template__content blockquote {
    border-left: 4px solid #5C1C06 !important;
}

.track-order-wrapper h2 {
    font-size: 42px;
    font-family: "ivyora display regular";
    font-weight: 400;
    color: #421404;
}
.track-order-wrapper {
  padding :50px 20px;
    text-align: center;
}
.track-order-wrapper input {
  max-width:300px;
  width:100% ;
  padding:10px 40px 10px 20px;
    background: #eee !important;
    border-radius: 5px !important;
    border: 1px solid #ab6649 !important;
    outline: 0px !important;
    box-shadow: unset !important;
    height: 50px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: "Source Sans 3" !important;
}
.track-order-wrapper input::after,
.track-order-wrapper input::before {
  display: none !important;
}
form#track-order-form {
    align-items: center;
    gap: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.header__search {
  display: none !important;
}
.product-media-container{
border:0px;
}

.product-media-container .product__media {
    max-height: 691px;
    padding: 0px !important;
    border: 0px;
    border-radius: 17px;
    position: relative;
    max-width:587px;
    height: 691px !important;
}
.product__media-list {
    padding: 0px 34px;
}
.product-media-container .product__media img{
    object-fit:cover;
}
button.thumbnail {
    border-radius: 14px;
}
/* .card__badge.bottom {
	display: none;
} */
.collection-list {
	justify-content: center;
}
.cstm-blog-img{
  object-position:bottom !important;
}


/* responsive starts here */

@media (max-width: 1200px) {

.sc-fYXHKj.TqaeK.pf-7_.home-banner-txt {
    align-self: center;
}
.home-forma-sec img{
  flex:1;
}
.home-forma-sec .forma-ph{
  flex:1 !important;
  gap:20px !important;
}
.rituals-home-sec {
    align-self: center !important;
}
.productcstm{ 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}
.productcstm .grid__item{
max-width:100%;
width:100%;
}
.faq-section.faqsection {
    padding: 80px 20px !important;
}




}

@media (max-width: 768px) {
  .fundamantelbundel,
  .about-section,
  .home-forma-philosphy {
    flex-direction: column-reverse !important;
  }

  .footer-tagline {
    font-size: 21px;
  }

  .footer-desc {
    font-size: 15px;
  }
  .input-group label {
    font-size: 13px;
  }
  .contact-info {
    font-size: 15px;
  }

  footer .footer-block__heading {
    font-size: 18px;
  }
  footer a.link {
    font-size: 18px !important;
  }
  .footer-block--menu {
    max-width: 100% !important;
  }
  .back-to-top-btn {
    font-size: 10px;
    padding: 10px 16px;
    bottom: 15px;
    right: 15px;
  }

  .allbanner {
    min-height: 500px;
  }
  .allbanner .banner__media.media.scroll-trigger.animate--fade-in {
    position: absolute !important;
    height: 100% !important;
  }
  .allbanner .banner__box {
    font-size: 16px !important;
  }
  .allbanner h2.banner__heading.inline-richtext.h1 {
    font-size: 35px;
  }
  .allbanner .banner__buttons .button {
    font-size: 17px !important;
    padding: 13px 24px;
  }

  .allbanner .banner__box {
    text-align: left;
    padding: 0px !important;
  }
  .allbanner .banner__content.banner__content--middle-center {
    justify-content: flex-start;
  }

  .banner--mobile-bottom .banner__box {
    padding: 0px !important;
  }
  .allbanner .banner__content {
    align-items: end;
    padding: 60px 20px !important;
  }
  .collection-description p {
    font-size: 16px !important;
  }
  .colcstm .title {
    font-size: 32px;
  }
  .colcstm {
    padding: 60px 0px;
  }
  .colcstm .collection-list .collection-list__item .card__media img {
    width: 100%;
    height: 100%;
  }

  .colcstm .collection-list .collection-list__item .card__inner {
    height: 120px !important;
    width: 120px !important;
  }
  .colcstm .collection-list {
    row-gap: 35px !important;
  }
  .colcstm
    .collection-list
    .collection-list__item
    .card__content
    .card__heading {
    font-size: 16px;
  }
  .collection__title h2 {
    margin: 0px !important;
    font-size: 32px;
  }
  .collection__title.title-wrapper {
    margin-bottom: 28px !important;
  }
  .productcstm li .card__content .card__information {
    padding: 30px 20px;
  }
  #collection-template--26006604906785__featured_collection_pYNwNh {
    padding: 60px 0px;
  }
  header .header__icons {
    gap: 14px;
    width: 100%;
  }

  .blog-articles .blog-articles__article .card__content .article-card__excerpt {
    font-size: 16px;
  }
  .blog-articles .blog-articles__article .card__content .card__heading a {
    font-size: 22px;
  }
  .article-template header .article-template__title {
    font-size: 32px;
  }
  .article-template h3 {
    font-size: 20px;
  }
  .article-template p {
    font-size: 16px;
  }
  .article-template {
    padding: 60px 20px !important;
  }
  .article-template__hero-adapt.media {
    height: 450px !important;
  }
  .article-template__content img {
    height: 280px;
  }
  .about-section-heading h2.rich-text__heading {
    font-size: 32px !important ;
  }
  .about-section-heading .rich-text__text p {
    font-size: 16px !important;
  }
  #shopify-section-template--26006604775713__rich_text_RVcNaq {
    padding-top: 60px !important;
  }

  .multirow-custom .image-with-text-custom__grid {
    flex-direction: column;
    gap: 30px;
  }
  .caption-with-letter-spacing--medium {
    display: none;
    font-size: 1.2rem;
    letter-spacing: 0.16rem;
  }
  .multirow-custom h2.image-with-text-custom__heading {
    font-size: 32px !important;
  }
  .multirow-custom p {
    line-height: 24px;
    font-size: 16px !important;
  }
  .multirow-custom .image-with-text-custom {
    padding: 60px 0px !important;
  }

  .faq-section.faqsection {
    padding: 60px 20px !important;
  }
  .faqsection .faq-item .faq-question {
    font-size: 18px;
  }
  .faqsection .faq-item .faq-answer {
    line-height: 24px;
    font-size: 15px !important;
  }
  .faqsection .faq-item .faq-answer.open {
    padding-top: 10px;
  }
  .header__icons .header-search-inline {
    display: none;
  }
  .collection slider-component ul {
    row-gap: 20px !important;
  }
  .btn-read-more {
    padding: 10px 22px !important;
    font-size: 14px !important;
  }
  .product__info-container .product__title h1 {
    font-size: 25px !important;
  }
  .product__short-description p {
    font-size: 15px;
  }
  .productdetail .price-item {
    font-size: 25px;
  }
  .product_content_des p {
    font-size: 15px !important;
  }
  .product_content_des li {
    font-size: 15px;
  }
  .product__info-wrapper .product-form__submit {
    font-size: 17px;
    width: 100%;
  }
  .product_content_des h3 {
    font-size: 25px;
  }
  .related-products .related-products__heading {
    font-size: 27px;
  }

  .productcstm .card--standard:hover {
    transform: None;
  }
.icon-with-text__heading {
    font-size: 16px;
}
.icon-with-text__subheading {
    font-size: 14px;
}
.productcstm {
    grid-template-columns: 1fr  !important;
}
.shipingcstm_page a, .login a, .customer button, .track-order-wrapper button{
  font-size:14px;
  padding:10px 22px;
}
.cstm-shiping-btn a {
    align-items: center;
}
.track-order-wrapper h2{
  font-size:32px ;
}
form#track-order-form {
  gap:20px;
  margin-bottom:25px;
  flex-direction: column;
} 
 .track-order-wrapper input {
    height: unset !important;
    font-size: 15px !important;
 }
 .product-media-container .product__media {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 400px !important;
}
.product-media-container .product__media img {
    position: relative !important;
 }
.product__media-wrapper {
    margin-bottom: 30px;
}



}
