/** Shopify CDN: Minification failed

Line 317:0 Unexpected "}"

**/
/* Loox Ratings */

#shopify-block-loox-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Quantity Selector */
.quantity-selector__wrapper {
  border: 1px solid rgb(var(--text-color) / .12);
  border-radius: var(--spacing-2-5);
  display:flex;
}

.quantity-input {
  border:0;
  width: 20px;
  padding:0;
}

.quantity-selector__wrapper .quantity-decrease,
.quantity-selector__wrapper .quantity-increase{
  height: 100%;
  display: inline-block;
  padding: 5px 5px;
  cursor:pointer;
  width: 30px;
  text-align:center;
}

/* Variant what's included */
.variant-picker__included-list {
  list-style: disc;
  margin-top: 10px;
  display: inline-block;
  list-style-position: inside;
}

.variant-picker__included-list li {
  width:50%;
  float:left;
}


/* Scroll to section */
.scroll-to-section__option-info {
  justify-content: space-between;
  align-items: baseline;
  margin-block-end: var(--spacing-2);
  display: flex;
}

.scroll-to-section {
  display: inline-block;
  margin: 0;
  cursor:pointer;
}

/*------------------ Global Collection Filters ---------------------*/

/* Hide scrollbar for Chrome, Safari and Opera */
.collection__global-filters::-webkit-scrollbar {
  display: none;
}

.collection__global-filters {
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  display: flex;
  padding-left: 15px;
  overflow: scroll hidden;
  margin: auto;
  margin-bottom: 10px;
  padding-top: 10px;
}

.collection__global-filters-item {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
    text-align: center;
    margin-left: 15px;
}

.collection__global-filters-item:first-child {
  margin-left: 0;
}

.collection__global-filters-radio {
  position: absolute;
  opacity: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.collection__global-filters-radio:checked + .collection__global-filters-label{
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #000;
  padding: 2px;
  opacity: 1;
}

.collection__global-filters-label,
.collection__global-filters-all  {
  border-radius: 50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  background-color: #f5f5f5;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.collection__global-filters-all {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .collection__global-filters-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  padding: 5px;
} */

.collection__global-filters-name {
  display: block;
  text-align: center;
}

/* Quick Buy Now Drawer */
.quick-buy-drawer__info button[name="checkout"]{
  display:none;
}

/* Product Quick Add */
.product-quick-add {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px;
  background: rgb(240 240 240 / 0.33);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

@media screen and (min-width: 700px)  {
  .product-quick-add {
    background: rgb(var(--dialog-background));
    backdrop-filter: none;
  }
}

.product-quick-add__button {
   width: 75%; 
}

/* Cart count widget */

.cart-count-widget {
  z-index: 998;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
}


/* Sticky buy button */

.sticky-buy-button-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  padding: 15px;
  background: rgb(var(--background) / 0.37);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/*Quick buy drawer*/
.quick-buy-drawer .variant-picker__option-info, .quick-buy-drawer .variant-picker__option-values {
    justify-content: flex-start;
}
.quick-buy-drawer .variant-picker__included-container {
  text-align: left;
}

/*Product Card and Product List for How to apply */
.collection-catalog {
  margin-top: var(--spacing-5);
  margin-bottom: var(--spacing-5);
}

.collection-catalog .collection-title {
  margin-top: var(--spacing-10);
  margin-bottom: var(--spacing-10);
  margin-left: var(--spacing-4);
  text-align:left;
}

.product-list__custom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Set a minimum width for columns */
  gap: var(--spacing-5);
}


@media screen and (max-width: 1200px) {
  .product-list__custom {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust for smaller screens */
  } 
}

@media screen and (max-width: 700px) {
  .product-list__custom {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust for smaller screens */
  } 
}

.product-card-container {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: scale(1);
}

.product-card-container.hidden, .product-list__error.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.product-list__error {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: scale(1);
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-8);
}

.link {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  @media screen and (max-width: 700px) {
    display: initial;
  }
}

/*------------------ As seen on section ---------------------*/

.as-seen-on-container {
  display: flex;
  justify-content:center;
  align-items:center;
  background-color:white;
}

.as-seen-on-container .logo_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  padding: 0 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  height:100px;
  display: flex;
  align-items: center;
}

.as-seen-on-container .announcement-bar__scrolling-list {
  height:100px;
}


/*--------------------Progress Bar updated with steps--------------------*/

/* progress-bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative; /* Added this */
}

.step {
  text-align: center;
  flex-grow: 1;
  position: relative; /* Added this */
}

.step-circle {
  width: 30px;
  height: 30px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: -20px; /* Adjust as needed to properly align with the progress bar */
  left: 50%;
  transform: translateX(-50%);
}

.step-label {
  font-weight: bold;
}

.progress-bar .progress-bar-inner {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
}


/*--------------------Product MockUp Sticky--------------------*/

.product-gallery__ar-wrapper {
  position: sticky !important;
  top: 70px !important;
}

/*--------------------Footer / Cart Footer icons--------------------*/
.button--alt-text {
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.drawer::part(footer) {
  padding: 0 !important;
}

button[name="checkout"]{
  border-radius:0 !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  height:65px;
}

@media(max-width:700px){
  button[name="checkout"]{
     height:56px;
  }
}

.Cart__prices-container {
  border-top: 1px solid #ddd;
}

/* .Cart__total-price-container {
  border-bottom: 1px solid #ddd;
} */

.Cart__footer-container {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.Cart__footer-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.cart__gift-wrap-container button, .cart__gift-card-container, .cart__notes-container button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.Cart__footer-icons .icon, .Cart__footer-icons .Cart__NoteButton {
  margin-right:5px;
}


#cart-gift-wrap .cart-inner-close-drawer {
  position: absolute;
  right: 20px;
}

#cart-gift-wrap .cart-inner-close-drawer .icon {
  margin-right:0;
}

.cart__gift-card-container input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  place-content: center;
  color: var(--text-color);
  border: 1px solid rgb(var(--text-color));
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  position: relative;
  border-radius: 3px;
}


.cart__gift-card-container input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(var(--text-color));
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
}

.cart__gift-card-container input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.cart__gift-wrap-container .title {
  letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-gift-wrap__image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.cart-gift-wrap__image-container img {
  margin-right: var(--spacing-4);
}

/*--------------------Product Picker --------------------*/

.ProductPicker {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
}

@media screen and (max-width: 451px)  {
  .ProductPicker {
    width:100%;
  }
}

.ProductPicker__collection-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  gap: 1rem;
  justify-content: center;
}

.ProductPicker__product-textures.variant-picker__option-values {
  display: inline-block;
  width: 300px;
}

.ProductPicker__product-textures.variant-picker__option-values Legend {
  margin:auto;
}

.ProductPicker__selectButton .button {
  margin:auto;
}

/*--------------------Store change dropdown--------------------*/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  padding: 15px;
  border-radius:10px;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -50px;
  top: 30px;
  
  @include media-query($small) {
    min-width: 130px;
    left: -30px;
  }
}

.dropdown-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  color: initial;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor:pointer;
  
  img {
    width: 20px;
    vertical-align: bottom;
    margin-right: 5px;
  }
  
   @include media-query($small) {
    font-size: 12px;
     img {
      width: 18px;
     } 
  }
}

/* Product Card Variant Selector */

.product-card__variant-select {
  padding:10px;
  border-radius:15px;
  cursor:pointer;
}