/** Shopify CDN: Minification failed

Line 172:1 Expected "}" to go with "{"

**/
.Product__Info #swym-atw-button-container {
  margin-top: 16px;
  height: 55px;
  display: none;
}

.Product__Info #swym-atw-button-container button{
  height: 55px;
  width: 55px;
  background-color: #482922;
  display: none;
}
.Product__Info:has(#swym-atw-button-container) .ProductForm__AddToCart{
  margin-right: 0;
  flex: 1;
}
.Product__Info:has(#swym-atw-button-container) .swym-atw-btn-wrapper{
width: 100%;
}
swymcs-wishlist-button{
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
}
#swymUnfilled,
#swymFilled,
#swymUnfilled svg,
#swymFilled svg{
  color: #482922;
  stroke: #482922;
}
#swymFilled svg{
  fill: #482922;
}
.ProductForm__AddToCart.Sold-out-button-secondorry.hide ~ .atc.swymcs-wishlist-button {
  display: none !important;
}
@media only screen and (max-width: 640px){
 .klaviyo-form-button-wrapper swymcs-wishlist-button.swymcs-wishlist-button{
  margin-top:12px !important;
}

/* #swymUnfilled svg{
  height: 20px;
} */

.klaviyo-form-button-wrapper,
.ProductForm__AddToCartWrapper{
  display: flex;
  gap: 1px;
  margin-right: 8px;
}
.klaviyo-form-button-wrapper swymcs-wishlist-button,
.ProductForm__AddToCartWrapper swymcs-wishlist-button{
  position: relative;
  display: flex;
  right: unset;
  top: unset;
  height: 46px;
  min-width: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #482922;
  cursor: pointer;
}
.klaviyo-form-button-wrapper swymcs-wishlist-button #swymUnfilled,
.klaviyo-form-button-wrapper swymcs-wishlist-button #swymFilled,
.klaviyo-form-button-wrapper swymcs-wishlist-button #swymUnfilled svg,
.klaviyo-form-button-wrapper swymcs-wishlist-button #swymFilled svg,
.ProductForm__AddToCartWrapper swymcs-wishlist-button #swymUnfilled,
.ProductForm__AddToCartWrapper swymcs-wishlist-button #swymFilled,
.ProductForm__AddToCartWrapper swymcs-wishlist-button #swymUnfilled svg,
.ProductForm__AddToCartWrapper swymcs-wishlist-button #swymFilled svg{
  color: #ffffff;
  stroke: #ffffff;
}
@media screen and (min-width:1024px){
  .klaviyo-form-button-wrapper swymcs-wishlist-button:hover,
  .ProductForm__AddToCartWrapper swymcs-wishlist-button:hover{
    background: #ffffff;
    border: 1px solid #482922;
  }
  .klaviyo-form-button-wrapper swymcs-wishlist-button:hover #swymUnFilled svg,
  .ProductForm__AddToCartWrapper swymcs-wishlist-button:hover #swymUnfilled svg,
  .klaviyo-form-button-wrapper swymcs-wishlist-button:hover #swymFilled svg,
  .ProductForm__AddToCartWrapper swymcs-wishlist-button:hover #swymFilled svg{
    color: #482922;
    stroke: #482922;
  }
  button#swymcs-wishlist-button:hover #swymUnfilled svg{
      color: #482922 !important;
      stroke: #482922 !important;
  }
  .custom-wishlist-button swymcs-wishlist-button:hover svg{
    fill: rgba(72, 41, 34, 0.2);
  }
}

.klaviyo-form-button-wrapper swymcs-wishlist-button #swymFilled svg,
.ProductForm__AddToCartWrapper swymcs-wishlist-button #swymFilled svg{
  fill: #ffffff;
}
.ProductForm__AddToCartWrapper swymcs-wishlist-button{
  min-width: 55px;
  height: 52px;
}
.Product__Info .swym-atw-btn-wrapper:has(.Sold-out-button-secondorry.hide) .swym-atw-button-container,
.Product__Info .ProductForm__AddToCartWrapper:has(.swym-atw-btn-wrapper .Sold-out-button-secondorry.hide) {
  display: none;
}
.custom-wishlist-button{
  display: flex;
  gap: 4px;
  justify-content: space-between;
}
.custom-wishlist-button swymcs-wishlist-button{
    position: relative;
    display: flex;
    right: unset;
    top: unset;
    height: 20px;
    min-width: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/**/
#swym-plugin #swym-anchor[data-position=bottom-right], #swym-hosted-plugin #swym-anchor[data-position=bottom-right]{
  display: none;
}
swym-header-icon .counter-wrapper{
  display: flex;
  position: relative;
  top: -2px;
}
swym-header-icon .counter-wrapper.hidden{
  display: none;
}
swym-header-icon .counter-wrapper,
swym-header-icon .counter-wrapper span{
     font-weight: 400;        
  font-style: normal;       
  font-size: 12px;          
  line-height: 1;             
  letter-spacing: -0.075em;

}

swym-header-icon svg{
  flex: 1;
}
@media screen and (max-width: 1023px){
  swym-header-icon .counter-wrapper{
    top: -1px;
  }
  .klaviyo-form-button-wrapper,
  .ProductForm__AddToCartWrapper{
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .custom-wishlist-button{
    gap: 10px;
  }
}