/** Shopify CDN: Minification failed

Line 394:3 Unexpected "}"

**/
@font-face {
    font-family: 'Goudy Trajan';
    src: url(/cdn/shop/files/goudytrajan_bold.otf?v=1724774649),
}
@font-face {
    font-family: 'AlexonBold';
    src: url(/cdn/shop/files/AlexonBold_Regular.otf?v=1722328290),
}
body{
  background-color:#fff;
}

  
#sticky_preorder {
    position: sticky;
    bottom: 0;
    z-index: 999;
}

#sticky_preorder .grid_wrapper {
    display: flex;
    justify-content: space-between;
    background:linear-gradient(to right, #fef8e84a, transparent, #fef8e82b);
    padding: 10px 50px;
}

#sticky_preorder .info {
    text-align: left;
    color: #fff;
    font-size: 22px;
    display: flex;
    flex-direction: column; /* Stack the prices vertically */
    justify-content: center;
    align-items: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#sticky_preorder .price {
    color: #E8B765;
  font-family: AlexonBold;
    font-size: 26px;
    font-weight: 400;
  letter-spacing:2px;
}

#sticky_preorder .exvat_price {
    color: #898989;
  font-family: 'Avenir Next';
   font-size: 20px;
  font-weight:500;
}

#sticky_preorder .button_wrapper {
    text-align: center;
}

#sticky_preorder .order_btn {
    display: block;
    color: #fff;
    background: #B89F75;
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Avenir Next';
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 20px;
}

#sticky_preorder .order_btn:hover {
    display: block;
    border: 1.5px solid #f59300;
    color: #510B0B;
    background-color: #fff;
    transition: 0.3s linear;
}

@media (max-width: 767px) {
    #sticky_preorder .button_wrapper {
        width: 100%;
    }
    #sticky_preorder .grid_wrapper {
        flex-wrap: wrap;
        gap: 5px;
      background:#fff;
    }
    #sticky_preorder .info {
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        width: 100%;
    }
    #sticky_preorder .order_btn {
        padding: 5px 12px;
        font-size: 16px;
    }
  #sticky_preorder .price {
    font-size: 20px;
}

#sticky_preorder .exvat_price {
   font-size: 15px;

}
}







#top-banner .Banner-container{
position: relative;
}

#top-banner .text-container{
    position: absolute;
    top: 40%;
    left: 78%;
    transform: translate(-50%, -50%);
}
#top-banner .text-container p.text-copy{
        color: #000F2D;
       padding-top: 50px;
        text-align: center;
        font-family: AlexonBold;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 1.26px;
        text-transform: uppercase;
        margin: 0;
}



.section2{
  background-size: cover;
  background-position: center;
  text-align:center;
  position: relative;
  padding:43px 0px 40px 0px;
 
}
  .subtitle{
        font-family: "Cinzel";
        font-size: 45px;
        text-align: center;
        color: #000F2D;
      font-weight:700;
       text-transform: uppercase;
       padding-bottom: 10px;
}
.section2 .the img{
  width:160px;
}
.sub-section2 {
   padding:27px 100px 60px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sub-section2 .heading {
      font-size: 28px;
     font-weight: bold;
    line-height:32px;
     text-align:left;
  margin-bottom: 40px;
      color:#000F2D;
      font-family: Goudy Trajan;    
}
.sub-section2  .paragraph {
      font-size: 18px;
     font-weight: 400;
    line-height:32px;
     text-align:left;
      color:#000F2D;
      font-family: Barlow;    
}
.sub-section2 .paragraph1 {
      font-size: 18px;
     font-weight: 600;
  text-transform:uppercase;
    line-height:37px;
  letter-spacing:2px;
     text-align:left;
      color:#000F2D;
      font-family: Lato;    
}
 .sub-section2 .bold {
    font-weight: bold;
  font-family:lato;
  font-size:18px;
  text-transform:uppercase;
  display:ruby-text;
}
.text-section {
    flex: 1;
    padding: 10px;
}

.image-section {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.image-section img {
    max-width: 66%;
}

.section6{
   background-image: linear-gradient(to right, #B9A076 , #534835);
  padding:20px 30px 20px 100px;
  display: flex;
  align-items: center;
}
 .section6 .paragraph {
      font-size: 28px;
     font-weight: 400;
       width: 80%;
    line-height:32px;
      margin-bottom: 20px;
      color:#fff;
      font-family: Barlow;
      
    }
.section6 .right {
  flex: 1;
  padding-left: 45px;
}
.section6 .left {
  flex: 1;
  padding-right: 45px;
}
.section6 .left img{
  width:300px;
  margin-bottom:30px;
}

.sectionlast{
   background-color:#1D1D1D;
padding: 60px 170px 60px 100px;
  display: flex;
  align-items: center;
}
.sectionlast .heading{
  font-family:Goudy Trajan;
  font-size:24px;
  color:#B69E74;
  text-transform:uppercase;
}
.sectionlast .paragraph{
  font-size: 18px;
     font-weight: 100;
    line-height:32px;
      margin-bottom: 20px;
      color:#fff;
      font-family: lato;
  width:85%;
}
.sectionlast .right {
  flex: 1;
  padding-left: 45px;
  text-align:right;
}
.sectionlast .left {
  flex: 1;
  padding-right: 45px;
}


   @media only screen and (max-width: 640px) {


.section2{
  background-size: cover;
  background-position: center;
  padding:43px 0px 40px 0px;
 
}
  .subtitle{   
        font-size: 32px;
        text-align: center;
}
.section2 .the img{
  width:100px;
}
.sub-section2 {
   padding:1px 50px 25px 50px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.section2 .heading{
  font-size:18px;
  font-weight:700;
  text-align:center;
  letter-spacing:3px;
  margin-bottom:24px;
}
.sub-section2 .paragraph {
      font-size: 13px;
    line-height:22px;
     text-align:center;      
    }
     .sub-section2 .paragraph1 {
      font-size: 13px;
    line-height:26px;
    }

.sub-section2 .bold {
  font-size:14px;
}
     .text-section {
    flex: 1;
    padding: 10px;
}

.image-section img {
    max-width: 36%;
}
               
.section6{
  padding:25px 40px 25px 40px;
  display: flex;
  align-items: center;
    flex-direction: column-reverse;
}
 .section6 .paragraph {
      font-size: 13px;
    line-height:22px;
      margin-bottom: 20px;
    }
          
.section6 .right {
  flex: 1;
  padding-left: 0px;
}
.section6 .left {
  flex: 1;
  padding-right: 0px;
  text-align: -webkit-center;
}
.section6 .left img{
  width:200px;
}


               
.sectionlast{
  padding:25px 40px 25px 40px;
  display: flex;
  align-items: center;
  flex-direction:column;
}
.sectionlast .heading{
  font-size:15px;
}
.sectionlast .paragraph{
  font-size: 12px;
    line-height:22px;
      margin-bottom: 20px;
  width:100%;
}
.sectionlast .right {
  flex: 1;
  padding-left: 0px;
}
.sectionlast .right img {
  width:100px;
}
.sectionlast .left {
  flex: 1;
  padding-right:0px;
  text-align: center;
    }
}

     
   }

