/** Shopify CDN: Minification failed

Line 12:0 Unexpected ".1"

**/
    .collection-hero.collection-hero--with-image {
        padding: 0 !important;
    }
.collection-hero__text-wrapper {
    display: none;
}
.1-0-tog-winter-collection {
    display: none;
}
a.trigger-pop-up.sizechart {
    display: none;
}
@media (max-width: 768px) {
.header {
    display: grid;
    grid-template-areas: 
        "left-icon heading icons"
        "search-modal__form search-modal__form search-modal__form";
    grid-template-columns: auto 1fr auto; /* Adjust as needed */
    grid-template-rows: auto auto; /* Two rows */
    align-items: center; /* Center items vertically */
    gap: 1rem; /* Optional: Adds space between rows/columns */
    padding: 1rem 0; /* Padding shorthand for top and bottom */
}

.header .left-icon {
    grid-area: left-icon;
    /* Add specific styling for left icon */
} 

.header .heading {
    grid-area: heading;
    /* Add specific styling for heading */
}

.header .icons {
    grid-area: icons;
    /* Add specific styling for icons */
}

.header .search-modal__form {
    grid-area: search-modal__form;
    width: 100%; /* Ensures the form spans the full width */
    /* Add specific styling for search modal form */
}
}

/**************** Color Swatch Start *****************/
.product-form__input input[type=radio]+label.color-swatch{
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.product-form__input input[type=radio]:checked+label.color-swatch{
  box-shadow: 0 0 0 2px #000;
  transition: box-shadow .2 ease;
}
.product-form__input input[type=radio]+label.color-swatch::before {
  content: "";
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
label.color-swatch.color-9931791008055-bone {
    background-image: url(/cdn/shop/files/bone.jpg?v=1734756920) !important;
}
/**************** Color Swatch End *****************/

/**************** Succes Message Start *****************/
#cart-message{
  line-height: 22px;
}
/**************** Succes Message End *****************/

/**************** Get One Buy One Start *****************/
.page-black-friday-promotion .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    background: transparent;
}
.custom-shop-button{
  text-decoration: underline;
}
.custom-field__button{
  position: unset !important;
}
.custom-field__button {
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    transition: box-shadow var(--duration-short) ease;
    appearance: none;
    background-color: rgb(215 194 182) !important;
}
/**************** Get One Buy One End *****************/

/************** Product Responsive Start ************/
@media(max-width: 768px){
  ul#Slider-Gallery-template--23741274161463__main {
    height: 422px !important;
  }
}
/************** Product Responsive End ************/