/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

[data-embedded="1"] #plugin_emotion_image {
    display: none !important;
}

/*••••• Fonts •••••*/

/* julius-sans-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/julius-sans-one-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/julius-sans-one-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



/*••••• Colors •••••*/

:root {
  --maincolor: #cd3a5f;
  --lightcolor: color-mix(in srgb, var(--maincolor) 20%, white);
}


/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor);
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'Open Sans', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(14px, 4vw, 18px);
    font-weight: 300;
    color: #68666b;
    letter-spacing: 0.04em;
    line-height: 1.55;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
	color: #68666b;
	margin-top: 1em;
	text-transform: uppercase;
	font-family: 'Julius Sans One', Arial, Sans-serif;
}

h1 {
    font-size: clamp(200%, 4.5vw, 300%);
    font-weight: 400;
    margin-top: 0.5em;
}

.page-nureinshop-home h1 {
    padding-top: 0;
}

h2 {
    font-size: clamp(150%, 4.5vw, 200%);
    font-weight: 400;
}

h1::first-letter, h2::first-letter {
    font-size: 120%;
}

h3 {
	font-weight: 400;
	font-size: clamp(110%, 4.5vw, 130%);
}

h4 {
	font-weight: 400;
	font-size: clamp(100%, 4.5vw, 110%);
}

p {
    margin-top: 8px;
    margin-bottom: 0;
}

strong {
    font-weight: 400;
    color: var(--maincolor);
}

h1 strong, h2 strong, h3 strong, h4 strong {
    color: var(--maincolor);
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 15px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	padding: 4px 15px 2px 15px;
	border-radius: 10px;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	border-radius: 7px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
}

blockquote strong {
    color: #fff;
}

blockquote .btn, blockquote .btn:hover {
    background-color: #fff;
    color: var(--maincolor);
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
    border-radius: 7px;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 7px 7px 0 0;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 7px 7px;
}

.nureinshop-block-accordion--body > *:first-child {
	margin-top: 0;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-breadcrumb ul li a {
	color: #000;
}

#region-breadcrumb ul li a:hover {
    text-shadow: none;
    text-shadow: 0 0 0 #000, 0.03em 0 #000;
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

.block-nureinshop-hr {
    margin-top: 100px;
    margin-bottom: 60px;
}

.block-nureinshop-hr hr {
	color: var(--maincolor);
	border: 1px solid var(--maincolor);
}

.block-nureinshop-hr hr::before {
	content: '';
	background-image: url('/pub/media/74c1ee66bc4c321586ed2666b466baaa/sandre-kosmetik-spacer-decoration.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 90px;
	height: 70px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	margin: 0 auto;
	background-color: #fff;
	background-position: center;
}

/*••••• Tabelle •••••*/

.block-nureinshop-table thead th {
  background-color: var(--maincolor);
  font-weight: bold;
  color: #fff;
}

.block-nureinshop-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.block-nureinshop-table tbody tr:nth-child(2n+2) {
  background-color: var(--lightcolor);
}

.block-nureinshop-table td, .block-nureinshop-table th {
  padding: 7px 10px;
  border: 1px solid #68666b;
  text-align: left;
}

/*••••• Banderole •••••*/

.banderole {
	width: 100%;
	color: #fff;
	background-color: var(--maincolor);
	z-index: 5;
	font-family: 'Julius Sans One', Arial, Sans-serif;
	position: sticky;
	top: 0;
	font-size: 16px;
}

.page-nureinshop-home .banderole {
    position: fixed;
    top: 0;
}

.banderole .container {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.banderole a {
    color: #fff;
    text-transform: uppercase;
    text-underline-offset: 2px;
}

.banderole a:nth-of-type(2), .banderole a:first-of-type {
    margin-left: auto;
}

.banderole a:first-of-type {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.banderole img {
    height: 25px;
    width: auto;
    margin-right: 15px;
    vertical-align: middle;
}

.banderole a:last-of-type img {
    margin-right: 0;
}

@media (max-width: 990px) {
    .banderole .container {
        padding: 5px 15px;
    }
    .banderole img {
        height: 20px;
    }
    .banderole {
        font-size: 14px;
    }
    #region-mobile-nav {
        top: 32px!important;
    }
}

/*••••• Header •••••*/

header {
	background-color: #FFFFFFF2;
	position: sticky;
	top: 35px;
	width: 100%;
	border-bottom: 1px solid var(--maincolor);
}

.page-nureinshop-home header {
    position: fixed;
	top: 35px;
}

header .container {
    display: flex;
}

#region-logo {
	float: none;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#region-logo a img {
	height: 70px;
	transition: 0.3s ease;
}

#region-search {
    display: none;
}


#region-logo.tausch {
    background-image: url('/pub/media/ccf588894183e9faba53169d0a42531a/sandre-kosmetik-logo.png');
    background-size: 60%;
    background-position: bottom;
    background-repeat: no-repeat;
}

#region-logo.tausch a img {
    opacity: 0;
}

/* [data-id="search"] {
    display:none!important;
} */

@media screen and (max-width: 1170px) {
    header .container, .banderole .container  {
	    width: calc(100vw - 32px);
	    margin-left: 15px;
	    margin-right: 15px;
    }
}

@media screen and (max-width: 990px) {
    .banderole .container  {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
    }
}


/*••••• Header Buttons •••••*/

.header-button-title {
    display: none;
}

#region-header-buttons {
	float: right;
	top: 30px;
	position: absolute;
	right: 70px;
}

.header-button--wishlist .header-button-icon {
    background-image: url('/pub/media/07b46dcbfd9aa5ff7df96d864dd66c85/sandre-kosmetik-merkliste.svg')!important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.minicart-counter {
  top: -8px;
  right: -6px;
}

/*••••• Warenkorb •••••*/

.minicart-text {
	display: none;
}

#region-minicart {
	float: right;
	top: 30px;
	z-index: 10;
	position: absolute;
	right: 0;
}

.minicart-icon {
    display: block;
    height: 35px;
    width: 50px;
	background-image: url("/pub/media/f0c282d29f53e13bfaa1e757c2692ed1/sandre-kosmetik-cart.svg");
	background-size: 100% auto;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.minicart-counter {
	background-color: var(--maincolor);
}

/*••••• Navigation •••••*/

#region-nav {
    /* position: fixed; */
    /* top: 173px; */
    /* z-index: 4; */
    /* width: 100vw; */
    /* left: 0; */
    /* border-bottom: 1px solid var(--maincolor); */
}

#region-nav nav {
	width: 100%;
	border: none;
	background-color: transparent;
}

#region-nav ul li a {
    text-decoration: none;
    border: none !important;
    font-family: 'Julius Sans One', Arial, Sans-serif;
    text-transform: uppercase;
}

#region-nav ul.level-1 > li > a {
	padding: 10px 25px;
	text-underline-offset:8px;
	transition: 0.3s ease;
}

#region-nav ul.level-1 > li > a::first-letter {
    font-size: 120%;
}

#region-nav .level-1 > li:hover > a {
	background-color: transparent;
	border-radius: 7px 7px 0 0;
	text-shadow: none;
	color: var(--maincolor);
	text-decoration: underline;
	text-underline-offset: 13px;
	text-decoration-thickness: 1px;
	transform: translateY(-5px);
}

#region-nav ul.level-1  {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#region-nav ul.level-1 > li::after {
	content: '|';
	display: list-item;
	position: absolute;
	right: -5.5px;
	top: 11px;
	color: var(--maincolor);
}

#region-nav ul.level-1 > li:last-of-type::after {
    display: none;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobiles Nav •••••*/

#region-mobile-nav {
	background-color: #fff;
	border-bottom: 1px solid #DDDDDD;
	min-height: 65px;
	position: sticky;
	top: 36px;
	z-index: 5;
}

.offcanvas-closer {
    top: 45px;
}

.offcanvas-nav li a {
	font-family: 'Julius Sans One', Arial, Sans-serif;
	text-decoration: none;
}

.offcanvas-footer {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid var(--maincolor);
	margin-top: 20px;
}

.offcanvas-footer::after {
	content: '';
	background-image: url('/pub/media/5e2e758f6241062b4c7308280e3493de/sandre-kosmetik-deko.svg');
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	top: -15px;
	pointer-events: none;
	background-color: #fff;
	left: 0;
	right: 0;
}

#region-mobile-nav ul li {
	margin-left: 10px;
}

#region-mobile-nav ul [data-id="cart"] img {
    opacity: 0;
}


#region-mobile-nav ul [data-id="cart"] {
    background-image: url("/pub/media/f0c282d29f53e13bfaa1e757c2692ed1/sandre-kosmetik-cart.svg");
    background-repeat: no-repeat;
    background-position: center;
}

#region-mobile-nav ul [data-id="search"] img {
    opacity: 0;
}

#region-mobile-nav ul [data-id="search"] {
    background-image: url("/pub/media/33943fa80464ee6cc4408699d5a2eb95/sandre-kosmetik-suche.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 70%;
    margin-right: 2px;
}

#region-mobile-nav ul [data-id="offcanvas_menu"] img {
    opacity: 0.45;
}

/*••••• Slider •••••*/

.hero-slider {
    position: relative;
}

.hero-slider .owl-nav {
    display: none;
}

.hero-slider .owl-carousel .owl-dots {
    display: none;
}

.hero-slider .container {
    width: 100%;
}

.hero-slider::after {
	content: '';
	background-image: url('/pub/media/5e2e758f6241062b4c7308280e3493de/sandre-kosmetik-deko.svg');
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	height: 100px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	bottom: -50px;
	pointer-events: none;
}

@media (max-width: 768px) {
    .hero-slider::after {
        height: 60px;
        bottom: -30px;
    }
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
	background-color: #f8f8f8;
	border-radius: 8px;
	padding: 20px 10px 10px 10px;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.nureinshop-block-contengrid--item h2 {
    color: var(--maincolor);
    margin-top: 0;
}

.page-nureinshop-home .nureinshop-block-contengrid--item img {
    padding: 0 20% 0 20%;
}

/*••••• Produkte •••••*/

.block-nureinshop-product-list article {
    border: none;
}

.block-nureinshop-product-list article img {
    border-radius: 8px;
    object-fit: contain;
    object-position: bottom;
}

.product-name h2 {
	font-size: clamp(90%, 3vw, 130%);
	line-height: 1.35;
}

.product-mainprice {
	font-size: clamp(85%, 3vw, 130%);
	font-weight: 600;
}

.product-baseprice {
    font-size: clamp(51%, 3vw, 80%);
}

.productpage-variant-selectors {
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
}

.nureinshop-product-special-label {
	right: 25px;
	top: 20px;
	bottom: unset;
	z-index: 3;
}

.productpage-pricewrapper {
	background-color: #f2f2f2;
	padding: 20px 25px 20px 25px;
	border-radius: 8px;
}

.productpage-quantity-discount {
	margin-top: 15px;
	background-color: rgba(0,0,0,0.05);
	padding: 10px 20px;
	border-radius: 8px;
}

.productpage-mainprice {
	font-size: clamp(150%, 4vw, 200%);
}

.productpage-baseprice {
    font-size: clamp(51%, 3vw, 80%);
}

.productpage-priceoffer {
  margin-top: 0;
}

.productpage-taxinfo {
    font-size: 75%;
}

.nureinshop-plugin-wishlist--product-btn a {
    opacity: 1;
}

.nureinshop-product-list article .product-buttons .btn {
    font-size: 80%
}

.nureinshop-plugin-wishlist--productlist-btn a {
  opacity: 1;
  color: #000;
  text-decoration: none;
}

.nureinshop-plugin-wishlist--productlist-btn a img {
    opacity: 0.8;
}

.product-media {
	aspect-ratio: 9/11;
}

.fotorama__stage .fotorama__img {
    border-radius: 8px!important;
}

.fotorama__nav-wrap {
    padding-top: 15px;
}

.product-image-wrapper {
	aspect-ratio: 9/11;
	height: 100%;
}

.shop-tabs-content {
	border: none;
	border-radius: 8px;
	background-color: var(--lightcolor);
}

.shop-tabs ul.shop-tabs-elements li {
	background-color: var(--maincolor);
	color: #fff;
}

.shop-tabs ul.shop-tabs-elements li.active {
	background-color: var(--lightcolor);
	color: #424242;
}

.shop-tabs ul.shop-tabs-elements li {
	border-top: 1px solid var(--maincolor);
	border-right: 1px solid var(--maincolor);
	border-left: 1px solid var(--maincolor);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: none;
}

.shop-tabs-content > div > *:first-child {
    margin-top: 0;
}

.shop-tabs-content > div h2, .shop-tabs-content > div h3, .shop-tabs-content > div h4, .shop-tabs-content > div strong {
    color: #424242;
}

.nureinshop-plugin-similar-products h2 {
    margin-top: 0;
}

.similar-products-carousel .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	aspect-ratio: 20/25;
	object-fit: contain;
	object-position: bottom;
	background-color: #fff;
	border-radius: 8px;
	border: none;
}

.similar-products-carousel {
	text-align: center;
	margin-top: 15px;
}

.nureinshop-plugin-similar-products {
    margin-top: 30px;
    padding-top: 35px;
}

.nureinshop-plugin-similar-products .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 60px);
	width: 100%;
}

.similar-products-carousel .title {
	font-size: clamp(100%, 4.5vw, 115%);
}

.nureinshop-plugin-similar-products a {
    text-decoration: none;
}

.shipping_entry, .payment_entry {
    padding: 20px;
}

.shipping_entry h2, .payment_entry h2 {
    margin-top: 0;
}

.shipping_entry > h2:first-of-type {
    display: none;
}

form fieldset.bordered h2 {
	margin-top: 0;
	font-size: clamp(115%, 4.5vw, 135%);
}

#region-content .checkout ul.progress {
    margin-left: 0;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 55px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-footer a:hover {
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

#region-footer strong {
    color: #fff;
}

#region-footer a.btn {
    background-color: #fff;
    font-size: 70%;
    color: var(--maincolor);
}

@media (max-width: 960px) {
    #region-footer .col-3:last-of-type img {
        margin-top: 15px!important;
        max-width: 200px;
    }
}

@media (max-width: 560px) {
    #region-footer .col-3 {
        text-align: center;
    }
    #region-footer .col-3:first-of-type img {
        padding-right: 25px;
        padding-left: 25px;
        max-width: 60%;
    }
    #region-footer .col-3:last-of-type {
        position: absolute;
        text-align: right;
        width: 25%;
        right: 15px;
        bottom: 0;
    }
    #region-footer .col-3:last-of-type p {
        margin-top: 0;
        font-size: 70%!important;
    }
}

#region-copyright {
    background: #fff;
    font-size: 80%;
}

#region-copyright a {
    color: #68666b;
}

#region-copyright p {
    margin-top: 0;
}

/*••••• Suchseite •••••*/

.search-form .input-wrapper::before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
  background-size: 20px 20px;
  z-index: 40;
  content: '';
  margin-top: 18px;
  margin-left: 15px;
}

.search-form .input-wrapper input[type="text"] {
    color: #000;
    border-radius: 12px;
    padding: 15px 0 15px 50px;
}

.input-wrapper input::placeholder {
    color: #000;
}

.search-item-header h2 {
    font-size: 120%;
    hyphens: none;
}

.productgrid .row {
    display: flex;
    flex-wrap: wrap;
}

.productgrid .search-item {
    padding: 10px;
    hyphens: auto;
    border-radius: 12px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .productgrid .col-3 {
    width: 49.9%;
    align-items: stretch;
    display: flex;
  }
  .productgrid .search-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .search-item-header h2 {
    margin-top: 5px;
  }
  .search-item-more-btn {
    margin-top: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
 .search-item-short {
     margin-bottom: 20px;
 }
}



.shipping_entry h2, {
    display:none !important;
}

/** generated: 2026-07-10 00:01:34 **/