/** Shopify CDN: Minification failed

Line 138:2 "apperance" is not a known CSS property
Line 265:6 Expected ":"

**/
/* Place any CSS overrides in this file. */

@font-face {
  font-family: "Bodoni_Medium_Cond";
  src: url("https://cdn.shopify.com/s/files/1/0582/7543/0580/files/Bodoni_BE_Medium_Condensed.otf?v=1629915469") format("opentype")
}
@font-face {
  font-family: "DIN_Alternate_Bold";
  src: url("https://cdn.shopify.com/s/files/1/0582/7543/0580/files/DIN_Alternate_Bold.ttf?v=1629915469") format("truetype")
}

@font-face {
  font-family: "DIN_Light_Cond";
  src: url("https://cdn.shopify.com/s/files/1/0582/7543/0580/files/DINCond-Light_Regular.otf?v=1629915469") format("opentype")
}


/*============================================================================
  #Typography Overides
==============================================================================*/
body
{
  font-family:"DIN_Alternate_Bold";
  font-weight: 600 !important;
  
    letter-spacing: .03rem;
}

.footer-content a{
font-size: var(--header-font-size-px);
}
input,
textarea,
button,
select {
  font-family:"DIN_Alternate_Bold";
}

input[type=submit] {
  font-family: "DIN_Light_Cond";
    letter-spacing: 2.6px !important;


}

button {

  font-family: "DIN_Light_Cond";
  letter-spacing: 2.6px !important;


}



h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.header-font,
.custom-font {
  font-family: "DIN_Alternate_Bold";
 }


code,
pre {
  font-family: "Bodoni_Medium_Cond";
 
}

a {
  font-family:"DIN_Alternate_Bold";

}

.collection-grid--title a, .product-grid--title a { 
  text-transform: uppercase !important;
  font-family:"DIN_Alternate_Bold" !important;
  font-weight: 600 !important;
    letter-spacing: .03rem;

}
 .homepage-slider-container .slideshow-title h2 {
  font-size: 55px !important;

}


body .text-advert-section .grid__item {
  min-height: 300px;
  margin: 0 !important;
  border-right: 1px solid #4e4e4e;
  padding: 0 !important;
  cursor: pointer;
  transition: all 300ms linear;
  position:relative;
}

.grid.text-advert-section  {
  min-height: unset;
}


body .text-advert-section .grid__item:hover {

    background-color: rgba(0,0,0,1);
}
.homepage-section--testimonials-wrapper > .homepage-sections-wrapper, #shopify-section-1634070046b3b34751 .img-banner-container, #shopify-section-1634070046b3b34751 .img-button-container{
  background:#000
}
.footer-email-input, .newsletter-footer input.footer-email-input, .newsletter-footer input.footer-email-input::placeholder, .bottom--footer a{
color:#c185459e !important;
}
#CollectionAddToCartForm .quick-add-button, .sold-out-button, #CustomerLoginForm .account-section--btn, .paymentButtonsWrapper #AddToCart, .ajaxcart__footer .cart__checkout{
  padding: 2px 12px;
  border: 1px solid #c185459e;
  outline: 8px solid #000;
  background: #000 !important;
  color: #c185459e !important;
  font-family: "DIN_Alternate_Bold";
  letter-spacing: .1px !important;
}
.form-vertical select#Channel{
  apperance:auto !important;
  -webkit-appearance:auto !important;
}
#CustomerLoginForm .account-section--btn{
  margin-top: 10px;
  display: inline-block;
}
.paymentButtonsWrapper #AddToCart{
  margin-right:20px;
}
.sold-out-button{
  opacity:.7;
}
.text-advert-section .text-advert-section--header  {
	opacity: 1;
      transition: all 300ms linear 700ms ;
  font-size: 20px;
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);


}
/* .text-advert-section .text-advert-section--header:after  {
    content: '';
	border-bottom: 1px solid white;
	height: 1px;
    width: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
} */

.text-advert-section .text-advert-section--header:after,
.text-advert-section .text-advert-section--header:before{
    content: '\2014';
    display: inline-block;
    margin-left: 5px;
}


.text-advert-section .text-advert-section--header:before{
    margin-left: 0;
   	margin-right: 5px;
}


.text-advert-section .grid__item .text-advert-section--sub-header {
  opacity: 0;
    transition: all 300ms linear 300ms;
  width: 90%;
  padding: 30px 20px;

}

.text-advert-section .text-advert-section--sub-header {

}

.text-advert-section .grid__item:hover > .text-advert-section--header {
opacity: 0;
    transition-delay: 0ms;


}


.text-advert-section .grid__item:hover > .text-advert-section--sub-header {
opacity: 1;
    position: relative;

}

body .text-advert-section .grid__item:first-child {
  margin-left: 30px !important;
}

body .text-advert-section .grid__item:last-child {
  border-right: none;
  margin: 0 !important;
}


body .text-advert-section .large--one-third {
	width: calc(33.3333% - 10px);
}

.grid.text-advert-section {
	    align-items: stretch;

}


@media (max-width: 768px) {
  .text-advert-section .wrapper {
	padding: 0;
  }
  
}

@media (max-width: 480px) {
  
.grid.text-advert-section {
	min-width: 100vw;
  	max-width: 100vw;
;
}
  
  
body .text-advert-section .grid__item:hover {

    background-color: transparent;
}
  
  body .text-advert-section .large--one-third {
    
  }
  .text-advert-section--sub-header {
  	padding: 0;
    width: 100%;
  }
}


.footer-article, .footer-article a, .footer-content a {
	color #333333 !important;
}

.arrow {
    transition: all 300ms ease-in;

}


.up-arrow {
  transition: all 300ms ease-in;

	  transform: rotate(180deg); 

}

.product-description * {
  font-family:"DIN_Alternate_Bold" !important;

}

.homepage-content--image--text-with-image-overlay-1 h2.homepage-sections--title {
	font-size: 60px !important;
  	line-height: 75px !important;
}

.site-header {
    padding-block: 1rem;
}

.mobile-nav__logo-title img{

	margin-top: 1rem;
}


.slider-section--image--slideshow .block-section--slideshow-0 .homepage-section-btn,
.homepage-content--image--text-with-image-overlay-1 .homepage-section-btn,
.contact-form .btn, .newsletter-footer input.footer-email-submit,
.homepage-section-btn

{
    color: #000000;
    background: #c18544 !important;
    border: 1px solid black;
    padding: 6px 30px;
  	box-sizing: border-box;
    outline: 9px solid #c18544;
  	opacity:0.9;
}


.contact-form .btn, .newsletter-footer input.footer-email-submit

{
    outline: 6px solid #c18544;
    margin-top: 30px;
    margin-left: 10px;
}


.slider-section--image--slideshow .block-section--slideshow-0 .homepage-section-btn:hover,
.homepage-content--image--text-with-image-overlay-1 .homepage-section-btn:hover,
.contact-form .btn, .newsletter-footer input.footer-email-submit:hover
{
  	opacity:1;
}



.text-advert-section .grid__item .text-advert-section--header{

	color: #c18544;
}

.text-advert-section .wrapper{
	background: #000;

}

.site-nav__dropdown,
.site-nav__subdropdown{

  	width: 270px;

}

.header-title-bg{

  	display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    color: white;
  	font-size: 30px;
  	position:relative;

}


.page-main--wrapper{

  min-height: 40vh;

}

.header-overlay-bg{

	height: 300px;
    width: 100%;
    background: black;
    position: absolute;
    opacity: 0.3;
}

div#PageContainer > img:first-of-type {
    filter: brightness(0.8);
}

.background-template--15091121488052__award-gallery1,
.background-template--15091121488052__award-gallery2
{
	background: transparent !important;
}

.form-vertical select{
	background: black;
    color: #c18544;
    border: 3px solid #c18544;
}

.form-vertical select option{
  
	color: #c18544 !important;
}


.form-vertical select option:disabled{
  
	color: #c18544 !important;
}

.grid-view-item img.custom-featured-img
{
	z-index: 1;
	position:absolute;
  	width: 64px;
  	height:auto;
  	right:-18px;
  	top:-18px;
}

.grid__item .featured-image-custom{
	width:100%;
  	position:relative;
}

.grid__item .featured-image-custom > img.custom-featured-img
{

    position: absolute;
    width: 75px;
    height: auto;
    left: 50%;
    top: -23px;
    z-index: 20;
    transform: translateX(-50%);
}

.swiper-container .grid__item .grid-view-item img{

  	margin-top:20px;
}
#shopify-section-collection--featured-collection-1, #press-and-accolades,
body.template-collection,
body.template-product
{
  background-image:url(https://cdn.shopify.com/s/files/1/0582/7543/0580/files/Framani_Premium_Marble_Sliced_85.jpg?v=1644618840);
  background-size: cover;
  background-position: center;
  min-height: max-content;
}
.press_accolades_row{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  margin-top:40px;
}
.press_accolades_row > .col-md-3{
  flex:0 0 25%;
  margin-bottom:60px;
}
.press_accolades_row .press_accolades_content_col{
  border:1px solid #C38747;
  height:100%;
  max-width:calc(100% - 20px);
  margin:0 auto;
  padding:20px;
  background:#FFF;
}
.press_accolades_row .pig_icon_wrap{
  position:relative;
}
.press_accolades_row .pig_icon_img{
  width:55px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-35px;
}
.press_accolades_row .press_accolades_logo_wrap{
  text-align:center;
}
.press_accolades_row .press_accolades_logo{
  width:110px;
  object-fit:contain;
  height: 80px;
  margin-top: 10px;
  display: inline-block;
}
.press_accolades > .wrapper{
  display:none;
}
.press_accolades_row .press_accolades_content{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.shopify-product-form .shopify-payment-button__button--branded{

  height: 59px;
  margin-top: -7px;

}
#shopify-section-text--text-adverts > div{
  background:#000 !important;
}
.sold-out-badge{
  display:none;
}


@media(min-width:768px){
  .press_accolades .push--large--one-sixth{
    left:12.5% !important;
  }
  .press_accolades .large--two-thirds {
      width: 75% !important;
  }
}

@media(max-width:767.9px){
  .press_accolades_row > .col-md-3{
    flex:0 0 50%;
  }
}
@media(max-width:576px){
  .press_accolades_row > .col-md-3{
    flex:0 0 100%;
  }
}
@media (min-width: 768px){

  .site-header .top-links .fa{
		font-size: 18px;
  }
  .product-single-wrapper .product-medias__media > img{
    max-width:70%;
    margin:0 auto;
  }

}
@media screen and (max-width:768px){
  nav .site-header__logo-image img, nav .site-header__logo-overlay-image img{
    width:120px!important
  }
  .collection-grid--title, .product-grid--title{
    min-height:86.39px;
  }
  .collection-grid--title a, .product-grid--title a{
    font-size:16px;
  }
}

@media(max-width:576px){
  #CollectionAddToCartForm .quick-add-button{
    padding:2px 8px;
  }
}
@media(max-width:1024px){
    .grid__item .featured-image-custom > img.custom-featured-img{
      left:unset;
      right:0;
      transform:unset;
	}
}
.pairing-wrapper li {
    font-size: 16px;
}
@media (max-width:768px) {
  body .text-advert-section .large--one-third {
  	width: 100%;
  }
  .grid.text-advert-section {
    margin-left: 0;
}
  body .text-advert-section .grid__item:first-child {
    margin-left: 0px !important;
}
}
@media (max-width:768px) {
	span.text-advert-section--header.h5 {
    font-size: 30px;
}
}
@media (max-width:480px) {
.homepage-content--image--text-with-image-overlay-1 h2.homepage-sections--title {
    font-size: 50px !important;
    line-height: 65px !important;
}
  .homepage-content--163225551388ec1e79 h2.homepage-sections--title {
    font-size: 50px !importants;
    line-height: 50px;
}
}
#acc-content1 > ul {
    font-size: 18px !important;
}