/** Shopify CDN: Minification failed

Line 71:0 Unexpected "}"
Line 145:0 Unexpected "}"
Line 386:51 Unexpected "/"

**/

/* Product Card Custom Styling */

/* .card-product {
  border-radius: 1rem;
  background-color: #f9f9fb;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.card-product:hover {
  transform: translateY(-4px);
}

.card-product .card-media {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.card-product .card-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-product:hover .card-media img {
  transform: scale(1.03);
}

/* Price + discount styling 
.card-footer .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.25rem;
}

.card-footer .price del {
  color: #888;
  margin-right: 0.5rem;
}

/* .card-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #ffe0e0;
  color: #c00;
  border-radius: 0.5rem;
} 

/* Title 
.card-heading {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
  color: #222;
  line-height: 1.3;
  min-height: 2.6em; /* consistent height even with short titles */
}

/* Swatches or color blocks 
.card-product-swatches {
  margin-top: 0.25rem;
}

/* Add to Bag Button 
.card-footer .button,
.card-product .button {
  background-color: #111;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.card-footer .button:hover {
  background-color: #333;
}

 */

/* /+ Pill Buttons Customization */

.block-pill-nav-slider .block-section-title-aux {
  /* display: inline-flex;
  border: 1px solid #d0d0d0;
  border-radius: 16px;
  overflow: hidden;
  padding: 12px;
  background: #fff; */


  background: #ffffff17;
    border: 1px solid rgba(34, 31, 32, .35);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pill-nav-item {
  /* padding: 1rem 1.5rem;
  border: none;
  background: transparent;
  color: #444;
  cursor: pointer;
  border-radius:  8 8px;
  position: relative;*/
  

  background-color: transparent;
    cursor: pointer;
    padding: 12px 60px;
    color: #0b0b0bcc;
    font-size: 1.25vw;
    line-height: calc(26.01*(100vw / 1440));
    display: flex;
    align-items: center;
    justify-content: center;
   transition: all 0.3s ease;
    border-radius: 8px !important ;
  box-shadow: none !important; 
}
}
.pill-nav-item.is-active {
  /* background: linear-gradient(to right, #444, #222);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: scale(1.02); */


  background: linear-gradient(313deg, #221f20, #505050);
  color: #fff;
}

.pill-nav-item:hover:not(.pill-nav-item-disabled):not(.is-active) {
  background: rgba(0, 0, 0, 0.03);
  transform: scale(1.01);
}
.pill-nav-item:hover{
    transform: scale(1.025);
    transform-origin: center;
    transition: transform .25s ease;
}


/***** Product card Reinvention   ********/

/* Compact Product Card Styles */
.card-product {
  
    border: 1px solid rgba(34, 31, 32, .1);
    padding: 6px 8px 8px;
    border-radius: 22px;
  
  /* border-radius: 1rem; */
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 0 14.604644775390625px #221f2014,
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); */
  transition: transform 0.2s ease;
}

.card-product:hover {
  transform: translateY(-2px);
}

.card-media {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
}

.card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  /* background: #000;
  color: #fff; */
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  z-index: 2;
}

.card-info {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  
}

.card-heading {
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-eyebrow {
  font-size: 0.75rem;
  color: #777;
  font-weight: 500;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0.75rem; */
  padding-top: 0;
  flex-wrap: wrap; 
  
}

.card-footer .price {
  color: #111;
  font-weight: bold;
  font-size: 0.95rem;
}

.card-footer .card-product-add-to-cart {
  background-color: #111;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.card-footer .card-product-add-to-cart:hover {
  background-color: #444;
}

/* Button Primary */
.button, .button-quick-view {
  background: linear-gradient(275.76deg, #221f20 -33.36%, #505050 139.52%);
  color: white;
  font-size: clamp(12px, calc(14 * (100vw / 1440)), 14px);
  line-height: clamp(17px, calc(20 * (100vw / 1440)), 23px);
  border: none;
  padding: 8px 8px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  transition: transform 0.1s ease-in-out;
}

.button:hover {
  background: linear-gradient(135deg, #333333 0%, #121212 100%);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3); /* Gold glow */
  animation: shine-cta 5s infinite linear;
}


@keyframes shine-cta {
  0% { background-position: 0% center, 0% center; }
  100% { background-position: 100% center, 200% center; }
}

.card-product-actions {
       width: fit-content !important;
}


/* .button{
    
   background: 
    linear-gradient(135deg, #121212 0%, #333333 50%, #121212 100%),
    linear-gradient(135deg, #D4AF37 0%, #F3E5AB 50%, #D4AF37 100%);
  background-size: 100% 100%, 200% 200%;
  background-blend-mode: overlay;
  color: #D4AF37;
  border: none;
  padding: 12px 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  animation: shine-cta 3s infinite linear;
}

@keyframes shine-cta {
  0% { background-position: 0% center, 0% center; }
  100% { background-position: 100% center, 200% center; }
}

.button:hover {
  animation: shine-cta 1.5s infinite linear;
}
   */

.announcement-bar-wrapper{

  
  background:linear-gradient(45deg, #FAF9F7 0%, #F7E7CE 30%, #E8D5C4 70%, #D4C4B0 100%);
  /* background: linear-gradient(135deg, #D4AF37 0%, #F3E5AB 50%, #D4AF37 100%);   */
  background-size: 200% auto;  
  animation: shine 10s ease-in-out infinite;  
  color:#00000f;
}  

@keyframes shine {  
  0% { background-position: 30% center; }  
  50% { background-position: 100% center; }  
  100% { background-position: 30% center; }  
}  

.button-tertiary{
  background: #121212;
  color: #D4AF37;
  padding: 12px 24px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  position: relative;
  border: none;
  z-index: 1;
}

.button-tertiary::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #D4AF37, #F3E5AB, #D4AF37);
  z-index: -1;
  border-radius: 2px;
  background-size: 200% auto;
  animation: shine 3s linear infinite;
}

button-tertiary:hover::before {
  animation: shine 1s linear infinite;
}

/* .button, .button-quick-view{
  background:linear-gradient(135deg, #121212 0%, #2A2A2A 100%);
  color: #D4AF37; /* Gold text */
  /* border: 1px solid #D4AF37; /* Gold border */ */
  /* padding: 12px 24px; */
  /* font-family: 'Playfair Display', serif; */
  /* font-weight: 700; */
  /* text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px; /* Sharp edges = more luxury */
  /* cursor: pointer;
  transition: all 0.3s ease; */ 
} */


/* Count down Banner CSS */

.section-countdown-banner-wrap > .color-accent-3
 {
            background: linear-gradient(45deg, #9A8B7A, #AB9C8B, #BCAD9C, #CDBEAD);
            background-size: 200% 200%;
            animation: gradientWave 5s ease-in-out infinite;
        }

        @keyframes gradientWave {
            0% { background-position: 0% 0%; }
            25% { background-position: 100% 0%; }
            50% { background-position: 100% 100%; }
            75% { background-position: 0% 100%; }
            100% { background-position: 0% 0%; }
        }






