/** Shopify CDN: Minification failed

Line 750:22 Expected identifier but found whitespace
Line 750:23 Unexpected "0"
Line 813:0 Expected "}" to go with "{"

**/
/* Product page css start */
.page-content--product {
  padding-top: 0px !important;
}
.modal__inner .page-content--product {
  background-color: transparent;
}
/* Breadcumb css start */
.page-content--product nav.breadcrumb {
    padding: 24px 42px;
    max-width: 1500px !important;
    margin: 0 auto;
    font-family: 'Cormorant';
    letter-spacing: 0px;
    text-transform: uppercase;
}
body.template-search.search nav.breadcrumb{
    max-width: 1500px !important;
    margin: 0 auto;
    font-family: 'Cormorant';
    letter-spacing: 0px;
    text-transform: uppercase;
}
/* Breadcumb css end */

.grid__item.medium-up--one-half .product-single__meta {
  padding-left: 15px;
}
.product-block h1.h2.product-single__title {
  font-family: 'Tiemann LT Pro';
  line-height: 35px;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform:capitalize;
}
.product-block.product-block--price {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e1;
}

/* product images css start */
/* .grid__item.medium-up--three-fifths.product_images_indouble {
    display: flex;
    flex-wrap: wrap;
}
.product_img_wrapper {
    max-width: calc(50% - 20px);
    width: 100%;
} */
/* product images css end */

.product-block span[data-product-price] {
    font-size: 35px;
    font-family: 'Cormorant';
    color: #000;
}
.product__quantity {
    padding-top: 10px;
    padding-bottom: 17px;
}
.product__policies.rte.small--text-center {
    margin-top: 5px;
    padding-bottom: 20px;
}
.variant-wrapper.js label.variant__label {
    font-family: 'Tiemann LT Pro';
    font-size: 15px !important;
}
/* .product__policies.rte.small--text-center a {
  font-weight: 600;
} */
.product__thumbs--below .product__thumbs--scroller {
  display: flex;
  justify-content: center;
}
.product__quantity .js-qty__wrapper {
  max-width: 120px;
  border-radius: 0px;
}
.product__quantity .js-qty__wrapper .js-qty__num {
  border-radius: 0px;
  padding: 10px 20px;
}
.product-block .product__quantity > label {
    font-size: 15px !important;
    /* font-weight: 600; */
    margin-bottom: 10px;
    letter-spacing: 3px !important;
    font-family: 'Tiemann LT Pro' !important;
    text-transform: uppercase !important;
}
.variant-input-wrap label{
      box-shadow: 0 0 0 1px #bbb9b9;
}
.js-qty__wrapper input{
      border-color: #bbb9b9;
}
.product__quantity button{
    border: 1px solid #bbb9b9;
}
/* .product-block .payment-buttons {
  max-width: 450px;
} */
/* button animation css start */
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  width: 135%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transform: translate3d(-100%, 0, 0);
}
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary:hover::before {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary:hover::after {
  transform: translate3d(0, 0, 0);
  transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.payment-buttons button.btn.btn--full.add-to-cart.btn--secondary:hover span {
  animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
  position: relative;
  color: #fff;
  z-index: 3;
}
@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}

@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* button animation css end*/

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  border: 1px solid #bbbbbb;
}
.collapsibles-wrapper .collapsible-trigger-btn {
  text-align: left;
}
.product-block .collapsibles-wrapper.collapsibles-wrapper--border-bottom {
  border: 0px;
}
.pro-vdo-sectn .feature-row {
    gap: 38px;
    background: #fff;
}
.product-block {
    margin-bottom: 10px;
}
.product-block
  button.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height {
  border: 0px;
}
.product-block .collapsible-content__inner.rte {
  border: 0px;
}

.product-block.product-block--tab {
  border-top: 1px solid #bbbbbb;
}
.custom-space-above a.btn {
    font-family: 'Cormorant';
    background: #000000 !important;
}
.social-sharing .icon {
    height: 18px;
    width: 18px;
}
/* .collapsibles-wrapper.collapsibles-wrapper--border-bottom form {
  border-bottom: 1px solid #bbbbbb;
} */
.product-single__meta .social-sharing {
  float: left;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

/* Video with text css start */
.video-with-text.feature-row__item.feature-row__item--overlap-images.aos-init.aos-animate {
  /* background: #000;  */
  padding: 0px;
  margin: auto;
}
.feature-row-wrapper {
    overflow: initial;
    direction: ltr;
}
.video_wrapper {
  margin: auto !important;
  transform: none !important;
}
.video_wrapper video {
  width: 100%;
}
/* Video with text css end*/

/* Value add points csss start */
.valueadd {
  margin: 0;
}
/* Value add points csss End */

/* Banner css start*/
.banenr-desktop img {
  width: 100%;
}

.banner-mobile {
  display: none;
}
.itg-Catalog .promo-grid__content {
    width: 100%;
      padding: 0px;
}
.itg-Catalog .vertical-center .promo-grid__content {
    align-self: end;
    padding-bottom: 30px !important;
}
.itg-Catalog .rte--block.rte--strong {
    background: #ffffffd4;
    color: #333;
    font-size: 30px;
    padding: 5px 0px;
}
.itg-Catalog .page-content{
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.itg-Catalog .promo-grid--space-top{
  padding-top: 0px;
}
.itg-FAQs .page-width.page-width--narrow.faq_section{
      padding-bottom: 20px;
}
@media (max-width: 468px) {
.slider_pdf_text{
  font-size: 16px;
  min-width: unset;
}
  .main_custom_slider.New .flex_section_rev:before{
  height: 95%;
  }
  h1.section-header__title{
  padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .banenr-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .banner-mobile img {
    width: 100%;
  }
}
/* Banner css end*/
[data-type_product_capitalize="true"] .grid-product__title {
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-transform: uppercase;
  font-size: calc(var(--typeBaseSize) - 2px);
  letter-spacing: 0.1em;
}

/* Product page css End */
.product .grid__item.medium-up--one-half.product-single__sticky {
  width: 45%;
  padding-left: 0;
}
.product__photos-template--19128251646211__main .product__thumbs:not(.product__thumbs--below) {
    min-height: 100% !important; 
    max-height: 100% !important;
}
.product .medium-up--one-half {
  width: 55%;
}
.product .grid__item.medium-up--one-half .product-single__meta {
  padding-left: 45px;
  padding-right: 5px;
}
.product-block.product-block--header {
  margin-bottom: 0px;
}
.product-block.product-block--tab {
  background: #ead1e2;
}
.collapsible-content.is-open {
  background: #fff;
  padding: 10px 0px;
}
.product div.stamped-container[data-widget-style],
div[data-widget-style] div.stamped-container {
  margin: 0px auto !important;
}
.index-section {
  margin: 75px 0;
}
button.label.collapsible-trigger.collapsible-trigger-btn:hover {
  background: #d5b8cc;
}
.grid--flush-bottom .image-wrap.text-spacing img {
  transform: translate3d(-30px, 0, 0) scale(1.12);
  transition: opacity 0.6s, transform 0.9s;
  cursor: pointer;
}
.grid--flush-bottom .image-wrap.text-spacing:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* .announcement-bar {
  background: #f7f1f0;
} */
.header-value-main {
  background: #f4f6f8;
}
.header-value.point {
  display: flex;
  justify-content: space-around;
  padding: 12px 0px;
  font-size: 16px;
}
.template-product .product-block.product-block--tab {
  background-color: transparent;
  border: 0 solid #dddddd;
  font-weight: bold;
}
.accordion__item {
  position: relative;
  margin-bottom: 0;
  background: #f7f1f0;
}
.get-html {
    padding-top: 16px;
    padding-bottom: 1px;
}
.accordion__item{
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
}
.accordion label {
    font-family: 'Cormorant';
    font-weight: 400;
    font-size: 15px !important;
}
.h1.appear-delay {
    font-family: 'Tiemann LT Pro';
    letter-spacing: 2px;
    width: 300px;
    line-height: 40px;
}
.accordion:last-child .accordion__item {
    border-bottom: 1px solid #e6e6e6;
}
.rte.appear-delay-1 p {
    width: 395px;
}
/* .accordion{
     border-bottom: 1px solid #e6e6e6; 
} */
.accordion__title {
    text-transform: capitalize;
    letter-spacing: 0.2px;
    display: block;
    width: 100%;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    line-height: var(--typeBaseLineHeight);
    opacity: 0.9;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #e8e8e1;
    position: relative;
    font-weight: 800;
    font-family: 'Cormorant';
    /* text-align: center; */
    text-transform: uppercase;
    font-family: 'Cormorant';
    letter-spacing: 3px;
    font-size: 15px;
  background: #FAF8F1;
}
.product-block {
    margin-bottom: 0px;
}
div#shopify-section-template--19128251449603__text_and_image_XRDbci {
    padding-bottom: 61px;
}
.primts .hero__subtitle {
    width: 726px !important;
    margin: auto !important;
    font-family: 'Cormorant';
}
div#shopify-section-template--19128251646211__featured_collections_hzb6jq {
    padding-top: 55px;
}
.valueadd {
    padding-top: 62px;
}
.recent-page .grid-product__title {
    font-family: 'Cormorant' !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px !important;
    text-align: center;
    padding-top: 13px;
    text-transform: none;
    text-transform: capitalize !important;
}
.return-link {
    text-align: center;
    padding: 15px 25px;
    margin-top: 42px;
    font-family: 'Cormorant';
    background: transparent !important;
    border: 1px solid #e8e8e1 !important;
    color: #000 !important;
}
.index-section.index-section--small.recent-page {
    padding-top: 67px;
}
.collection-grid-page .collection-item__title {
    background: #ffffff00;
    padding: 11px !important;
    color: black;
    font-size: 20px !important;
    width: 100%;
    max-width: 150px;
    line-height: 19px !important;
    /* max-height: 48px; */
    padding-bottom: 0 !important;
    margin: auto;
    position: absolute;
    bottom: 20%;
    color: #fff;
    border: 1px solid #e8e8e1;
    font-family: 'Cormorant' !important;
}
.collection-grid-page .collection-image img.lazyautosizes.lazyloaded {
    object-fit: cover;
}
.accordion__content {
  display: none;
  background: #fff;
  padding: 20px;
}
.pro-vdo-sectn .feature-row__text .btn {
    margin-top: 15px;
    font-family: 'Cormorant';
    background: #000;
}
.accordion__item .collapsible-trigger__icon {
  top: 0;
  bottom: 0;
  right: 15px;
  transform: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin: auto;
}

.accordion__item.is-open .collapsible-trigger__icon--open {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion__content .medium-up--one-half {
  width: 50%;
}

.template-product .product-block .collapsible-trigger-btn--borders {
  padding: 12px;
}
.template-product
  button.label.collapsible-trigger.collapsible-trigger-btn:hover {
  background: #eee8e6;
}
.stamped-summary-actions-newquestion:hover,
.stamped-summary-actions-newreview:hover {
  background: #e8e8e8;
}
.template-product
  #shopify-section-template--17818088669443__text_columns_jTK6BH.index-section {
  background-color: #f7f1f0;
  margin: 0;
  padding: 60px 0px;
}
.get-html .label {
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-family: Cormorant;
}
.get-label p {
    font-family: 'Cormorant';
}

.template-product .video_wrapper {
    padding-bottom: 100%;
    scale: 1.1;
    position: relative;
    /* z-index: 999999;  */
}
.feature-row__item--overlap-images>* {
    width: 60% !important;
}
.template-product .video_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  background: #000;
}

.template-product .index-section.valueadd {
  margin: 0;
}
.template-product .text-with-icons__block-icon .icon {
  width: 30px;
  height: 30px;
}

.custom-space-above {
    margin-bottom: 24px;
    margin-top: 32px;
}
.template-product .text-with-icons__blocks .text-with-icons__block {
  padding: 15px 30px;
}

nav.breadcrumb .breadcrumb__divider:last-child {display:none;}

.modal--quick-shop .product-block.product-block--tab {display: none;
background: transparent;}

.modal--quick-shop .product-block.product-block--tab:nth-of-type(7) {display: block;}

.modal--quick-shop .accordion > .product-block:nth-last-child(2) {display:none;}

.modal--quick-shop .accordion__item {background: transparent;
    padding-top: 10px;}

.modal--quick-shop .accordion__title {padding: 0;
    background: none;
    border: none;}

.modal--quick-shop .accordion__item.is-open .collapsible-trigger__icon--open {display: none;}

.modal--quick-shop .accordion__content {padding: 10px 0;}

.modal--quick-shop .product-block.product-block--tab {border: none;}

/* .contact-page {display: flex;
    align-items: flex-start;
    column-gap: 40px;} */

/* .contact-left {display: inline-flex;
    flex: 0 0 22%}
 */
.contact-left p, .contact-left .section-header__rte {font-size: 1.1em;
    font-weight: var(--typeBaseWeight);
    color: var(--colorTextBody);
    line-height: 1.4;
    opacity: 0.9;}

/* .conteact-right {flex: 0 0 calc(78% - 40px);} */
@media(max-width: 1200px){
  .primts .hero__subtitle {
    width: 95% !important;
    font-size: 17px !important;
    line-height: 24px;
}
  .primts h2.h1.hero__title {
    font-size: 30px;
    line-height: 41px;
}
  div#shopify-section-template--19128251449603__text_and_image_XRDbci {
    padding-bottom: 28px;
}
}

@media (max-width: 1024px) {
  .product .grid__item.medium-up--one-half.product-single__sticky {
    width: 50%;
    padding-left: 20px;
  }
  .product .medium-up--one-half {
    width: 49%;
  }
  .product .grid__item.medium-up--one-half .product-single__meta {
    padding-left: 15px;
    padding-right: 20px;
  }
  .product-block.product-block--header {
    margin-bottom: 0px;
  }
  div#shopify-section-template--19128251449603__text_and_image_XRDbci {
    padding-bottom: 0px;
}
}

@media (max-width: 800px) {
  #no-space {
    padding: 0 !important;
  }

  #featured-slider {
    white-space: nowrap;
    display: flex;
    margin-left: 0;
  }

  #featured-slider > .grid__item {
    width: 45vw;
    flex: 0 0 45vw;
    display: inline-block;
    float: none;
    white-space: normal;
  }
}


@media (max-width: 992px) {
  
.testifull-sec {
    flex-direction: column-reverse;
}
}


@media (max-width: 767px) {
  .primts h2.h1.hero__title {
    font-size: 22px;
    line-height: 30px;
}
  .primts .hero__text-shadow {
    padding-bottom: 0;
}
  .primts .hero__subtitle {
    width: 100% !important;
}
  .product .grid__item.medium-up--one-half .product-single__meta {
    padding: 0;
  }
  .product .grid__item.medium-up--one-half.product-single__sticky {
    width: 100%;
  }
  .product .medium-up--one-half {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .template-product .index-section {
    margin: 40px 0;
  }
  .header-value.point {
    display: none;
  }

  .template-product .text-with-icons__blocks .text-with-icons__block {
    padding: 0 10px 10px;
  }

  .no-space.page-width {
    padding: 0;
  }

  #featured-slider {
    white-space: nowrap;
    display: flex;
    margin-left: 0;
  }

  #featured-slider > .grid__item {
    width: 60vw;
    flex: 0 0 60vw;
    display: inline-block;
    float: none;
    white-space: normal;
  }
  .contact-page {flex-wrap: wrap;
    column-gap: 0;
    row-gap: 40px;}

  .contact-left {flex: 0 0 100

  .conteact-right {flex: 0 0 100%;}               
  
}

.header-value.point {
  font-size: 16px;
}
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
  color: #ffb076;
}
.template-product .text-with-icons__block-title h3 {
  font-size: 16px;
}
.template-product .return-link {
  margin-top: 0px;
}
div#shopify-section-template--17818088669443__collection-return > div {
  padding-bottom: 25px;
}
.template-product div#instafeed {
  display: none;
}
.h1.appear-delay {
  word-wrap: break-word;
}
.template-product .accordion__title {
  letter-spacing: 1px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}











* h1, * h2, * h3, * h4, * h5, * h6 {
  font-family: 'Tiemann LT Pro';
  letter-spacing: 1px !important;
}

.theme-block.itg-richtext .rte p {
    text-align: left !important;
}
.accordion__item.is-open .accordion__content {
    display: block !important;
}

