
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --hovercolor: #FF6A28; 
            --bg_dark: #000000; 
            --font-weight: 600;  
			
        }body{
            font-family: "Cinzel", bold;
            font-size: 14px;
            color: #666666;
        }body{background-color: #000000;background-repeat: repeat-x;background-attachment: scroll;background-size: auto;}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Cinzel", bold;
            color: #FFFFFF;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Cinzel", bold;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFFCC;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 25px;
            text-transform: uppercase;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #FF6A28;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.perfume-notes{
  padding: 22px 28px;
  background: #0b0b0b;
  border: 2px solid #b9922a;
  border-radius: 18px;
  font-family: "Noto Sans", sans-serif;
}

.perfume-row{
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 10px;
  align-items: baseline;
  margin: 6px 0;
}

.perfume-title{
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}

.perfume-text{
  color: #b9922a;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}