/* Wrapper */
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;                 /* Desktop: voller Bildschirm */
  overflow: hidden;
}

/* Hintergrundbild */
.hero-image {
  position: absolute;
  inset: 0;
  background: url('https://lyomi.de/media/f6/87/91/1763391459/startseite-05.webp') center/cover no-repeat;
  z-index: -1;
}

/* Box für Desktop: unten rechts über dem Bild */
.hero-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  padding:20px;
}

/* ------------------------------------- */
/* Mobile: Box *unterhalb* des Bildes    */
/* ------------------------------------- */
@media (max-width: 768px) {

  /* Hero-Bild bekommt feste Höhe */
  .hero-wrapper {
    height: auto;                /* damit Höhe dynamisch wird */
  }

  .hero-image {
    position: relative;
    height: 35vh;                /* Bildhöhe auf Mobil */
  }

  .hero-box {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin: 20px auto 0 auto;
    transform: none;
    background: #fff;            /* komplett weiß unter dem Bild */
	text-align:center;
  }
}

.hero-box h1{
	font-size: 2.5rem;
    margin-bottom: 10px;
    color: #b9982f;
}
.hero-box h3{
	color:#000;
	font-size: 1.2rem;
    margin-bottom: 15px;
	font-family: var(--bs-body-font-family);
}


.herbst2025 {
	margin-top:40px;
}
.herbst2025 .cms-element-title-paragraph, .gravuren2025 .cms-element-title-paragraph , .floral .cms-element-title-paragraph, .ozean .cms-element-title-paragraph{
	padding-left:20px;
}
.start-h hr{
	border: 2px solid #446815 !important;
}
.start-kat{
	margin-top: 40px;
}

.swag-amazon-pay-wrapper{
	margin-top: 15px !important;
}

.text-sans{
	font-family: 'Montserrat', sans-serif;
}
.text-serif{
	font-family: 'Frank Ruhl Libre', serif;
}
.blackfriday{
	background: #095168;
	padding-top: 30px;
}
.blackfriday-mobile{
	padding-top: 30px;
}
.blackfriday .cms-text-banner-image-container{
	padding-left: 20%;
}
.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
    color: #b9982f !important;
}

/* Kleines Video auf Startseite */
.video-start{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}
/* Video in Blogbeitrag hochformat */
.video-blog{
	height: 1280px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}
.valentinstag{
	border-top: 5px solid red;
}
/* Gravuren */
#gaia-group-29387, #gaia-group-31095, #gaia-group-31098{
	width: 100%;
}
@media (min-width: 768px) {
	#gaia-group-29387, #gaia-group-31095, #gaia-group-31098{
		width: 60%;
	}	
}
#gaia-input-283119, #gaia-input-283120, #gaia-input-263217, .gaia-select{
	background: #fff;
}
.gaia-configuration-summary-container{
	display:none;
}
.form-select:focus:not(:disabled){}
.form-select{
	border-color: #b9982f;
    color: #b9982f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b9982f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right 10px !important;
	background-size: 12px 12px;
}
#text-1 {
    text-shadow: 
        1px 1px 0px #bbb,  /* Leichter Schatten unten rechts */
        -1px -1px 0px #fff; /* Hellerer Rand oben links für den Tiefeneffekt */
    background: linear-gradient(180deg, #eee, #bbb); /* Metallischer Look */
    display: inline-block;
}
.hrgold{
    height: 1px;
    color: #b9982f;
    background-color: #b9982f;
    border: none;
}
.product-detail-configurator-select-input{
	background-color: #f7f0d8 !important;
	width: 75px;
}
.product-detail-configurator-select-input option{
	font-weight: bold;
}

.badge-custom-first{
	border-radius: 3px !important;
	padding: 3px 12px !important;
	font-size: var(--bs-badge-font-size) !important;
	font-weight: var(--bs-badge-font-weight) !important;
}

.shop-studio-blog-blog-post-detail-published_at{
	display:none;
}

/* Header Video auf Startseite */
         .div-startvideo {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 41.67%; /* Dynamische Höhe im Verhältnis 16:9 */
			margin-bottom:25px;
            overflow: hidden;
            background: url('https://lyomi.de/media/24/c3/fd/1743489607/fallback.webp') center/cover no-repeat; /* Fallback-Bild */
        }

        .div-startvideo video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            bottom: 20px; /* Abstand zum unteren Rand */
            left: 20px; /* Abstand zum linken Rand */
            text-align: left;
            color: white;
			background: rgba(0, 0, 0, 0.4); /* Leichte Abdunklung für bessere Lesbarkeit */
            padding: 20px;
            border-radius: 0px;
        }

        .overlay h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
			color:#b9982f;
        }

        .overlay p {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }



        @media (max-width: 768px) {
            .div-startvideo { height: 60vh; padding-bottom: 0; } /* Kleinere Höhe für mobile Geräte */
            .overlay {
                bottom: 10px;
                left: 10px;
                padding: 15px;
            }
            .overlay h1 { font-size: 2rem; }
            .overlay p { font-size: 1rem; }
        }

/* Sidebar Navigation auf Smartphones ausblenden */
@media (max-width: 768px) {
	.cms-section-sidebar-sidebar-content{
		display:none;
	}
}
/* Landingpage Lab Grown Diamonds */
.lab-grown-landing{
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
	padding: 30px;
}
.lab-grown-landing h1{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 3em;
}
.lab-grown-landing h3{
	text-align: center;
	font-size: 2em;
}
@media (max-width: 768px) {
	.lab-grown-landing{
		padding: 10px 5px 5px 5px;
	}
	.lab-grown-landing h1{
		font-size: 2em;
	}
	.lab-grown-landing h3{
		font-size: 1.5em;
	}	
}

 
