/** Shopify CDN: Minification failed

Line 95:23 Expected identifier but found "*"
Line 467:0 Unexpected "<"
Line 547:0 Unexpected "<"

**/
/* ======================================== */
/* ========= BALENCIAGA-INSPIRED DESIGN === */
/* ======================================== */

/* Typography: Minimalist, Uppercase, Tight Tracking */
h1, h2, h3, h4, .product-title, .h1, .h2, .h3, .h4 {


  font-family: "Helvetica", "Arial", sans-serif; /* Or Archivo Narrow */
  font-weight: 700;           /* Bold */
  text-transform: uppercase;   /* All Caps */
  letter-spacing: 0.02em;     /* Very slight spacing */
  line-height: 1.1;           /* Tight line height */
  color: #000000;

}

/* Navigation: Minimalist, Uppercase */
.header__menu-item, .header-menu a, .header nav a {
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;

    font-size: .75rem;
    font-weight: 400;
   
}

/* Product Cards: Remove borders/shadows, center titles */
.product-grid__item, .product-card {
  border: none !important;
  box-shadow: none !important;
}

.product-card .product-title {
  font-size: 11px !important;
  text-align: center !important;
  margin-top: 10px !important;
}

/* Hover effect: Show second image */
.product-card .product-card__image-wrapper {
  position: relative;
}

.product-card .product-card__image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-card__image-secondary {
  opacity: 1;
}

.product-card:hover .product-card__image-primary {
  opacity: 0;
}

/* ======================================== */
/* ========= HEADER PADDING OVERRIDE ===== */
/* ======================================== */

/* Target the header wrapper and the header element itself */



   

@media screen and (min-width: 990px) {
  .header__icons  {
    height: 2rem;}
  .header-wrapper, 
.header {

  padding-left: 0rem !important;    /* Adjust as needed */
  padding-right: 0px !important; /* Adjust as needed */

}}
@media screen and (min-width: 750px) {
 
    .page-width {
         padding: 0 0; */
        
    }
}


/*---------------------------------------------------------------------------
/* FORCE 50/50 SPLIT - SINGLE COLUMN - ZERO GAPS */
@media screen and (min-width: 750px) {
  /* 1. Force the main product container to be a strict 50/50 split */
  .product.grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    column-gap: 0 !important;
    max-width: 100vw !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* 2. Set the left side (Media) to exactly 50% */
  .product__media-wrapper {
    max-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
   border-right: 1px solid #000 !important;

  }

  /* 3. Set the right side (Product Info) to exactly 50% */
  .product__info-wrapper {
    max-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    padding-left: 5rem !important; /* Adjust this if you want space for text */
     
border-BOTTOM: 1px solid #000 !important;
  }

  /* 4. Force the images to stack in one column with no gaps */
  .product__media-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    row-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    
  }

  /* 5. Ensure every image is full width within that 50% column */
  .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border-BOTTOM: 1px solid #000 !important;
  }

  /* 6. Remove borders and rounding so images touch perfectly */
  .global-media-settings, 
  .global-media-settings img {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

/* Ensure mobile remains standard (usually 100% width) */
@media screen and (max-width: 749px) {
  .product__media-list {
    gap: 0 !important;
  }
}
/*_______LANDING PAGE MAIN SCREEN_________-------------------------------------------_______________*/


@media screen and (min-width: 990px) {
  .collection slider-component:not(.page-width-desktop) {
    padding-top: 40px !important; /* Adds space at the top */
    padding-left: 10rem !important; /* Adds space on the left */
    padding-right: 10rem !important; /* Adds space on the left */
  }
}
.card .price {
  display: none;
}
.full-unstyled-link {
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
}
.card__content {
  text-align: center;
}
.collection__title {
  text-align: center;
  padding-top: 4.3rem;
}
.title {
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
}

.collection-hero__title{
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;


}

.facets__summary , .facet-checkbox ,.active-facets__button ,.active-facets__button-wrapper *, span.active-facets__button-inner{
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;

    font-size: .75rem;
    font-weight: 400;

}  
.facets-container{  
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top:2rem}

.facets-container , .facet-filters , .facets__heading, .product-count , .facet-filters__label, .select__select ,.product-count__text{

  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;

    font-size: .75rem;
    font-weight: 400;

}  
/*---------------------------starts of slider buttons________________________________




/* 1. Target the slider component specifically to keep arrows nearby */

@media screen and (min-width: 749px) {
slider-component {
  position: relative;
  display: block;
  max-width: var(--page-width); /* Keeps arrows within your site's content width */
  margin: 0 auto;
}

/* 2. Position the arrow container relative to the product grid */
.collection slider-component .slider-buttons {
  position: absolute !important;
  top: 40% !important; /* Adjust this to move arrows up/down */
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 10px !important;

}



/* Use these values to "tug" the arrows closer to the images */
.collection slider-component .slider-button--prev {
  margin-left: 40px !important; /* Increase this (e.g., 20px) to move it further right */

}

.collection slider-component .slider-button--next {
  margin-right: 30px !important; /* Increase this (e.g., 20px) to move it further left */
  /* If the Prev button is hidden, the Next button stays on the right */
  margin-left: auto !important;
}
.collection slider-component .slider-button .icon {
  width: 13px !important; /* Makes the actual arrow icon bigger */
  height: 13px !important;
}
/* Hide the Previous button when at the start of the carousel */
.collection slider-component .slider-button--prev[disabled] {
  display: none !important;
}

}


/*---------------------------end of slider buttons________________________________

/* ===== BALENCIAGA BUTTON STYLE (DAWN OVERRIDE) ===== */

/* Container spacing */
.banner__buttons {
  gap: 12px;
}

/* Reset Dawn button style */
.banner__buttons .button {
  font-family: "Helvetica", "Arial", sans-serif; /* Or Archivo Narrow */
  font-weight: 300;           /* Bold */
  text-transform: uppercase;   /* All Caps */
  letter-spacing: 0.02em;     /* Very slight spacing */
  line-height: 1.1;           /* Tight line height */
  color:rgb(0, 0, 0);
   font-size:1.1rem;

  border-radius: 1 !important;
  box-shadow: none !important;
background-color:rgb(255, 255, 255) !important;
  transition: all 0.2s ease;
   border-color:rgb(0, 0, 0) !important;
  
   
  
}




/* Hover behavior */
.banner__buttons .button--primary:hover {
  background-color:rgb(0, 0, 0) !important;
  border-color:rgb(255, 255, 255) !important;
  color:rgb(255, 255, 255);
}



.banner__content {
  padding-left: 60px;
  padding-bottom: 60px;
}

/*--------------------------------SIZE CHART_______________________
/* Modal Background */
.sg-modal {
  display: none; position: fixed; z-index: 1000;
  left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.4);
}

/* Modal Box */
.sg-modal-content {
  background-color: #fff; margin: 5% auto; padding: 40px;
  width: 90%; max-width: 1000px; position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Horizontal Scroll Container */
.sg-horizontal-scroll {
  display: flex;
  overflow-x: auto; /* This creates the swipe effect */
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

/* Individual Columns */
.sg-column {
  min-width: 180px; /* Fixed width so they stay in a row */
  flex-shrink: 0;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.sg-header { height: 100px; }
.sg-circle { 
  display: block; width: 20px; height: 20px; 
  border: 1px solid #ccc; border-radius: 50%; margin-bottom: 10px;
}

.sg-row {
  display: flex; justify-content: space-between;
  padding: 8px 0; font-size: 12px; text-transform: uppercase;
}

.sg-footer { margin-top: 30px; font-size: 13px; color: #666; }


.salecss .sale-price-inline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ff0000ff;
  background: transparent;
  white-space: nowrap;
}
.sale-price-inlineA {
    display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  background: transparent;
  white-space: nowrap;
}

.salecss .sale-price-inlineA {
    display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ff0000ff;
  background: transparent;
  white-space: nowrap;
}

.card__badge{WIDTH:100%;justify-content: space-between;
    DISPLAY: inline-flex;  opacity: 0; transition: opacity 0.2s ease;}


.sale-current {
  font-weight: 700;
}

.sale-compare {
  font-weight: 500;
  opacity: 0.45;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.sale-percent {
  font-weight: 700;
}

.card__badge .badge {
  background: transparent !important;
  color: #000 !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}


/* THIS GREY OUT SOLD SIZES */

.product-form__input input[type='radio'].disabled + label,
.product-form__input input[type='radio']:disabled + label {
  color: #aaa;
  background-color: #f7f7f7;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.7;
  position: relative;
}

.product-form__input input[type='radio'].disabled + label::after,
.product-form__input input[type='radio']:disabled + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: #999;
  transform: rotate(-20deg);
}



<style>
.sale-tabs-wrapper {
  margin-bottom: 0;
}

.sale-tabs {
  display: flex;
  align-items: center;
  gap: 0px;
  overflow-x: auto;
  white-space: nowrap;

  padding: 0 0 0 0;
  border-bottom: 1px solid #000;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sale-tabs::-webkit-scrollbar {
  display: none;
}

.sale-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 10px;

  border: 1px solid transparent;

  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #000;
  text-decoration: none;
  font-weight: 500;

  transition: all .2s ease;
}

/* Active category */
.sale-tabs a.active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

/* Hover effect */
.sale-tabs a:hover:not(.active) {
  border: 1px solid rgba(0,0,0,.35);
}

/* Reset link */
.sale-tabs a.reset-tab {
  color: rgba(0,0,0,.55);
  border: none;
  padding: 0;
  background: transparent;
}

.sale-tabs a.reset-tab:hover {
  border: none;
  background: transparent;
  color: #000;
}

@media screen and (max-width: 749px) {
  .sale-tabs {
    gap: 18px;
    padding: 8px 12px 10px;
  }

  .sale-tabs a {
    font-size: 10px;
    padding: 5px 8px;
  }
}
</style>