/** Shopify CDN: Minification failed

Line 670:10 Expected ":"

**/
.omoi_page {
  position: relative;
}
.search-page__products .o-ratio__content{
  height: 250px;
}

#is-a-gift p{
  text-align: end;
}

.template-page .page-container{
  overflow: hidden;
}

.omoi_title{
  display:none;
}

.omoi_page_title{
  padding-left:8rem;
  padding-top:4rem;
  padding-bottom:4rem;  
}

.omoi_page_title h1{
  color:#06203C;
  font-weight:600;
  font-size:48px;
}

.omoi_section_content h2{
  width: fit-content;
}

.omoi_section_content p,.omoi_section_content h2{
  color:#06203C;
  font-weight: 600;
}

.omoi_section_content p{
  font-size: 1.4vmax;
  line-height: 2.5;
}

.omoi_section_content h2{
  font-size: 32px;
  line-height:2;
  margin-bottom:7rem;
}

.omoi_section_content h2 span{
  background: #FFF;
}

.omoi_page .container{
  padding:0;  
}

.omoi_page .section--page{
  margin:0;  
}

.omoi_page .container--tiny{
  margin:0;
  max-width:unset;
}

.omoi_section_content{
  padding-top: 8rem;
  padding-bottom: 8rem;  
  margin-left: 8rem;
  margin-right: 8rem;
}

.omoi_page .omoi_section_one{  
  background: url("/cdn/shop/files/sect1_bg.jpg?v=1620633336") no-repeat;
  position: relative;
  background-size: cover;
}

.omoi_section_one h2{
  position:relative;
}
.omoi_section_one h2:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 10rem;
  left: 0;
  border-left: solid 2px #d1b248;
  height: 10rem;
  width: 100%;
}


.omoi_section_one p{
  display: block;
  column-count: 2;
  column-gap: 5rem;
 }

.omoi_section_two{
  background:#e6e9ec;
}

.omoi_section_two .omoi_section_content{
  display:inline-flex;
  padding-bottom:10rem;
  padding-top: 10rem;
}

.omoi_section_two .omoi_section_content .left_box{
  width: 50%;
  flex-grow: 1;
}

.omoi_section_two h2{
  height:400px;
/*   background: url(/cdn/shop/files/diamondring.png?v=1620633336) no-repeat;
  background-size: contain;
  padding-right: 100px; */
  position:relative;
}

.omoi_section_two h2:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 25rem;
  left: 0;
  border-left: solid 2px #d1b248;
  height: 14rem;
  width: 100%;
}

.omoi_section_two h2:after{
  content: "";
  background: url(/cdn/shop/files/diamondring.png?v=1620633336) no-repeat;
  position: absolute;
  top: -50px;
  height: 100%;
  width: 150%;
  left: -50px;
  z-index: 10;
  background-size: contain;
}

.hr_one{
  background:#e6e9ec;
  margin-top:-1px;
  margin-bottom:-1px;
}

.hr_one img{
  width:100%;
  margin-bottom:-1px;
}

.omoi_section_two .omoi_section_content p{
  width: 50%;
  flex-grow: 1;
  padding-left: 5rem;
}

.omoi_section_three .omoi_section_content{
  padding-top:0;
}

.omoi_section_three p:first-of-type{
  display: block;
  column-count: 2;
  column-gap: 5rem;
 }

.omoi_section_three .contents_two{
  margin-top:3rem;
  padding-bottom: 12rem;
  display:grid;
  grid-template:
    "area1 ... area2"
    /1fr 5rem 1fr;
}

.omoi_section_three .contents_two p{
  grid-area:area1;
  column-count:1;
  position:relative;
}

.omoi_section_three p:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -30rem;
  left: 0;
  border-left: solid 2px #d1b248;
  height: 17rem;
  width: 100%;
  z-index: 1;
}

.omoi_section_three .contents_two img{
  grid-area:area2;
  max-height: 400px;
  margin: auto;
}

.omoi_section_three h2{
  position:relative;
}

.omoi_section_three h2:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 10rem;
  left: 0;
  border-left: solid 2px #d1b248;
  height: 17rem;
  width: 100%;
}

.omoi_section_four{
  background-color:#e6e9ec;
  padding-top: 15rem;
  padding-bottom: 8rem;
  position:relative;
}

.omoi_section_four h2{
  position:absolute;
  left:8rem;
  top: 12rem;
}
.omoi_section_four .wrapper{
  background: url(/cdn/shop/files/abstract_depresseed_white.png?v=1620633336) no-repeat;
  background-position-x: center;
}

.omoi_section_four .omoi_section_content{
  padding-left:8rem;
  padding-right:8rem;
  padding-top:15rem;
  padding-bottom:15rem;
  display:grid;
  grid-template:
    "... ... four_area2"
    "... ... ..."1rem
    "four_area3 four_area3 four_area3"
    /50% 5% 45%;
}



.omoi_section_four .omoi_section_content img{
  position:absolute;
  left:0;
  top:17rem;
  left:8rem;
  width:33%;
}


.omoi_section_four .omoi_section_content .contents_one{
  grid-area:four_area2;
}

.omoi_section_four .omoi_section_content .contents_two{
  grid-area:four_area3;
}

.omoi_section_five{
  background:#e6e9ec;
}

.omoi_section_five .omoi_section_content{
  padding-bottom:0;
  margin-top:-1px;
  display:grid;
  grid-template:
    "five_title five_title five_title"
    "five_one ... five_two"
    /1fr 5rem 1fr;
}

.omoi_section_five h2{
  grid-area:five_title;
  position:relative;
}

.omoi_section_five h2:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 8rem;
  left: 0;
  border-left: solid 2px #d1b248;
  height: 17rem;
  width: 100%;
}

.omoi_section_five p{
  grid-area:five_one;
}

.omoi_section_five img{
  grid-area:five_two;
}

.omoi_section_six .omoi_section_content p{
  display: block;
  column-count: 2;
  column-gap: 5rem;
}

.omoi_section_six h2{
  width:100%;
  text-align:center;
  margin-bottom:5rem;
}

.omoi_section_six .center_line{
  height: 13rem;
  border-left: solid 2px #d1b248;
  display: flex;
  width: 2px;
  margin: auto;
  margin-bottom:2rem;
}

.hr_two{
  margin-top:-1px;
  min-height: 300px;
  border-bottom-right-radius: 2000px 600px;
  border-bottom-left-radius: 2000px 600px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  background:#e6e9ec;
}



.cart .o-ratio__content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.cart .o-ratio{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cart .o-ratio--bg-grey{
  background:#FFF;
}

.home-products .product{
  height:250px; 
  margin-bottom:7rem;
}

.home-products .product img{
  object-fit:contain;  
}

.home-products .o-ratio__content{
  height:300px; 
}

.home-products .o-ratio{
  height:300px;
  padding-bottom:0!important;
}

.home-products .product__img.product__img{
  background:#FFF!important; 
}

.product-single--classic .product-single__photos, .product-single--minimal .product-single__photos{
  max-height:500px;
}

.product-single .product-single__photos .slick-slide{
  max-height:500px; 
}

.product-single .product-single__photo__item{
  height: 500px; 
}

html.sr body[data-anim-load=true][data-anim-zoom=true] .product-single__photos.js-sr-loaded .product-single__photo__img{
  height:500px;
  object-fit:contain;
  background: #FFF;
}

.product-single .rte h1:first-child{
  margin-top:10rem; 
}

.o-ratio__content {
  position: unset;
}

.blog__media .o-ratio__content {
  position: absolute
}

.product-top{
  height:250px; 
}

.home-products .product-top{
  height:unset; 
  margin: auto;
}

.product__img.product__img{
  object-fit:contain;
  background:#FFF!important;
}

.collection-products .product__img.product__img{
  object-fit:contain;
  background:#FFF!important;
  height: 250px;
  width:250px;
}

.collection-products .o-ratio__content{
  height:250px;
  width:250px;
}

.collection-products .o-ratio{
  height:250px;
  width:250px;
  margin: auto;
}

.collection-products .product-top .product__img-hover{
  height:250px;
  width:250px;
  margin: auto;
}

.collection-products .product__media{
  background:none;
}

.related-products .product-top{
  height:250px;
  width:250px;
}

.related-products .product__img.product__img{
  object-fit:contain;
  background:#FFF!important;
  height: 250px;
  width:250px;
}

.related-products .o-ratio__content{
  height:250px;
  width:250px;
}

.related-products .o-ratio{
  height:250px;
  width:250px;
}

.related-products .product-top .product__img-hover{
  height:250px;
  width:250px;
  margin: auto;
}

.related-products .product-top{
  height:250px;
  width:250px;
  margin:auto;
}

.product-single__content-text{
  margin-top:10rem; 
}

.product-top .product__img-hover{
  height: 500px;
  object-fit: contain;
  background: #FFF;
}

.home-products .product__img-hover{
/*   height: 250px; */
  object-fit: contain;
  background: #FFF;
}

.home-products .product__img.product__img{
  object-fit:contain;
  background:#FFF!important;
  height: 250px;
  width:250px;
}

.home-products .o-ratio__content{
  height:250px;
  width:250px;
}

.home-products .o-ratio{
  height:250px;
  width:250px;
}

.home-products .product-top .product__img-hover{
  height:250px;
  width:250px;
  margin: auto;
}

.home-products .product-top{
  height:250px;
  width:250px;
}



.o-ratio--custom{
  padding-bottom:5rem!important; 
}

.section--1566456250311 .top-video{
  max-width:100%; 
}

.product-single__photo__item{
  background:none!important; 
}

html.sr body[data-anim-load=true][data-anim-zoom=true] .product-featured__photo-wrapper.js-sr-loaded .product-featured__photo__img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
/*   height: 800px; */
  object-fit: contain;
}

#shopify-section-161835540731e3a24d .product-featured{
  height:850px;
}

.blog__media-wrapper .o-ratio--custom{
  padding-bottom:55%!important;
}

.check_content{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.ajaxcart-draw__scroll .check_wrapper{
  margin: 0 auto;
}

.check_wrapper{
  display: inline-flex;
  flex-flow: column;
  justify-content: flex-end;
  width: fit-content;
  text-align:center;
  background: #f9fafb;
  padding: 1rem;
}

.check_wrapper div label{
  color: #FFA500;
  font-weight:bold;
}

#submit[disabled]{
  background:#e6e6e6;
  color:#000;
}

.ajaxcart__message{
  padding: 1rem;
  border: solid 1px #d1b248;
}

.ajaxcart__message textarea{
  cursor: unset;  
}

.ajaxcart__message strong{
  border-bottom: double;
}

#noshi_options{
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  display: block;
  text-align: right;
}

#noshi_options input{
  cursor: unset;
}

.cart__message strong{
  border-bottom: double;
}

.cart__message{
  padding: 1rem;
  border: solid 1px #d1b248;
}

.cart__message textarea{
  cursor: unset;  
}

#noshi_options{
  position: relative;
}

#noshi_options:after{
  content: '\e915';
  font-family: sb-icons;
  position: absolute;
  font-size: 12px;
  margin-left: 6px;
  line-height: 1;
  top: 60%;
  right: 5%;
}

@media screen and (max-width: 768px) {
  
/*  blog  */
  
  .template-blog .o-ratio--custom .o-ratio__content{
    width: 100%;
    height: 100%;
  }
  
  .template-blog .blog__img{
    width: 100%;
    height	100%;
    object-fit: cover;
  }
  
  .omoi_page_title{
    padding-left:1rem;
  }
  
  .omoi_page_title h1{
    font-size:32px;
  }
  
  
  .omoi_section_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .omoi_section_content h2 {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 2rem;
  }
  
  .omoi_section_one p {
    column-gap: 2rem;
}
  
  .omoi_section_content p{
     font-size: 12px;
  }
  
  .omoi_section_two .omoi_section_content {
    display: inline-flex;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  
  .omoi_section_two h2 {
    height: 300px;
    margin-bottom:0;
}
  
  .omoi_section_two h2:after {
    width: 130%;
}
  
.omoi_section_two .omoi_section_content p {
    padding-left: 2rem;
}  
  
  .omoi_section_three p:first-of-type {
    column-gap: 2rem;
}
  
  .omoi_section_four{
    padding-top:4rem;
  }
  
  .omoi_section_four .omoi_section_content{
    height:800px;
    padding-left:3rem;
    padding-right:3rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .omoi_section_four h2{
    left: 1rem;
    top: 4rem;
  }
  
  .omoi_section_four .omoi_section_content img{
    top: 9rem;
    left: 1rem;
    width:40%;
  }
  
  .omoi_section_five .omoi_section_content{
    grid-template:
        "five_title five_title five_title"
        "five_one ... five_two"/1fr 2rem 1fr;
  }
  
  .hr_two{
    margin-top: -100px;
  }
  
  .omoi_section_six h2{
    margin-bottom:1rem;
  }
  
  .omoi_section_six .center_line{
    height:6rem;
  }
  
  .omoi_section_one h2:before{
    height:7rem;
    bottom:7rem;
  }
  
  .omoi_section_two h2:before{
    bottom:19rem;
    height:6rem;
  }
  
  .omoi_section_three h2:before{
    bottom:7rem;
    height:8rem;
  }
  
  .omoi_section_three .contents_two{
    padding-bottom:4rem;
  }
  
  .omoi_section_three p:after{
    bottom: -12rem;
    height: 10rem;
  }
  
  .omoi_section_four{
    padding-bottom:0;
  }
  
  .omoi_section_five h2:before{
    bottom:5rem;
    height:9rem;
  }
  
  
  
  
  html.sr body[data-anim-load=true][data-anim-zoom=true] .product-featured__photo-wrapper.js-sr-loaded .product-featured__photo__img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 400px;
  object-fit: contain;
}
  
  .collection-list__items .slick-list{
    margin-bottom:1rem;
  }
  .o-ratio--custom .o-ratio__content{
    height:auto;
    width:auto;
  }
  
  .collection-products .o-ratio{
    width:auto;
  }
  
  .home-custom__item-content--image .o-ratio--custom{
    padding-bottom: 0!important;
  }
  #shopify-section-161835540731e3a24d .product-featured{
    height:unset;
  }
  .section--1566456329415 .product-featured__photo-wrapper {
    max-height:300px; 
  }

  .section--1566456329415 .product-featured__photo__item img{
    height: 100%;
    object-fit: contain;
  }

  .section--1566456329415 .product-featured__photo__item{
    height: 300px; 
  }

  .section--1566456329415 .product-featured__photo__item{
    height:300px; 
  }

  .section--1566456329415 .product-featured__photo__item img{
    height:300px ;
    object-fit:contain;
  }

  .product-single__photo__item{
    background:none!important;
  }

  .product-top{
    height:300px; 
  }

  .product__img.product__img{
    height: 300px;
    object-fit:contain;
    background:#FFF!important;
  }

  .product-single__content-text{
    margin-top:10rem; 
  }

  .product-top .product__img-hover{
    height: 300px;
    object-fit: contain;
    background: #FFF;
  }
  

  .slick-list{
    height:300px;
  }
  
  .home-carousel .slick-slide.slick-slide{
    height:300px;
  }
  
  .home-carousel__item--left .home-carousel__content {
    margin-right: 18px;
    position: absolute;
    top: 0;
  }

}

@media screen and (max-width: 559px){
  
 .omoi_section_content h2{
   font-size: 16px;
 }
  
  .omoi_section_one p{
    column-count:1;
  }
  
  .omoi_section_two .omoi_section_content{
    display:block;
    margin-top:0rem;
    margin-bottom:0rem;
  }
  
  .omoi_section_two h2{
    width:100%;
    height:100%;
    margin-bottom:2rem;
  }
  
  .omoi_section_two h2:before {
    bottom: 5rem;
    height: 5rem;
}
  
  .omoi_section_two h2:after{
    display:none;
  }
  
  .omoi_section_two .omoi_section_content .left_box{
    width:100%;
  }
  
  .omoi_section_two .omoi_section_content p{
    width:100%;
    padding-left:0;   
  }
  
  .omoi_section_three p:first-of-type{
    column-count:1;
  }
  
  .omoi_section_three .contents_two{
    margin-top:2rem;
    grid-template: "area1"
      "..."
      "area2";
  }
  
  .omoi_section_four .omoi_section_content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .omoi_section_four .omoi_section_content{
    margin-left:0;
    margin-right:0;
  }
  
  .omoi_section_five .omoi_section_content{
    display:block;
  }
  
  .hr_two{
    margin-top:-200px;
  }
  
  .omoi_section_six .omoi_section_content p{
    column-count:1;    
  }
  
  .omoi_section_six .center_line{
    height:4rem;
  }
  
  .omoi_section_five h2:before{
    height:7rem;
  }
  
  .omoi_section_three p:after{
    bottom: -36rem;
    height: 7rem;
  }
  
  .omoi_section_three h2:before{
    bottom: 5rem;
    height: 6rem;
  }
  
  .omoi_section_one h2:before {
    height: 6rem;
    bottom: 5rem;
}
  
  .omoi_page_title{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
    .home-carousel__item--left .home-carousel__content {
    margin-right: 18px;
    position: absolute;
    top: 56px;
  }
  
  
}





