/** Shopify CDN: Minification failed

Line 297:7 Expected ":"
Line 682:14 Expected ")" to end URL token
Line 686:14 Expected ")" to end URL token

**/
/*
 * Image optimization through a CDN?
 * Make shopify id selectors catch all and only use the id name
* Remove from cart ajax
* Make x button on submenu
* Make submenu appear as standalone menu on smaller screens
 */


.cover{
 /*   -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
    z-index: 0;

}

/*

#804E27
#BF7D3A
#F7CA79
#383838
#F4E1D2

*/

  header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:sticky;
    top: 0;
  }
  header a {
    position: relative;
    text-decoration: none;
    color: var(--color-foreground);
  }
  header a sup {
    position: absolute;
    left: 100%;
    max-width: var(--page-margin);
  }
  header svg {
    width: 2rem;
  }
  header .header__menu,
  header .header__icons {
    display: flex;
    gap: 1rem;
  }
svg{

filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(7%) hue-rotate(127deg) brightness(102%) contrast(101%);
}

.navbar{
  z-index: 1005;
  width:100%;
  height:100%;

}
.navbar-brand{
  font-size:30px;

}
.overlay{

    background-color: black;
    opacity: .5;
    height: 100vh;
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: 1;
}




.inconsolata-expanded {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 125;
}

.overlay-title{
    color: white;
    z-index:1;

}
.cover-container{
    height: 100vh;
    width: 100vw;
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -6;
  position: absolute;
  top: 0;
  background-image: url(/cdn/shop/files/IMG_8635_c4fd1fb5-adf2-4c23-826d-3862c8000783.jpg?v=1754322433);

 /*   -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
    z-index: 0;

}
.page-content{

    position: relative;
    top: 100vh;
}
body{
    background-color: #f2f2f2;

}
.btn-primary{

    background-color: #383838;
}
.highlight{

}
.midpage{
	height: 100vh;

}

.carousel-animation{
	background-color: rgba(0,0,0,0.8);
	transition: 0.5s;
	height:50%;
  text-decoration:none;
}
.carousel-animation:hover{
	height:100%;
	background-color: rgba(0,0,0,1);
	animation-name: height-expand;
	animation-duration:0.5s;
}


@keyframes height-expand{
	from{
		height:50%;
		background-color: rgba(0,0,0,0.8);
	}
	to{
		height: 100%;
		background-color: rgba(0,0,0,1);
	}

}


.carousel-img-1{
	background-image: url(/cdn/shop/files/IMG_8762compress.jpg?v=1754321581);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-2{
	background-image: url(https://cdn.pixabay.com/photo/2016/06/17/16/04/fountain-pen-1463463_960_720.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-3{
	background-image: url(../assets/cufflinks-925004.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-4{
	background-image: url(/cdn/shop/files/IMG_8762compress.jpg?v=1754321581);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-2{
	background-image: url(https://cdn.pixabay.com/photo/2016/06/17/16/04/fountain-pen-1463463_960_720.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-3{
	background-image: url(../assets/cufflinks-925004.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
.carousel-img-4{
	background-image: url(../assets/IMG_8762.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
btn{
	border:none;
}
.moreBtn{

	width: 30px;
	height: 30px;
}
.text-white{
  	color:white !important;
}
a{
	text-decoration: none !important;
  color:inherit !important;
      cursor:pointer !important;

}
  .black-text{
    color:black !important;
  }
.mini-cover{

     height: 5rem;
    width: 100vw;
    overflow-x: hidden;
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -6;
  position: relative;
  top: 0;
  background-image: url(minicover.jpg);

   webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    z-index: 0;

}
.mini-cover-title{
    color: white;
    z-index:1;
position:relative;
  top:50%;
  text-align: center;
  
}
.mini-cover-overlay{

    background-color: black;
    opacity: .5;
    height: 5rem;
    position: absolute;
    width: 100vw;
MG_8762.jpg);
	width: 300px;
	height: 300px;
	 background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  margin:0;
	  padding: 0;

}
btn{
	border:none;
}
.moreBtn{

	width: 30px;
	height: 30px;
}
.text-white{
  	color:white !important;
}
a{
	text-decoration: none !important;
  color:inherit !important;

}
  .black-text{
    color:black !important;
  }
.mini-cover{

     height: 5rem;
    width: 100vw;
    overflow-x: hidden;
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -6;
  position: relative;
  top: 0;
  background-image: url(../assets/IMG_8635.jpg);

   webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    z-index: 0;

}
.mini-cover-title{
    color: white;
    z-index:1;
position:relative;
  top:50%;
  text-align: center;
  
}
.mini-cover-overlay{

    background-color: black;
    opacity: .5;
    height: 5rem;
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: 1;
}

.filter-btn{

  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  background-color:black;
  color:white;
}
.ajax-load{ /* remove this in collection.liquid */

      transition: opacity 0.5s ease;
}
.active-filters__clear{
    padding-top:10px;
  padding-bottom:10px;
  width:100%;
  color:white !important;
  border-radius:3px;
  margin-bottom:3px;
  display:inline-block;
  text-align:center;
    cursor:pointer;
}
.active-filters__remove-filter{

  cursor:pointer;
  margin-right:3px;
  color:white !important;
}

.hover-underline:hover{
    text-decoration-line: underline;
}
.ATCBtn{
      padding-top:10px;
  padding-bottom:10px;
  width:100%;
      caret-color: rgba(0,0,0,0);
  color:white !important;
  border-radius:3px;
  display:inline-block;
  text-align:center;
    cursor:pointer;
}
.ATCBtn:hover{
  color:black !important;
  background-color:white !important;
  transition: 0.2s;
}
/*
.ATCBtn:active{
  color:white !important;
  background-color: green !important;
  transition: 0.2s;
  animation-fill-mode: forwards;
}
*/
.collection-product__content{
  min-height:88px;
  max-height:88px;
}
.product-title{
  height:48px;
}
.sort-by{

    border: none;

  display: inline;
  text-align: right;
  width: 50%;
  float: right;
  background: transparent;
}
.sort-by--container{
  padding: 3px;
  margin-bottom: 10px;
  
}
.product-title-table{
  vertical-align:middle;
}
.quantity-table{
  vertical-align:middle;
}
a:hover{
  text-decoration:underline;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  opacity:1;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.product-image{
  width:100%;
}
.quantity-input{
  width:auto;
border:none;
  background:transparent;
}
.sidebar-container{
  height:100%;
  /* position:sticky;
  /* /* top:0; */ 
  overflow-y:auto; 
  /* position:sticky;
  top:0; */
  /* right:0;
  float:right; */
}
.shopify-section-group-header-group{
  position:sticky;
  top:0;
  z-index:1000;
}
#shopify-section-template--24904701837684__menu-sidebar{
  height:100vh;
  position:fixed;
  top:0;
  z-index:999;
}
#menu-sidebar {
  position: fixed; /* Keep the sidebar fixed */
  left: 0; /* Align to the left */
  top: 0; /* Align to the top */
  border-right: 10px;
  border-color:black;
  width: 250px; /* Set the width of the sidebar */
  height: 100%; /* Full height */
  transform: translateX(-100%); /* Start hidden off-screen */
  transition: transform 0.3s ease; /* Smooth transition */
  z-index: 999; /* Ensure it appears above other content */
}

#menu-sidebar.active {
  transform: translateX(0); /* Slide in */
}
#cart-sidebar {
  position: fixed; /* Keep the sidebar fixed */
  right: 0; /* Align to the left */
  top: 0; /* Align to the top */
  width: 100vw; /* Set the width of the sidebar */
  height: 100%; /* Full height */
  transform: translateX(100%); /* Start hidden off-screen */
  transition: transform 0.3s ease; /* Smooth transition */
  z-index: 999; /* Ensure it appears above other content */
}

#cart-sidebar.active {
  transform: translateX(0); /* Slide in */
}
.navbar-toggler-icon::before {
  content: ''; /* Add your custom icon or use a white SVG */
  background-color: white; /* Set background color to white */
}
#collections-menu:hover{
    cursor:pointer;

}
.submenu.active{
    transform:translateX(0)

}
#collections-menu.active{
}
.submenu{
  min-width:340px;
  height:100vh;
    position: fixed; /* Keep the sidebar fixed */
  left: 150px; /* Align to the left */
  top: 5rem; /* Align to the top */
  width: 50vw; /* Set the width of the sidebar */
    background-color:rgba(0,0,0,0.7);
overflow-y:auto !important; 
  transform: translateX(-200%); /* Start hidden off-screen */
  transition: transform 0.3s ease; /* Smooth transition */
  z-index: 999; /* Ensure it appears above other content */
}
.collection-display-img{
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.collection-display{
  width:30%;
    flex: 0 0 0 !important;

  height:auto;
}
.picture-column{
  width:20%;
  flex: 0 0 0 !important;
}
#cart-sidebar{
  background-color: rgba(0,0,0,.9)
}
@media (max-width: 575.98px) {
  .submenu{
        position: fixed; /* Keep the sidebar fixed */
left: 0;
    top:0;
    width:100vw;
    overflow-y:auto !important;
    transform: translateY(-200%);
    transition: transform 0.3s ease;
        background-color:rgba(0,0,0,0.7);
height:100vh;
    z-index:1999;

  }
}
@media (max-width: 991.98px) {
  .cart-image {
    width: 30% !important;
    margin:0 auto;
  }
  .product-title-table{
    text-align:center;
  }
  #quantity{
    margin-bottom:1rem;
  }
}
html,body{
    overflow-x: hidden;
  height:fit-content;
}
html{
    overflow-x: initial !important;
}
@font-face{
  font-family: "Radley-Regular";
  src: url({{ "Radley-Regular" | asset_url }}) format("ttf");
}
 @font-face{
  font-family: "PinyonScript-Regular";
  src: url({{ "PinyonScript-Regular" | asset_url }}) format("ttf");
} 
.radley-regular {
  font-family: "Radley-Regular", serif;
  font-weight: 400;
  font-style: normal;
}
.mld{
    font-family: "PinyonScript-Regular", serif;
  font-weight: 400;
  font-style: normal;
}
.radley-regular-italic {
  font-family: "Radley-Regular", serif;
  font-weight: 400;
  font-style: italic;
}
.pt-serif-regular {
  font-family: "PinyonScript-Regular", serif;
  font-weight: 400;
  font-style: normal;
}
.pinyon-script-regular {
  font-family: "Pinyon Script", serif;
  font-weight: 400;
  font-style: normal;
}