/** Shopify CDN: Minification failed

Line 7:1 Unexpected "@font-face"
Line 740:1 Expected identifier but found "#shopify-section-footer"

**/
t@font-face {
    font-family: 'freight';
    src: url('//www.katharinajunkert.com/cdn/shop/files/freigdisproboo-webfont.woff2?v=4049149433167070214') format('woff2'),
         url('//www.katharinajunkert.com/cdn/shop/files/freigdisproboo-webfont.woff?v=10901022664568195063') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'halyard';
    src: url('//www.katharinajunkert.com/cdn/shop/files/halyarddisbook-webfont.woff2?v=14659538177520832338') format('woff2'),
         url('//www.katharinajunkert.com/cdn/shop/files/halyarddisbook-webfont.woff?v=14713361029934927285') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'halyard';
    src: url('//www.katharinajunkert.com/cdn/shop/files/halyarddislt-webfont.woff2?v=14547036143706036658') format('woff2'),
         url('//www.katharinajunkert.com/cdn/shop/files/halyarddislt-webfont.woff?v=16851485272840019866') format('woff');
    font-weight: 200;
    font-style: normal;
}

:root {
    --heading-font-family : 'halyard', sans-serif;
    --heading-font-weight : 400;
    --heading-font-style  : normal;

    --text-font-family : 'halyard', sans-serif;
    --text-font-weight : 200;
    --text-font-style  : normal;

    --high-font-family : 'freight', serif;
    --high-font-weight : 400;
    --high-font-style  : normal;
}

.PageContent {
    font-size: 16px;
}

.clear { clear: both; float: none; display: block; }

.ProductItem__LabelList {
  display: none;
}

button.ProductForm__AddToCart[disabled=disabled] {
  display: none;
}

.Button--secondary, .spr-pagination-prev>a, .spr-pagination-next>a {
    color: #000;
    border: 1px solid rgba(var(--text-color-light-rgb),.2);
    border: 1px solid #000;
}

.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a {
  letter-spacing: 1px;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: 15px;
  padding: 10px 22px;
}

.Button--primary, .Button--secondary, .CollectionItem__Link  {
  border: 0px;
  transition: all 0.2s;
  z-index: unset;
  background-color: var(--button-background);
  color: #fff;
}

.CollectionItem__Link {
  background-color: #fff;
}


.Button--primary:not([disabled]):hover, .Button--secondary:not([disabled]):hover, .CollectionItem__Link:hover {
  background-color: #9e8d8a !important;
  color: #fff !important;
  transition: all 0.2s;
  z-index: unset;
}

.Button--primary:not([disabled]):before, .Button--secondary:not([disabled]):before, .CollectionItem__Link::before {
  content: "" !important;
  display: none !important;
}

.CollectionItem__Link.Button {
  
  }

.template-index .ProductItem__PriceList {
	display: none !important;
}


  /* Cotnact Popup */

    .cta_contact_form {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;

  }

  .cta_contact_form.open {
    display: block;
  }

  .cta_contact_form .cta_contact_form_wrapper {
    margin: 0 auto;
    position: relative;
    top: 100px;
    background: #fff;
    width: 90%;
    max-width: 700px;
    padding: 20px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  }

.cta_contact_form .Form__Group  {
	display: block;
}
  
.cta_contact_form .Form__Group  {
	display: block;
}

.cta_contact_form  .Form__Input {
	background: #efe5dc;
	text-transform: uppercase;
    border: 0px;
}

.cta_contact_form .Form--spacingTight .Form__Group>:nth-child(2) {
    margin-left: 0px;
}

.cta_contact_form .Form__Submit {
    width: unset;
	max-width: 200px;
	float: right;
}

 .cta_contact_form h2 {
      font-size: 18px;
    font-family: var(--high-font-family);
    text-transform: uppercase;
    margin-bottom: 30px;
  }


  @media screen and (min-width: 641px) {
    .cta_contact_form .cta_contact_form_wrapper {
    padding: 40px;
    }
  }

  .cta_contact_form .closer {
    position: absolute;
    top: 0px;
    right: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
    top: 0px;
    font-size: 30px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  


/* Header und Main Menu */

@media screen and (min-width: 641px) {
  .Header__Icon .Icon--search-desktop {
      position: relative;
      top: 2px;
      width: 15px;
      height: 15px;
  }
  .Header__Icon .Icon--cart-desktop {
      height: 15px;
      width: 15px;
  }

  .Header__LogoImage {
    max-width: 235px !important;
  }
  .small-header .Header__Logo img {
  max-height: 25px !important;
  width: auto !important;
}
.shopify-section--header {
   position: fixed !important;
}

.small-header.Header--center {
  max-height: 70px;
  transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
    overflow: hidden;
}

.Header--center {
  max-height: 1000px;
  transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  position: relative;
} 

.Header__FlexItem.Header__FlexItem--fill {
	margin-top: -10px;
}

.Header__LogoLink {
    max-height: 1000px;
    overflow: hidden;
  transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
}

.small-header .Header__LogoLink {
    max-height: 15px;
  transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
}

.Header--center .Header__MainNav {
  top: 62px;
}

.Header .Heading, .Header .Link--secondary, .Header .Link--primary:hover {
    color: var(--header-heading-color);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--high-font-family);
}

@media screen and (min-width: 1140px) {
.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 38px;
    margin-left: 38px;
}
}

.Header .Heading:hover {
  text-decoration: underline;
}

.Header--center .Header__MainNav {
      padding-bottom: 24px;
      padding-top: 18px;
}

@media screen and (min-width: 1140px) {
  .Header--center .Header__Wrapper.Header__Wrapper {
      padding: 24px 50px 35px 50px;
  }
  .Header--center .Header__FlexItem {
    margin-bottom: 20px;
}
}

.Header__LinkSpacer { display: none !important }
}

/* SECTIONS BASIS */
.SectionHeader__Heading.SectionHeader__Heading, .SectionHeader__SubHeading.SectionHeader__SubHeading {
    font-family: var(--high-font-family);
  color: #000;
  font-size: 22px;
}

.shopify-section--bordered+.shopify-section--bordered {
    border-top: 0px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  #shopify-section-template--16039478919398__slideshow {
    margin-top: -45px !important;
  }
}
/* Product List Single Box */
.ProductList .ProductItem__Title.Heading {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.ProductList .ProductItem__Price {
  font-size: 12px;
}

.ProductList .ProductItem__PriceList {
   text-align: center;
}

/* Start Page */

section.kj-richtext-image-first {
  background: #efe5dc;
}
section.kj-richtext-image > .FeatureText--withImage {
  max-width: 1200px;
  margin: 0 auto;
}

  section.kj-richtext-image {
  padding: 20px;
}

@media screen and (min-width: 641px) {
.FeatureText__Content {
    max-width: 100%;
    margin: 0 auto;
 }

  section.kj-richtext-image {
  padding: 90px;
}
  
.kj-richtext-image .FeatureText__ImageWrapper { width: 40% !important; }
.kj-richtext-image .FeatureText__ContentWrapper { width: 60% !important; }

  
section.kj-richtext-image .FeatureText__Content p {
  max-width: 80%;
  margin: 0 auto;
}
 
}

section.kj-richtext-image .FeatureText__Content {
  font-size: 16px;
  text-align: center;
}


.cta_holder {
  display: table;
  width: 100%;
  margin: 50px auto 0px auto;
}

.cta_holder .cta_single {
  width: 33.33%;
  display: table-cell;
  text-align: center;
  padding: 10px;
}

.cta_single > div, .cta_single > img {
  pointer-events: none;
}

.cta_holder .cta_single:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cta_holder .cta_single img {
  height: 35px;
  margin-bottom: 10px;
}

/* Section Handcrafted */
#section-template--16039478919398__1661594956de4a9b89 .ImageHero {
	justify-content: left;
	padding-left: 10%;
}
#section-template--16039478919398__1661594956de4a9b89 .ImageHero h2 {
	font-size: 30px;
    text-align: left;
}

/* SECTION FINE */
#section-template--16039478919398__166159763621ba3607   {
	padding: 110px 0 20px 0;
}
#section-template--16039478919398__166159763621ba3607 header.SectionHeader  {
	margin-bottom: 0px !important;
}
#section-template--16039478919398__1661597478112b7a8d,
#section-template--16039478919398__1661597600e09737a0 {
	    max-width: 1500px;
    margin: 0 auto;
}
#section-template--16039478919398__1661597600e09737a0 .CollectionList--spaced {
	margin-top: 0px;
}
@media screen and (min-width: 1140px) {
.CollectionItem__Wrapper--small {
    height: 400px;
}
}

/* Section slider */

#main {
        margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #main {
    margin-top: 0px;
  }
}
#shopify-section-template--16039478919398__slideshow .flickity-viewport, #shopify-section-template--16039478919398__slideshow .Slideshow__Slide {
      max-height: calc(100vh - 50px);

}




.Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
    bottom: 30px;
}


@media screen and (min-width: 1140px) {
  #main {       margin-top: 114px; }
  #shopify-section-template--16039478919398__slideshow .flickity-viewport, #shopify-section-template--16039478919398__slideshow .Slideshow__Slide {
      max-height: calc(100vh - 115px);
  }
  
.Slideshow__Content--bottomLeft, .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomRight {
    bottom: 70px;
}

}

/* featured collection kj */
.fcoll-kj .addheadertext {
		display: none;
	}


@media screen and (min-width: 641px) {

	.fcoll-kj .SectionHeader {
		display: none;
	}
	
	
	.fcoll-kj .ProductListWrapper {
		width: 60%; float: left;
	}
	
	.fcoll-kj .btncontainer {
		float: right; width: 40x%;
	}
	
	.fcoll-kj .addheadertext {
		display: block;
	}

  .fcoll-kj .Button--primary {
		margin-top: 20px;
	}


  .text_left.fcoll-kj .ProductListWrapper {
    width: 60%;
    float: right;
}
.text_left.fcoll-kj .btncontainer {
    float: left;
    width: 40%;
}

/* ===== Signature Pieces – 19 Produkte pro Reihe, Überschrift oben ===== */
#block-166193255062bc59a7-0 .Grid__Cell {
  width: 20% !important;
  padding-left: 8px !important;
}
#block-166193255062bc59a7-0 .ProductListWrapper {
  float: none !important;
  width: 100% !important;
  clear: both !important;
  order: 2 !important;
}
#block-166193255062bc59a7-0 .btncontainer {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
  order: 1 !important;
  margin-bottom: 40px !important;
  padding-top: 0px !important;
  margin-top: -50px !important;
  min-height: unset !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .SectionHeader {
  margin: 0px !important;
  padding: 0px !important;
}
#block-166193255062bc59a7-0.TabPanel {
  display: flex !important;
  flex-direction: column !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .Section.Section--spacingNormal {
  padding-top: 5px !important;
  padding-bottom: 35px !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .TabPanel {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .Container.btncontainer {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .TabPanel {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .TabPanel {
  justify-content: flex-start !important;
}
#shopify-section-template--16039478919398__1661932550e1fcbf84 .SectionHeader.SectionHeader--center {
  margin: 0px !important;
  padding: 0px !important;
}
/* ===== Engagement Rings – 10 Produkte pro Reihe, Überschrift oben ===== */
#block-1661785397fddf99b3-0 .Grid__Cell {
width: 20% !important;
padding-left: 8px !important;
}
#block-1661785397fddf99b3-0 .ProductListWrapper {
float: none !important;
width: 100% !important;
clear: both !important;
order: 2 !important;
}
#block-1661785397fddf99b3-0 .btncontainer {
float: none !important;
width: 100% !important;
text-align: center !important;
order: 1 !important;
margin-bottom: 40px !important;
padding-top: 0px !important;
margin-top: -50px !important;
min-height: unset !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .SectionHeader {
margin: 0px !important;
padding: 0px !important;
}
#block-1661785397fddf99b3-0.TabPanel {
display: flex !important;
flex-direction: column !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .Section.Section--spacingNormal {
padding-top: 5px !important;
padding-bottom: 35px !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .TabPanel {
padding-top: 5px !important;
padding-bottom: 10px !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .Container.btncontainer {
padding-top: 5px !important;
padding-bottom: 10px !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .TabPanel {
align-items: flex-start !important;
justify-content: flex-start !important;
}
#shopify-section-template--16039478919398__1661785397d613b5a9 .SectionHeader.SectionHeader--center {
margin: 0px !important;
padding: 0px !important;
}

}

  /*M MEga Menmü */
  .MegaMenu__Title.Heading.Text--subdued.u-h7 {
    pointer-events: none !important;
    cursor: text;  /* This is used */
    color: #9e8d8a;
  }

  .Header .Link--secondary {
    font-family: var(--heading-font-family);
    color: #000000;
    text-transform: none;
  }



.PageHeader {
    margin: 0px 0px 15px 0;
    padding-top: 50px;
}

/* Section bespoke stryle */

#shopify-section-template--16410655490278__main .PageContent {
  margin-bottom: 10px;
}
  
.section-bespoke-style {
  margin-bottom: 200px;
  padding-top: 60px;
  max-width: 1500px;
  margin: 0 auto;
}

.section-bespoke-style .FeatureText__Content {
  max-width: 500px; 
    margin-top: 100px;  
}

@media screen and (max-width: 768px) {
  .section-bespoke-style {  
    margin-bottom: 80px;
     padding-top: 0px;
}

  .section-bespoke-style .FeatureText__Content {

    margin-top: 40px;  
  
}
}


.section-bespoke-style p, .PageContent {
  font-size: 16px;
}

.sub_img_1 {
  max-width: 38%; display: inline-block; margin-right: 10px;
}

.sub_img_2 {
  max-width: 38%; display: inline-block; margin-right: 10px;
}

.add_img_holder {
      display: block;
    width: unset;
    max-width: 755px;
    margin-left: auto;
    padding-left: 10px; margin-top: 10px;
}


/* ABOUT */

#shopify-section-template--16410848166118__1661886115527329d8 p {
  font-size: 16px;
  text-align: justify;	
}

#shopify-section-template--16410848166118__1661886115527329d8 .PageHeader {
    margin: 0px 0px 15px 0;
    padding-top: 50px;
}
#shopify-section-template--16410848166118__1661886115527329d8 {
  padding-bottom: 100px;
  max-width: 1300px;
  margin: 0 auto;
}

/* FOOTER*/

#shopify-section-footer {
	background: var(--footer-background);
}

#section-footer {
___max-width: 1500px;
    margin: 0 auto;
	}
#shopify-section-footer .Footer__Title.Heading {
	display: none;
}
#shopify-section-footer .Linklist a {
	color: #000;
}

      #shopify-section-footer .Footer__Aside {
        margin-top: 10px;
      }
#shopify-section-footer .Footer__Aside .Footer__Copyright {
	display: none;
}

#shopify-section-footer .Footer__Aside .Footer__PaymentList {
	margin: 0 auto;
    
}

#shopify-section-footer .Footer__Aside .Footer__PaymentList svg {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.3s;
}

#shopify-section-footer .Footer__Aside .Footer__PaymentList svg:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 0.3s;
}

.Footer__Block--text {
    flex-basis: unset;
}
  
#shopify-section-footer .Footer__Block.Footer__Block--text {
	position: relative;
    color: #000000;
}


  .Footer__Block {
    flex: auto;
}

.#shopify-section-footer .Footer__Block.Footer__Block--text .Footer__Content {
     text-align: right;
}
#shopify-section-footer .Footer__Block.Footer__Block--text .Footer__Content {
	position: absolute;
	bottom: 0px;
}

.Footer {
    padding: 10px 0 10px 0;
}

 @media screen and (max-width: 768px) {
   .Footer__Block.Footer__Block--links {
     margin-top: 20px;
         width: 50%;
     display: inline-block;
    vertical-align: top;
   }

   .Footer__PaymentList {
     padding-top: 10px;
     border-top: 0px;
   }

  .Footer__PaymentList .HorizontalList__Item {
    margin: 6px;
    padding: 0px;
  }

  .Footer__PaymentList svg {
    width: 22px;
    height: 16px;
  }
 }

      @media screen and (min-width: 641px) {
        .Footer {
            padding: 75px 0 22px;
        }
      }

li.instagram_link {

}
li.instagram_link .insta-name {
	font-size: 14px;
    padding-left: 8px;
  line-height: 30px;
}
li.instagram_link svg.Icon--instagram {
	width: 14px;
    height: 14px;
      margin-top: -6px;
}

.Footer__Block .Linklist__Item {
  font-size: 12px;
}

.nl_desc {
	width: 35%;
	float: left;
    color: #fff;
}
.nl_desc h2 {
  font-family: var(--high-font-family);
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.nl_desc p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.nl_form {
    width: 65%;
   float: left;
  margin-top: 15px;
}
.Footer__Newsletter {
 
}
.nl_form .Form__Input {
	width: calc(100% - 170px);
    margin-right: 20px;
    background: #fff;
   display: block; 
  float: left;
  
}
.nl_form .Form__Submit {
	width: 140px;
    __max-width: 150px;
  display: block;
  float: right;
  margin: 0px;
}
@media screen and (max-width: 768px) {
        .nl_desc { width: 100%; }
      .nl_form { width: 100%; margin-top: 14px; }

      .nl_form .Form__Input {
	margin-bottom: 14px;
        width: 100%;
    }

      .nl_form .Form__Submit {
	width: 100%;
    max-width: 150px;
}
    }

/* Diamonds */
#shopify-section-template--16411190296806__1661892575625c4e69 .SectionHeader {
	display: none;
}

/* Fancies */
#shopify-section-template--16411190296806__1661892906a8d7a236 > section {
	margin: 30px 0 0 0;
	padding: 0px;
   font-size: 18px;
}

#shopify-section-template--16411190296806__main .PageHeader {
      margin: 0px 0px 15px 0;
}

#shopify-section-template--16411190296806__1661893061357a7570  > section {
	margin: 40px 0 40px 0;
	padding: 0px;
  font-size: 18px;
}

#shopify-section-template--16411190296806__1661892575625c4e69 .ProductItem__LabelList {
	display: none;
}

#shopify-section-template--16411190296806__main .PageContent {
	margin-bottom: 0px;
  font-size: 18px;
}


/* Artikel Detail */

  .cta_fotos {
    text-decoration: underline;
    cursor: pointer;
    display: block;
  }

   @media screen and (max-width: 768px) {
        .cta_fotos {
      text-align: center;
    }
  }
  
  

.ProductForm__Label.spec_before_custom {
  margin: 26px 0 0 0;
}

.ProductForm__BuyButtons {
  display: block;
  clear: both;
}

.ProductForm__BuyButtons .cta_inner_holder {
  display: block;
  clear: both;
  margin-top: 20px;
}

.ProductForm__BuyButtons .cta_inner_holder .ProductForm__Label {
  padding-top: 20px;
}

.SizeSwatch.is-active:after, .SizeSwatch__Radio:checked+.SizeSwatch {
    border-color: var(#000);
    color: var(#000);
    background: #efe5dc;
}

.SizeSwatch {
    display: inline-block;
    text-align: center;
    min-width: 36px;
    padding: 2px 6px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
}

.ProductForm__Label {
    font-family: var(--high-font-family);
    font-size: 15px;
    margin-top: 45px;
    margin-bottom: 16px;
}


  .features_outer {
    max-width: 1200px;
    margin: 60px auto 80px auto;
  }
  .feature_single {
    width: 33%;
    padding: 10px 50px 10px 50px;
    display: inline-block;
    text-align: centeR;
    vertical-align: top;
    min-height: 130px;
  }

   .feature_single img {
     height: 60px;
     width: auto;
     margin: 0 auto;
   }

    .feature_single p {
     max-width: 250px;
     margin: 0 auto;
   }

  
      @media screen and (max-width: 768px) {
          .feature_single {
        width: calc(33% - 5px);
            padding: 10px 10px;
    
  }

        .feature_single p {
     font-size: 13px;
   }

        .feature_single img {
            height: 40px;
        }
        
      }


    .props_holder {
      display: table;
      list-style-type: none;
      font-size: 15px;
    }

        .new-row {
          display: table-row;
        }
    .prop_entry_desc {
      display: table-cell;
       color: #000; 
      text-transform: uppercase;
       font-weight: 200;
      font-family: var(--heading-font-family);
      width: 126px;
    }
   .prop_entry_text {
      display: table-cell;
       color: #000; 
        font-family: var(--heading-font-family);
      font-weight: 400;
      padding-left: 40px;
    }
   
 .add_desc_left {
  margin-left: 50px; 
  flex: 1 1 auto;
  min-width: 0; /* verhindert Overflow bei langem Text */
}
.add_desc_left p,
.add_desc_left p span {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.add_desc_left h3 {
  font-family: var(--high-font-family);
}
.add_desc_right {
  flex: 0 0 550px;
  width: 550px;
  position: static; /* ersetzt das alte position: absolute; left: 950px; */
  padding-left: 50px;
}

.add_desc_right h3 {
  font-family: var(--high-font-family);
}

 .prop_entry_text {
  font-family: var(--text-font-family);
}
.prop_entry_text {
  font-weight: 200 !important;
}
.add_desc_right .prop_entry_text {
  padding-left: 10px !important;
}
.add_desc_right .new-row {
  display: flex !important;
}

.add_desc_right .prop_entry_desc {
  display: inline-block !important;
  width: 120px !important;
}

.add_desc_right .prop_entry_text {
  display: inline-block !important;
}
.add_desc_wrap { 
  display: flex;
  align-items: flex-start;
  position: relative; 
  margin: 80px 0px 10px 0px; 
}

.add_desc { 
  position: relative;
  margin: 80px auto 30px auto;
  max-width: 1330px;
}

.ProductMeta__Description, .ProductForm .Rte {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .add_desc_wrap {
    flex-direction: column;
    margin: 24px;
  }
  .add_desc_left {
    margin: 0px;
    width: 100%;
    flex: 1 1 auto; /* zur Sicherheit auch hier reset */
  }
    .add_desc_left p,
  .add_desc_left p span {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  .add_desc_right {
    margin: 40px 0px 0px 0px;
    width: 100%;
    float: none;
    padding-left: 0;
    flex: 0 0 auto;  /* ← WICHTIG: überschreibt die 550px-Vorgabe */
  }
   .add_desc_right .prop_entry_text {
    padding-left: 15px !important;
  }
   .add_desc_right .prop_entry_desc {
    width: 110px !important;
  }
} 

.ProductMeta__Title.Heading {
  font-size: 24px;
  font-family: var(--high-font-family);
  text-transform: uppercase;
  color: #000;
}

.ProductMeta__Price.Price {
  color: #000;
  font-size: 18px;
}

.ProductMeta {
  border-bottom: none;
}

  /* CUTS SPECIAL */


.Text--subdued {
    color: #000;
}

  .CollectionToolbar, .CollectionToolbar__Item {
    border: none !important;
    box-shadow: none;
    color: #000;
    font-size: 18px;
  }

  .features--heading-large .u-h6, .features--heading-large .Rte h6 {
    font-size: 16px;
}


.Linklist__Item:before,.Linklist__Checkbox+.Link:before {
 display: none;
 content: "";
}
  
.CollectionFilters.Special_Filter .Linklist__Item:before, .CollectionFilters.Special_Filter .Linklist__Checkbox+.Link:before {
    content: "x";
    border: 0px solid #000;
    border-radius: 50px;
    padding: 5px;
    background: transparent;
    top: 0px;
    height: 22px;
    width: 22px;
    line-height: 20px;
    position: absolute;
    display: inline-block;
    top: 0px;
    padding: 0;
    margin: 0;
}


.Linklist .Linklist__Item .is-cut-link {
  margin-left: 26px;
}


   .Linklist label[for=sidebar-filter-p-m-custom-cutsround]:after,
   .Linklist label[for=sidebar-filter-p-m-custom-cutscushion]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutspear]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsasscher]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsheart]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsoval]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsmarquise]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsradiant]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsemerald]:after  {
      content: ' ';
      height: 27px;
      width: 27px;
      margin-left: 10px;
      display: inline-block;
      background-size: 18px 18px;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0px;
  }

    .Linklist .Linklist__Item .Link--secondary.is-cut-link:before,
  .Linklist__Item .Link--secondary.is-cut-link:before {
      content: ' ';
      height: 24px;
      width: 24px;
      margin-left: -28px;
      display: inline-block;
      background-size: 18px 18px;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0px;
  }

  .Linklist__Item label:before {
    right: 5px;
  }

  .Collapsible__Content .Linklist .Linklist__Item a.is-cut-link:after, 
    .Linklist label[for=sidebar-filter-p-m-custom-cutsround]:after,
  .Linklist label[for=sidebar-filter-p-m-custom-cutscushion]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutspear]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsasscher]:after, 
  .Linklist label[for=sidebar-filter-p-m-custom-cutsheart]:after, 
    .Linklist label[for=sidebar-filter-p-m-custom-cutsoval]:after, 
    .Linklist label[for=sidebar-filter-p-m-custom-cutsmarquise]:after, 
    .Linklist label[for=sidebar-filter-p-m-custom-cutsradiant]:after, 
   .Linklist label[for=sidebar-filter-p-m-custom-cutsemerald]:after   {
     height: 22px;
      width: 22px;
    background-size: 16px 16px;
  }

    .Linklist__Item .Link--secondary.is-cut-link.cut-oval:before,    .Linklist label[for=sidebar-filter-p-m-custom-cutsoval]:after { background-image: url("cut-oval.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-cushion:before, .Linklist label[for=sidebar-filter-p-m-custom-cutscushion]:after { background-image: url("cut-cushion.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-emerald:before, .Linklist label[for=sidebar-filter-p-m-custom-cutsemerald]:after { background-image: url("cut-emerald.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-heart:before,   .Linklist label[for=sidebar-filter-p-m-custom-cutsheart]:after { background-image: url("cut-heart.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-pear:before,    .Linklist label[for=sidebar-filter-p-m-custom-cutspear]:after { background-image: url("cut-pear.png"); }
    .Linklist__Item .Link--secondary.Link--secondary.is-cut-link.cut-round:before, .Linklist label[for=sidebar-filter-p-m-custom-cutsround]:after { background-image: url("cut-round.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-marquise:before, .Linklist label[for=sidebar-filter-p-m-custom-cutsmarquise]:after  { background-image: url("cut-marquise.png"); }
    .Linklist__Item .Link--secondary.is-cut-link.cut-asscher:before, .Linklist label[for=sidebar-filter-p-m-custom-cutsasscher]:after  { background-image: url("cut-asscher.png"); }
     .Linklist__Item .Link--secondary.is-cut-link.cut-radiant:before, .Linklist label[for=sidebar-filter-p-m-custom-cutsradiant]:after  { background-image: url("cut-radiant.png"); }

    .Linklist__Item .is-cut-link.cut-eternity:before { background-image: url("cut-eternity.png"); }
    .Linklist__Item .is-cut-link.cut-pave:before { background-image: url("cut-pave.png"); }
    .Linklist__Item .is-cut-link.cut-halo:before { background-image: url("cut-halo.png"); }
    .Linklist__Item .is-cut-link.cut-solitaire:before  { background-image: url("cut-solitaire.png"); }
    .Linklist__Item .is-cut-link.cut-threestone:before  { background-image: url("cut-threestone.png"); }
    

/* FILTER*/
.CollectionToolbar--top {
    top: calc(var(--header-height) * 0) !important;
}

.Special_Filter .Collapsible__Button {
	display: none;
}

.Special_Filter .CollectionFilters__ClearButton {
	margin-left: 15px;
}

.Collapsible.Collapsible--padded.Collapsible--autoExpand {
	overflow: visible !important;
  visibility: visible !important;
  height: auto !important;
}

.Collapsible.Collapsible--padded .Collapsible__Inner {
	overflow: visible !important;
  visibility: visible !important;
  height: auto !important;
}

button.CollectionToolbar__Item {
	text-align: right;
	padding-right: 20px;
}

/* cta big bar */
.cta_big_bar .cta_single {
  font-size: 16px;
}
.cta_big_bar .cta_holder {
  margin: 0px;
}

section.Section .features_outer {
  margin-top: 80px !important;
}
