/** Shopify CDN: Minification failed

Line 70:0 All "@import" rules must come first

**/
html {
  font-size: 1rem !important;
}

body {
  font-size: 1rem !important;
}


@font-face {
  font-family: Questrial;
  src: url(Questrial.ttf);
  font-display: swap;
}
/*===== =======*/
@font-face {
  font-family: 'Didot';
  src: url('fonts/DIDOT/Didot.woff2') format('woff2'),
      url('fonts/DIDOT/Didot.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;

}
@font-face {
  font-family: 'Didot LT Std';
  src: url('fonts/DIDOT/DidotLTStd-Bold.woff2') format('woff2'),
      url('fonts/DIDOT/DidotLTStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'questrialregular';
  src: url('fonts/QUESTRIAL/questrial-webfont.woff2') format('woff2'),
       url('fonts/QUESTRIAL/questrial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('fonts/AVENIR/AvenirLTStd-Book.woff2') format('woff2'),
      url('fonts/AVENIR/AvenirLTStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: Avenir;
  src: url('Avenir.otf');
  font-display: swap;
}

@font-face {
  font-family: Didot;
  src: url('Didot.otf');
  font-display: swap;
}

@import url('http://fonts.cdnfonts.com/css/didot');




* {
  scroll-behavior: smooth;
}
.questrial-font {
  font-family: 'Questrial';
}

.avenir-font {
  font-family: 'Avenir';
}

.didot-font {
  font-family: 'Didot';
}

.bg-frosted-glass {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .bg-frosted-glass {
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
  }
}
.colors {
  background-color: white;
  
}

/*===== COLORS =======*/

.text-venvs-brown-2 {
  color: #3A342E;
}

.text-venvs-brown-3 {
  color: #64513F;
}

.text-venvs-gray-2 {
  color: #EBEBEB;
}


#affirm {
  margin-top: -25px !important;
}

.bg-venvs-brown-2 {
  background: #3A342E;
} 

.bg-venvs-gray-2 {
  background: #EBEBEB;
}

.bg-venvs-green-3 {
  background: #B8C2BB;
 }

 .bg-venvs-red-1 {
  background: #E4DFD7;
 }

.menu-dropdown {
  background-color: #BCAE9B;
}

.menu-dropdown a:hover {
  background-color: #D8CAB7;
}

.menu-dropdown-item {
  background-color: #D8CAB7;
}

 .border-venvs-gray-2 {
   border-color: #EBEBEB;
 }

 .border-venvs-brown-2 {
  border-color: #3A342E;
}




.left4 {

  left: 4rem;
  top: 64rem;

}


.left5 {

  right: 4rem;
  top: 64rem;

}


.left6 {

  left: 4rem;
  top: 275rem;

}


.left7 {

  right: 4rem;
  top: 275rem;

}


.mobile-container {
max-width: 480px;
margin: auto;
background-color: #555;
height: 500px;
color: white;
border-radius: 10px;
}

.topnav {
overflow: hidden;
background-color: #333;
position: relative;
}

.topnav #myLinks {
display: none;
}

.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}

.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.active {
background-color: #3A342E;
color: white;
}


#sec-header-home {
  min-height: 80vh;
  margin-top: 0px;
  background-image: url('assets/venvs-home-bg-mob.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#sec-header-home .container-buttons {
  padding-top: 400px;
  padding-bottom: 50px;
}


.search {
  width: 100px;
  transition: 0.3s;
  color: #3A342E;
  margin-left: auto;
}

.search2 {
  width: 100px;
  transition: 0.3s;
  color: #3A342E;
  margin-left: auto;
}

.search::placeholder {
  color: #64513F;
}

input.search:focus{
  width: 102px;
  outline: none;
}

input.search2:focus{
  width: 105px;
  outline: none;
}

.w-300p {
  width: 300px;
}
.btn-design {
  transition: 0.3s ease-in-out;
}
.btn-design:hover {
  background-color: #3A342E;
  color: #EBEBEB !important;
  transition: 0.3s ease-in-out;
}

.line-btn {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
  padding-left: 5px;
}

.line-btn:hover {
  border-bottom: 1px solid #3A342E;
  transition: 0.3s ease-in-out;
}

.line-btn2 {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
}

.line-btn2:hover {
  border-bottom: 1px solid #3A342E;
  transition: 0.3s ease-in-out;
}

/*==== BANNER SECTION PP ====*/

#banner-1 {
  min-height: 40vh;
  background-image: url('assets/fine-jewelry-bg-mob.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  z-index: 0;
}



@media (min-width: 768px) {

/*==== HOME =====*/

/*HEADER*/


#sec-header-home {
  min-height: 650px;
  margin-top: -200px;
  background-image: url('assets/venvs-home-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

#sec-header-home .container-buttons {
  padding-top: 400px;
}


input.search:focus{
  width: 102px;
  outline: none;
}

/*==== BANNER SECTION PP ====*/
#banner-1 {
  min-height: 450px;
  background-image: url('assets/fine-jewelry-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
margin-top: -210px;
  z-index: 0;
}

}

@media (min-width: 1024px) {
  .search {
    color: #EBEBEB;
  }

  .search2 {
    color: #3A342E;
  }
  
  .search::placeholder {
    color: #ebebebe5;
  }
}



.selector-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  color: #3A342E;
  font-family:  'Avenir';
}

.single-option-selector {
  width: 40%;
  border: 2px solid #3A342E;
  padding: 0.5rem;
}
#size{
  width: 40%;
  border: 2px solid #3A342E;
  padding: 0.5rem;
}

#read-more:hover , #read-less:hover {

text-decoration: underline;


}
#read-more , #read-less {

  margin-top: 0.5rem;
  font-weight: bold;
  

}
@media screen and (max-width: 760px) {

  .single-option-selector {
    width: 70%;
    border: 2px solid #3A342E;
    padding: 0.5rem;
  }

 }

.shopify-email-marketing-confirmation__container {
  text-align: center;

position: absolute;
left: 50%;
transform: translate(-50%, 0);
top: 30%;
font-size: 28px;
}