
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@100;400&display=swap');
body {

    font-family: Cairo;
    /* overflow-x: hidden; */
}

.color_selector.active{
    box-shadow: 4px 3px 7px 4px gray;
}

.site-header-cart--count:after {
    display: block;
    height: 22px;
    min-width: 22px;
    padding: 3px;
    font-size: .6875rem;
    line-height: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border: 2px solid rgb(255,255,255);
    border-radius: 50%;
    content: attr(data-header-cart-count);
}


.site-header-cart--count.visible {
    opacity: 1;
}
.site-header-cart--count {
    position: relative;
    top: 4px;
    right: -14px;
    display: block;
    opacity: 0;
    transition: opacity .15s cubic-bezier(.4,0,1,1);
}
.size_selector.active{
   
    background-color: #fef5f3;
    border: 1px solid #36acf0;
}

#loaderHandler{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #ffffff91;
    z-index: 9999;
  }
  
   
    
    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    




    


#loaderMain {
    position: relative;
    width: 100%;
    height: 100%;
    right: -45%;
    top: 35%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 600;
    -moz-perspective: 600;
    perspective: 600;
  }
  #loaderMain span {
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  #loaderMain span:after {
    display: block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 100px 58px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #loaderMain span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    -o-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  #loaderMain span:nth-child(1):after {
    border-top-color: #19487e;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.1111111111s ease infinite;
    -moz-animation: split 2s 0.1111111111s ease infinite;
    animation: split 2s 0.1111111111s ease infinite;
  }
  #loaderMain span:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 150deg);
    -moz-transform: rotate3d(0, 0, 1, 150deg);
    -ms-transform: rotate3d(0, 0, 1, 150deg);
    -o-transform: rotate3d(0, 0, 1, 150deg);
    transform: rotate3d(0, 0, 1, 150deg);
  }
  #loaderMain span:nth-child(2):after {
    border-top-color: #0d4789;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.2222222222s ease infinite;
    -moz-animation: split 2s 0.2222222222s ease infinite;
    animation: split 2s 0.2222222222s ease infinite;
  }
  #loaderMain span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 210deg);
    -moz-transform: rotate3d(0, 0, 1, 210deg);
    -ms-transform: rotate3d(0, 0, 1, 210deg);
    -o-transform: rotate3d(0, 0, 1, 210deg);
    transform: rotate3d(0, 0, 1, 210deg);
  }
  #loaderMain span:nth-child(3):after {
    border-top-color: rgb(82, 132, 206);
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.3333333333s ease infinite;
    -moz-animation: split 2s 0.3333333333s ease infinite;
    animation: split 2s 0.3333333333s ease infinite;
  }
  #loaderMain span:nth-child(4) {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    -moz-transform: rotate3d(0, 0, 1, 270deg);
    -ms-transform: rotate3d(0, 0, 1, 270deg);
    -o-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  #loaderMain span:nth-child(4):after {
    border-top-color: #4363a7;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.4444444444s ease infinite;
    -moz-animation: split 2s 0.4444444444s ease infinite;
    animation: split 2s 0.4444444444s ease infinite;
  }
  #loaderMain span:nth-child(5) {
    -webkit-transform: rotate3d(0, 0, 1, 330deg);
    -moz-transform: rotate3d(0, 0, 1, 330deg);
    -ms-transform: rotate3d(0, 0, 1, 330deg);
    -o-transform: rotate3d(0, 0, 1, 330deg);
    transform: rotate3d(0, 0, 1, 330deg);
  }
  #loaderMain span:nth-child(5):after {
    border-top-color: #3379ca;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.5555555556s ease infinite;
    -moz-animation: split 2s 0.5555555556s ease infinite;
    animation: split 2s 0.5555555556s ease infinite;
  }
  #loaderMain span:nth-child(6) {
    -webkit-transform: rotate3d(0, 0, 1, 390deg);
    -moz-transform: rotate3d(0, 0, 1, 390deg);
    -ms-transform: rotate3d(0, 0, 1, 390deg);
    -o-transform: rotate3d(0, 0, 1, 390deg);
    transform: rotate3d(0, 0, 1, 390deg);
  }
  #loaderMain span:nth-child(6):after {
    border-top-color: #406c9f;
    -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    -ms-transform: rotate3d(0.5, 1, 0, 180deg);
    -o-transform: rotate3d(0.5, 1, 0, 180deg);
    transform: rotate3d(0.5, 1, 0, 180deg);
    -webkit-animation: split 2s 0.6666666667s ease infinite;
    -moz-animation: split 2s 0.6666666667s ease infinite;
    animation: split 2s 0.6666666667s ease infinite;
  }
  
  @-webkit-keyframes split {
    0% {
      -webkit-transform-origin: 50% 100%;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
      -webkit-transform-origin: 50% 100%;
      -webkit-transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
      opacity: 1;
      -webkit-transform-origin: 100% 0%;
      -webkit-transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
      opacity: 0;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
    }
  }
  @-moz-keyframes split {
    0% {
      -moz-transform-origin: 50% 100%;
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
      -moz-transform-origin: 50% 100%;
      -moz-transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
      opacity: 1;
      -moz-transform-origin: 100% 0%;
      -moz-transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
      opacity: 0;
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
      opacity: 1;
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
    }
  }
  @keyframes split {
    0% {
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
      -ms-transform: rotate3d(0.5, 1, 0, 180deg);
      -o-transform: rotate3d(0.5, 1, 0, 180deg);
      transform: rotate3d(0.5, 1, 0, 180deg);
    }
    25% {
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: rotate3d(0, 1, 0, 360deg);
      -moz-transform: rotate3d(0, 1, 0, 360deg);
      -ms-transform: rotate3d(0, 1, 0, 360deg);
      -o-transform: rotate3d(0, 1, 0, 360deg);
      transform: rotate3d(0, 1, 0, 360deg);
    }
    50% {
      opacity: 1;
      -webkit-transform-origin: 100% 0%;
      -moz-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
      -o-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
      -webkit-transform: rotate3d(0, 1, 0, 360deg);
      -moz-transform: rotate3d(0, 1, 0, 360deg);
      -ms-transform: rotate3d(0, 1, 0, 360deg);
      -o-transform: rotate3d(0, 1, 0, 360deg);
      transform: rotate3d(0, 1, 0, 360deg);
    }
    75% {
      opacity: 0;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
      -ms-transform: rotate3d(0.5, 1, 0, 180deg);
      -o-transform: rotate3d(0.5, 1, 0, 180deg);
      transform: rotate3d(0.5, 1, 0, 180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate3d(0.5, 1, 0, 180deg);
      -moz-transform: rotate3d(0.5, 1, 0, 180deg);
      -ms-transform: rotate3d(0.5, 1, 0, 180deg);
      -o-transform: rotate3d(0.5, 1, 0, 180deg);
      transform: rotate3d(0.5, 1, 0, 180deg);
    }
  }
  


  

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(173, 214, 236); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(213, 233, 237); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0083b3; 
  }
  
.container-fluid {
    font-family: Cairo;

}

a {

    text-decoration: none;
    color: currentColor;
}



header {

    /* width: 100vw; */
    /* height: 170px; */
    background-color: #fafafa;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
    /* display: flex; */
    /* align-items: center; */
}

header .container-fluid1 {

    width: 100%;
    padding: 10px 100px 0px;
    /* padding: 10px 60px; */

    display: flex;
    align-items: center;
    color: #1d1d1d !important;
    /* justify-content: space-between; */
}

ul {
    list-style-position: inside;
padding-left: 0;}

@media(max-width:992px) {

    header .container-fluid1 {

        padding: 3% 5%;
    }
}

header .navb-logo img {

    width: 140px;
    height: 66px;
}

header .navb-items {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    direction: ltr;
    letter-spacing: 3px;
}



header .item {

    text-align: center;
    /* margin-inline: 15%; */
    font-size: 20px;
    letter-spacing: 3px;
    color: #102447;
    padding: 5px 0;
    transition: all .1s ease;
    /* border-bottom: 0px solid #64d6f4;
border-top: 0px solid #64d6f4; */
    cursor: pointer;
    border: none !important;
    margin: 20px;
    width: fit-content;
}

.item1 {
    width: 57% !important;
    border-color: #80808040 !important;
    box-shadow: 0 3px 7px #80808029 !important;
}

.item:focus {
    border: none !important;
}

header .item:hover {
    border: none !important;

    /* border-bottom: 3px solid #64d6f4; */
    /* border-top: 3px solid #64d6f4; */
}

header .item:focus {
    border: none !important;

    /* border-bottom: 3px solid #64d6f4; */
    /* border-top: 3px solid #64d6f4; */
}

header .item-button a {

    background-color: #274d8a;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease;
}

header .item-button a:hover {

    background-color: #64d6f4;
}

header .mobile-toggler {
    font-size: 30px;
}

.dataContent {
    background-color: #e8e8e8;
    font-weight: 400;
    font-size: 16px;
    color: #1d1d1d !important;

}

/* .colapse{
    padding : 20px 20px ;
} */




.section-1 {

    width: 100vw;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1 p {

    font-size: 75px;
    font-weight: 700;
    color: #102447;
    width: 90%;
    text-align: center;
}

@media(max-width:767px) {

    .section-1 p {

        font-size: 50px;
        text-align: start;
        width: 70%;
        margin: auto;
    }
}


/* //////////// end navbar */

.suggestions {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 723px;
    z-index: 100000;
}

.suggestions li {
    background: white;
    list-style: none;
    /* border-bottom: 1px solid #E3E5E3; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.14); */
    margin: 0;
    padding: 20px;
    transition: background 0.2s;
    display: flex;
    /* justify-content: space-between; */
    text-transform: capitalize;
}

.suggest-no-result {
    background-color: white;
}

span.population {
    font-size: 15px;
}

.hl {
    background: #bec1a8;
}

.search-result {
    color: #5F605F;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Cairo';
}

#nav-search {
    font-size: 1rem !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    border: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: all 125ms cubic-bezier(.4, 0, .2, 1) !important;
    padding: 10px 10px !important;
    color: #4d4d4d !important;
    background-color: #fff !important;

    font-weight: 400 !important;
    width: 100% !important;
    height: 100% !important;
}

#nav-search:focus {
    outline: none !important;
}

#nav-search::placeholder {
    color: #c3c3c3 !important;
}



.call-us {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 800;
    /* font-family: Cairo; */
    transition: margin .15s cubic-bezier(0, 0, .2, 1);
    font-style: normal;
    letter-spacing: 0px !important;
}

.call-us-small {
    color: #1d1d1d;
    font-size: 12px;
    font-weight: 700;
    /* font-family: Cairo; */
    transition: margin .15s cubic-bezier(0, 0, .2, 1);
    font-style: normal;
    letter-spacing: 0px !important;
}

.phone-num {
    color: #1d1d1d !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    /* font-family: Cairo; */
    transition: margin .15s cubic-bezier(0, 0, .2, 1) !important;
    font-style: normal !important;
    letter-spacing: 0px !important;


}

.person-img {
    width: 21px;
    height: 24px;
}

.loginItem {
    font-size: 14px !important;
    color: #1d1d1d !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;



}

.loginItem2 {
    font-size: 14px !important;
    color: #939393 !important;
    font-weight: 500 !important;
    letter-spacing: .9px !important;



}


.site-header-menu-toggle {
    border: none !important;
    background: none !important;
    outline: none !important;
}

.site-header-menu-toggle--button .toggle-icon--bar+.toggle-icon--bar {
    margin-top: 5px;

}

.site-header-menu-toggle--button .toggle-icon--bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
    transition: transform .1s cubic-bezier(.4, 0, .2, 1);
    transform-origin: 1px;
}

.btn-search {
    background: #000;
    color: white;
    border-radius: 2px;
}

.search-icon-2 {
    animation: rotation 2s;
}

.search-icon-2 {
    animation: rotate .7s cubic-bezier(.69, .31, .56, .83) infinite;
}

.search-icon-2 {
    animation-iteration-count: infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.search-title1 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.search-title2 {
    color: #626262;
    font-size: 14px;
    font-weight: 400;


}

.search-title3 {
    color: #dd8b90;
    font-size: 12px;
    font-weight: 400;


}

.search-title4 {
    color: #adadad;
    font-size: 10px;
    font-weight: 400;


}

/* / second navbar */
body {
    margin: 0;
}

.navbar {
    overflow: hidden;
    /* background-color: #333; */
    /* font-family: Arial; */
}

.navbar a {
    float: right;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    width: 100% !important;

}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: none !important;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: white;
}

.dropdown {
    background-color: white !important;
}





.dropdown-content {
    display: none;
    position: fixed;
    background-color: white !important;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);



}

.dropdown-content .header {
    background: white;
    padding: 8px;
    color: white;
    /* height: 300px !important; */
    height: 500px !important;

}

.dropbtn1:hover .dropdown-content1 {
    display: block;
}

.dropbtn2:hover .dropdown-content2 {
    display: block;
}

.dropbtn3:hover .dropdown-content3 {
    display: block;
}

.dropbtn4:hover .dropdown-content4 {
    display: block;
}

.dropbtn5:hover .dropdown-content5 {
    display: block;
}

.dropbtn6:hover .dropdown-content6 {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 15%;
    padding: 10px;
    background-color: white;
    height: 250px;
}

.column-title {
    font-size: 16px;
    color: #1d1d1d;
    transition: color .2s cubic-bezier(0, 0, .2, 1);
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-menu);
    letter-spacing: 0em;
    cursor: pointer;
}

.column-text {
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    transition: color .2s cubic-bezier(0, 0, .2, 1);
    color: #1d1d1d;
}

.column a {
    float: none;
    padding: 5px 5px !important;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    /* background-color: #ddd; */
    color: #36acf0 !important;
}

.column :hover {
    /* background-color: #ddd; */
    color: #36acf0 !important;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.container-fluid2 {
    padding: 10px 100px 0px;
}

.lnk {
    transition: opacity .2s cubic-bezier(0, 0, .2, 1);
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    background-color: none !important;

}

.navbar-custom {
    padding: 0 !important;
    margin: 0 !important;
}

.search-btn-small {
    cursor: pointer;
}

.viewShipping {
    background-color: #f5f5f5;
    text-align: center;
}

.viewShipping-title {
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1d;
}

.viewShipping-text {
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 14px;
    line-height: 1.4;
    color: #1d1d1d;
}

.viewShipping-icon {
    color: #36acf0;
}

/* //////////// swipper styles  */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipperContainer {
    background-color: #f5f5f5;

}

/* /////// end swipper */

.bigImageContainer {
    background-color: #ededed !important;
    min-height: 500px !important;
}

@media(min-width:992px) {
    .imageContent {
        background-position: right;
        background-repeat: no-repeat;
        background-size: unset !important;
        /* height: 500px%; */
        /* width: 50%; */
        /* margin-inline-start: auto; */
        min-height: 500px !important;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;

        /* padding-bottom: 200px; */

    }

    .imageContent2 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain !important;
        /* height: 100%; */
        width: 100% !important;
        margin-inline-start: auto;
        min-height: 250px !important;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        max-width: 100% !important;
    }

    .imageContent3 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain !important;
        /* height: 100%; */
        width: 100% !important;
        margin-inline-start: auto;
        min-height: 230px !important;
        margin-top: 20px;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        max-width: 100% !important;
    }

    .imageContent4 {
        background-repeat: no-repeat;
        background-size: unset !important;

        min-height: 893px !important;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        opacity: 0.7;
        color: white;

        /* padding-bottom: 200px; */

    }
}

@media(max-width:992px) {
    .imageContent {
        background-position: right;
        background-repeat: no-repeat;
        background-size: unset !important;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        padding-bottom: 40px;


    }

    .imageContent2 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain !important;
        /* height: 100%; */
        width: 100% !important;
        margin-inline-start: auto;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        max-width: 100% !important;
        margin-top: 20px;
        padding-bottom: 40px;


    }

    .imageContent3 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain !important;
        /* height: 100%; */
        width: 100% !important;
        margin-inline-start: auto;
        margin-top: 20px;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: pointer;
        max-width: 100% !important;
        padding-bottom: 40px;

    }

    .imageContent4 {
        background-repeat: no-repeat;
        background-size: unset !important;

        min-height: 518px !important;
        font-family: Cairo;
        font-weight: 800 !important;
        padding: 0 !important;
        cursor: grab;
        opacity: 0.7;
        color: white;

        /* padding-bottom: 200px; */

    }
}





.imageContent4-text {
    font-weight: 500;
    font-size: 18px;
    font-family: Cairo;
    letter-spacing: 2.5;

}

.imageContent4-header {
    font-weight: 700;
    font-size: 30px;
    font-family: Cairo;
    letter-spacing: 2.5;


}

.blackLayer {
    background: black !important;
}


.imageContentTitle {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000000;
    font-family: Cairo;
}

.imageContentText {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000000;
    font-family: Cairo;
}

.btn-learn-more {
    background-color: #36acf0;
    border: 1px solid #dddddd;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-family: Cairo;
    padding: 0.875rem 1.75rem !important;

}

.btn-learn-more2 {
    background-color: #36acf0;
    border: 1px solid #dddddd;
    font-weight: 500;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-family: Cairo;
    font-size: 14px;
    /* padding: 0.875rem 1.75rem !important; */

}

.btn-learn-more3 {
    background-color: #36acf0;
    border: 1px solid #dddddd;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-family: Cairo;
    font-size: 16px;
    /* padding: 0.875rem 1.75rem !important; */

}

.btn-learn-more4 {
    background-color: #36acf0;
    border: 1px solid #36acf0;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-family: Cairo;
    padding: 0.750rem 1.75rem !important;

}


.btn-learn-more:hover {
    background-color: #f07d36;
    color: white;
}

.btn-learn-more4:hover {
    background-color: #f07d36;
    color: white;
}

.btn-learn-more2:hover {
    background-color: #f07d36;
    color: white;
}

.btn-learn-more3:hover {
    background-color: #f07d36;
    color: white;
}

.dailyDeals-header {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 700;
    letter-spacing: 1.5px    ;
}

.shopObjImage {
    position: relative;
}

.shopObjImageBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ca0000;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.shopObjImageBtn2 {
    background-color: #ca0000;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.old-price {
    text-decoration: line-through;
    color: #949494;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 1px;

}

.old-price2 {
    text-decoration: line-through;
    color: #949494;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;

}

.new-price {
    color: #ca0000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;

}


.btn-order{
  background: #e0e0e0;
}
.cart-list-3{
  
  box-shadow: 1px 1px 1px 1px gray;
  border-radius: 9px;
}

.cart-list-2{
  
  box-shadow: 1px 1px 1px 1px gray;
  border-radius: 9px;
  max-height: 503px;
  overflow-y: auto;

}
.new-price2 {
    color: #ca0000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;

}

.type-image {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.type-image:hover {
    color: #36acf0 !important;
}

.name-image {
    color: #949494;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;

}

.name-image:hover {
    color: #36acf0 !important;
}

.stock-type {
    color: #e99114;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;

}

/* .imageObj{
    border: 1px solid rgba(128,128,128,.16);
box-shadow: 0 1px 4px #8080801c;
} */

@media(max-width:992px) {
    .imageObj:hover {
        cursor: grab;
    }
}

@media(min-width:992px) {
    .imageObj:hover {
        cursor: pointer;
    }
}

.Brands {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 700;
}

.image-containing {
    max-width: 100%;
}

.viewTypesRow {
    border: 1px solid rgba(128, 128, 128, .16);
    box-shadow: 0 1px 4px #8080801c;
}

.viewTypesSmall {
    /* width: 125px !important; */
    max-height: 550px !important;
    overflow: scroll;
    cursor: pointer;
}

.viewTypesBig>img {
    max-width: 100%;
    text-align: center !important;
}

.product-title {
    color: #1d1d1d;
    font-size: 24px;
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-size {
    color: #1d1d1d;
    font-size: 12px;
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
}

.size-div {
    color: #4d4d4d;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
}

.size-div:hover {
    background-color: #fef5f3;
    border: 1px solid #36acf0;
}

.product-img {
    border: 2px solid #818181;
    border-radius: 4px;
}

.ft-18 {
  font-size: 18px !important;
}

.ft-13 {
  font-size: 13px !important;
}

.ft-9 {
  font-size: 9px !important;
}





.secure-checkout {
    color: #1d1d1d;
    font-size: 18px;
    font-family: Cairo;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

.spn1 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.08px;
    text-align: start;
    color: #000;
}

.spn2 {
    color: #1d1d1d !important;
    font-size: 16px;
    font-weight: 600;

}

.spn3 {
    font-size: 16px;
    font-weight: 700;

}

.spn4 {
    text-decoration: underline;
}

.spn5 {
    font-size: 12px;
    font-weight: 500;

}

.caution {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}

.img-border {
    border: 2px solid #818181;
    border-radius: 4px;
}

.footer {
    background-color: #1d1d1d;
    color: white;
}

.footer-title {
    font-size: 16px;

    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: start;
}

.footer-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.08px;
    text-align: start;
}

.footer-text1 {
    border-inline-end: 1px solid white;
}

.footer-text-paragraph {
    line-height: 1.9;

}

.emailInput {
    width: 200px;
    height: 45px;
}

.closeIcon {
    cursor: pointer;
}
.collpse{
    cursor: pointer;
}
.imageType>img{
    max-width: 100% !important;
}

.button-primary.mdc-ripple-surface.mdc-ripple-upgraded {
    background-color: #f04f36!important;
}


.cart-title-right {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.cart-title-total--large .cart-title-total {
    margin-top: 0;
    margin-right: 1.171875rem;
    text-align: right;
}
.cart-title-total {
    font-size: var(--font-size-body-smaller);
    margin-top: 0.234375rem;
    color: #949494;
}

.cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.640625rem;
    margin-bottom: 1.640625rem;
    color: #1d1d1d;
}


.button-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000000;
}

.cart-title-button {
    font-size: var(--font-size-button-small);
    padding: 0.625rem 1rem;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
}


.button-primary.mdc-ripple-surface:after {
    background-color: #fff;
}


.cartitems .cartitems--list {
    padding-left: 0;
}



@media screen and (min-width: 1024px){
.cart-item {
    align-items: center;
}
}

@media screen and (min-width: 720px){


.cart-item {
    padding: 1.171875rem;
}

}
.cart-item {
    position: relative;
    display: flex;
    padding: 0.9375rem;
    margin-bottom: 1.171875rem;
    overflow: hidden;
    transition: all .2s cubic-bezier(0,0,.2,1);
}
.complementary-product, .productitem, .product-compare-drawer__item, .product-compare-drawer__item-placeholder, .disclosure-list, .cart-item, .article--excerpt-wrapper, .account-address, .pxs-map-card, .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper, .pxs-map-wrapper, .testimonial, .twitter--inner:not(.flickity-enabled), .twitter--inner .flickity-slider, .hotspot__tooltip-wrapper, .menulist-inner, .featured-product__container .featured-product--inner, .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item, .product-compare__product-card-placeholder, #shopify-product-reviews {
    border: 1px solid rgba(128,128,128,.16);
    box-shadow: 0 1px 4px #8080801c;
}






@media screen and (min-width: 480px){
.cart-item--image-wrapper {
    width: 120px;
}
}
.cart-item--image-wrapper {
    width: 175px;
    margin: 0;
}

.cart-item--image-wrapper2{
    width: 100%;
}
figure {
    margin: 1em 40px;
}
figcaption, figure, main {
    display: block;
}


.cart-item--image-wrapper svg, .cart-item--image-wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 860px){
.cartitems--container:not(.has-sidebar) .cart-item--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 120px);
}
}
@media screen and (min-width: 480px){
.cart-item--inner {
    width: calc(100% - 120px);
}
}
.cart-item--inner {
    width: calc(100% - 75px);
}
.cart-item--inner2{
    
    width: calc(100% - 5px);
}

.img_item_radius{
    border-radius: 7px 7px 1px 1px;
}
.list_item_element{
    box-shadow: 2px 3px 11px -5px gray;
    border-radius: 9px;
    padding-bottom: 19px;
}
.cart-item--content {
    padding-left: 1.171875rem;
}


@media screen and (min-width: 860px){
.cart-item__info {
    margin-top: 0;
}
}

@media screen and (min-width: 560px){
.cart-item__info {
    display: flex;
    align-items: center;
}
}

.cart-item__info {
    position: relative;
    padding-right: 0;
    padding-left: 1.171875rem;
    margin-top: 0.9375rem;
}






.cart-item__remove-link {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 5px;
    transition: color 125ms cubic-bezier(.4,0,.2,1);
}
.rte .tabs li, .rte .tabs li>a, .site-navigation .navmenu-meganav-standard__image-link, .site-navigation .navmenu-depth-2 .navmenu-link, .complementary-product__name a, .productgrid--sidebar-menu .navmenu-link, .filter-item, .productitem--title a, .cart-item__remove-link, .tweet--footer, .tweet--header-screenname, .hotspot__tooltip, .menulist-menu__link {
    color: #1d1d1d;
    text-decoration: none;
    transition: color .1s cubic-bezier(.4,0,.2,1);
}


.cart-item__remove-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1d1d1d33;
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(.4,0,.2,1);
}

@media screen and (min-width: 720px){
.cart-item__total {
    min-width: 7.5rem;
}
}


@media screen and (min-width: 560px){
.cart-item__total {
    padding-right: 0;
    text-align: right;
}

}


.cart-item__total {
    font-size: var(--font-size-heading-5);
    padding-right: calc(1.171875rem + 1.25rem);
    color: #1d1d1d;
    text-align: left;
    white-space: nowrap;
}

.cart-item__remove-link svg {
    position: relative;
    display: block;
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}




.product__badge--sale, .productitem__badge--sale, .hotspot__badge--sale, .product__badge--pre-order, .productitem__badge--pre-order, .hotspot__badge--pre-order {
    color: #fff;
    background-color: #ca0000;
    font-size: 23px;
    display: table;
}


.price__compare-at.visible {
    display: inline-block;
}
.product__price .price__compare-at {
    margin-right: 0.234375rem;
}
@media screen and (min-width: 720px)
.product__price .price__compare-at, .product__price .price__current {
    font-size: 1.171875rem;
}
.product__price .price__compare-at, .product__price .price__current {
    margin-bottom: 0.234375rem;
    font-size: var(--font-size-heading-4);
    line-height: 1.15;
    white-space: nowrap;
}
.price__compare-at {
    display: none;
    font-size: .8125rem;
    line-height: 1.38;
    color: #949494;
    text-decoration: line-through;
}


.product__price .price__compare-at.visible~.price__current {
    color: #ca0000;
}
@media screen and (min-width: 720px)
.product__price .price__compare-at, .product__price .price__current {
    font-size: 1.171875rem;
}
.product__price .price__compare-at, .product__price .price__current {
    margin-bottom: 0.234375rem;
    font-size: 29px;
    line-height: 1.15;
    white-space: nowrap;
}
.price__current {
    margin-right: 0.234375rem;
    font-size: var(--font-size-body);
    line-height: 1.4375rem;
}


.product-details {
    color: #1d1d1d;
}


.product-pricing {
    margin: 0.9375rem 0;
}

div {
    display: block;
}
.product-details {
    color: #1d1d1d;
}
.product-gallery, .product-form--alt, .product-main {
    font-size: var(--font-size-body);
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
}
.product--outer {
    display: block;
    font-size: 0;
}
@media screen and (min-width: 1024px){
.dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container, .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
    --layout-container-gutter: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

}


@media screen and (min-width: 720px){
.dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container, .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
    --layout-container-gutter: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

}
.dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container, .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
    --layout-container-max-width: 1400px;
    --layout-container-gutter: 10px;
    max-width: var(--layout-container-max-width);
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}














/* ------------------------------- */

  
  
      :root {--font-size-heading-large: 1.9921875rem;
    
  --font-size-heading-medium: 1.7578125rem;
    
  --font-size-heading-1: 1.640625rem;
    
  --font-size-heading-2: 1.5234375rem;
    
  --font-size-heading-3: 1.40625rem;
    
  --font-size-heading-4: 1.171875rem;
    
  --font-size-heading-5: 1.0546875rem;
    
  --font-size-heading-6: 1.0546875rem;
    
  --font-size-body-larger: 1.2890625rem;
    
  --font-size-body-large: 1.171875rem;
    
  --font-size-body-medium: 1.0546875rem;
    
  --font-size-body: 0.9375rem;
    
  --font-size-body-small: 0.87890625rem;
    
  --font-size-body-smaller: 0.8203125rem;
    
  --font-size-body-smallest: 0.76171875rem;
    
  --font-size-body-tiny: 0.703125rem;
    
  --font-size-button-small: 0.8203125rem;
    
  --font-size-button-medium: 0.9375rem;
    
  --font-size-button-large: 1.0546875rem;
    
  --font-size-button-x-large: 1.23046875rem;
    
  --font-size-menu-large: 0.99609375rem;
    
  --font-size-menu: 0.875rem;
    
  --font-size-input: 0.9375rem;
    
  --font-size-section-heading: 1.171875rem;
    
  --font-size-menu-body-medium: 0.8359375rem;
    
  --font-size-menu-body-small: 0.81640625rem;
    
  --font-size-heading-body-small: 0.87890625rem;
    
  --font-size-heading-body-smaller: 0.8203125rem;
    
  --font-size-heading-slideshow: 1.9921875rem;
    
  }@media screen and (max-width: 719px) {
        :root {--font-size-heading-large: 1.9921875rem;
    
  }}@media screen and (max-width: 859px) {
        :root {--font-size-heading-medium: 1.7578125rem;
    
  --font-size-heading-1: 1.640625rem;
    
  --font-size-heading-2: 1.5234375rem;
    
  --font-size-heading-3: 1.40625rem;
    
  --font-size-heading-4: 1.171875rem;
    
  --font-size-heading-5: 1.0546875rem;
    
  --font-size-heading-6: 1.0546875rem;
    
  --font-size-body-larger: 1.2890625rem;
    
  --font-size-body-large: 1.171875rem;
    
  --font-size-body-medium: 1.0546875rem;
    
  --font-size-body: 0.9375rem;
    
  --font-size-body-small: 0.87890625rem;
    
  --font-size-body-smaller: 0.8203125rem;
    
  --font-size-body-smallest: 0.76171875rem;
    
  --font-size-body-tiny: 0.703125rem;
    
  --font-size-button-small: 0.8203125rem;
    
  --font-size-button-medium: 0.875rem;
    
  --font-size-button-large: 0.9921875rem;
    
  --font-size-button-x-large: 1.16796875rem;
    
  --font-size-menu-large: 0.93359375rem;
    
  --font-size-menu: 0.875rem;
    
  --font-size-input: 0.9375rem;
    
  --font-size-section-heading: 1.171875rem;
    
  --font-size-menu-body-medium: 0.8359375rem;
    
  --font-size-menu-body-small: 0.81640625rem;
    
  --font-size-heading-body-small: 0.87890625rem;
    
  --font-size-heading-body-smaller: 0.8203125rem;
    
  --font-size-heading-slideshow: 1.9921875rem;
    
  }}
  
  /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  /**
   * 1. Change the default font family in all browsers (opinionated).
   * 2. Correct the line height in all browsers.
   * 3. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  /* Document
     ========================================================================== */
  html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1, .age-gate__heading {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  details,
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  
  .shopify-cross-border {
    display: flex;
  }
  
  .no-js .selectors-form--no-js-hidden {
    display: none;
  }
  
  .disclosure {
    --disclosure-max-height: 300px;
    --disclosure-min-height: 92px;
    --disclosure-toggle-text-color: black;
    --disclosure-toggle-background-color: transparent;
    --disclosure-toggle-border-color: black;
    --disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
    --disclosure-toggle-svg-color: black;
    --disclosure-text-color: black;
    --disclosure-background-color: white;
    --disclosure-border-color: black;
    position: relative;
    display: inline-block;
  }
  .disclosure > summary {
    list-style: none;
  }
  .disclosure > summary::-webkit-details-marker {
    display: none;
  }
  
  .disclosure__toggle {
    width: auto;
    padding: 5px 32px 4px 11px;
    color: black;
    background-color: transparent;
    border: 1px solid black;
    -webkit-appearance: none;
            appearance: none;
  }
  @supports (color: var(--disclosure-toggle-text-color)) {
    .disclosure__toggle {
      color: var(--disclosure-toggle-text-color);
      background-color: var(--disclosure-toggle-background-color);
      border: 1px solid var(--disclosure-toggle-border-color);
    }
  }
  .disclosure__toggle:hover {
    cursor: pointer;
  }
  .disclosure__toggle::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7.5px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
    content: "";
    transform: translateY(-50%);
  }
  @supports ((-webkit-mask-image: var(--disclosure-toggle-svg)) or (mask-image: var(--disclosure-toggle-svg))) {
    .disclosure__toggle::after {
      background-color: var(--disclosure-toggle-svg-color);
      background-image: none;
      -webkit-mask-image: var(--disclosure-toggle-svg);
              mask-image: var(--disclosure-toggle-svg);
      -webkit-mask-size: cover;
              mask-size: cover;
    }
  }
  
  .disclosure-list {
    position: absolute;
    bottom: 115%;
    display: none;
    max-height: 300px;
    min-height: 92px;
    max-width: 250px;
    min-width: 200px;
    padding: 11px 0;
    margin: 0;
    overflow-y: auto;
    list-style: outside none;
    background-color: white;
    border: 1px solid black;
    border-radius: 0;
  }
  @supports (max-height: var(--disclosure-max-height)) {
    .disclosure-list {
      max-height: var(--disclosure-max-height);
      min-height: var(--disclosure-min-height);
      background-color: var(--disclosure-background-color);
      border: 1px solid var(--disclosure-border-color);
    }
  }
  noscript .disclosure-list {
    width: max-content;
  }
  
  .disclosure-list--visible {
    display: block;
  }
  
  .disclosure-list--alternate-drop {
    right: 0;
  }
  
  .disclosure-list__item-wrapper {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .disclosure-list__item-wrapper:first-child {
    margin-top: 0;
  }
  
  .disclosure-list__item--label {
    word-break: keep-all;
    margin-left: 5px;
  }
  
  .disclosure__submit {
    margin-top: 1rem;
  }
  
  .disclosure-list__item {
    display: block;
    padding: 5px 25px 4px 15px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .disclosure-list__item.disclosure-list__item-wrapper {
    display: flex;
  }
  .disclosure-list__item:focus, .disclosure-list__item:hover {
    color: black;
    text-decoration: underline;
  }
  @supports (color: var(--disclosure-text-color)) {
    .disclosure-list__item:focus, .disclosure-list__item:hover {
      color: var(--disclosure-text-color);
    }
  }
  
  .disclosure-list__item--current {
    text-decoration: underline;
  }
  
  .disclosure-list__option {
    color: inherit;
    text-decoration: inherit;
  }
  
  .disclosure-list__option-code {
    white-space: nowrap;
  }
  
  .surface-pick-up-embed {
    --surface-pick-up-embed-theme-success-color: rgb(50, 205, 50);
    --surface-pick-up-embed-theme-error-color: rgb(179, 58, 58);
    --surface-pick-up-embed-theme-paragraph-font-size: 16px;
    --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
    --surface-pick-up-embed-theme-body-font-weight-bold: 600;
    --surface-pick-up-embed-theme-body-text-color: #808080;
    --surface-pick-up-embed-theme-link-text-decoration: underline;
    --surface-pick-up-embed-row-gap: 10px;
    --surface-pick-up-embed-column-gap: 10px;
    display: grid;
    grid-template-columns: min-content auto;
    row-gap: var(--surface-pick-up-embed-row-gap);
    column-gap: var(--surface-pick-up-embed-column-gap);
    justify-content: flex-start;
    text-align: left;
  }
  
  .surface-pick-up-embed__in-stock-icon,
  .surface-pick-up-embed__out-of-stock-icon {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: 3px;
  }
  
  .surface-pick-up-embed__in-stock-icon {
    fill: var(--surface-pick-up-embed-theme-success-color);
  }
  
  .surface-pick-up-embed__out-of-stock-icon {
    fill: var(--surface-pick-up-embed-theme-error-color);
  }
  
  .surface-pick-up-embed__location-info {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  
  .surface-pick-up-embed__location-availability {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
    font-weight: inherit;
    color: var(--surface-pick-up-embed-theme-body-text-color);
  }
  .surface-pick-up-embed__location-availability b {
    font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
  }
  
  .surface-pick-up-embed__location-pick-up-time {
    font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
    color: var(--surface-pick-up-embed-theme-body-text-color);
  }
  
  .surface-pick-up-items {
    padding: 0;
    margin: 0;
  }
  
  .surface-pick-up-item {
    --surface-pick-up-item-theme-success-color: rgb(50, 205, 50);
    --surface-pick-up-item-theme-error-color: rgb(179, 58, 58);
    --surface-pick-up-item-theme-paragraph-font-size: 16px;
    --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
    --surface-pick-up-item-theme-body-font-weight-bold: 600;
    --surface-pick-up-item-theme-body-text-color: #808080;
    --surface-pick-up-item-theme-border-color: #d9d9d9;
    --surface-pick-up-item-theme-link-text-decoration: underline;
    --surface-pick-up-item-row-gap: 10px;
    --surface-pick-up-item-column-gap: 5px;
    --surface-pick-up-item-gap: 28px;
    display: grid;
    grid-template-columns: repeat(2, auto) 1fr;
    row-gap: var(--surface-pick-up-item-row-gap);
    column-gap: var(--surface-pick-up-item-column-gap);
    justify-content: flex-start;
    padding-bottom: var(--surface-pick-up-item-gap);
    margin: var(--surface-pick-up-item-gap) 0 0;
    text-align: left;
    border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
  }
  .surface-pick-up-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .surface-pick-up-item__header {
    display: flex;
    grid-column: span 3;
    align-items: flex-end;
  }
  
  .surface-pick-up-item__pick-up-location {
    margin-top: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
    font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
    color: var(--surface-pick-up-item-theme-body-text-color);
  }
  
  .surface-pick-up-item__pick-up-distance {
    padding-left: 2rem;
    margin: 0 0 0 auto;
  }
  
  .surface-pick-up-item__in-stock-icon,
  .surface-pick-up-item__out-of-stock-icon {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: 1px;
  }
  
  .surface-pick-up-item__in-stock-icon {
    fill: var(--surface-pick-up-item-theme-success-color);
  }
  
  .surface-pick-up-item__out-of-stock-icon {
    fill: var(--surface-pick-up-item-theme-error-color);
  }
  
  .surface-pick-up-item__availability {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
    color: var(--surface-pick-up-item-theme-body-text-color);
  }
  
  .surface-pick-up-item__address-info {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
    font-style: normal;
    line-height: 1.4;
    color: var(--surface-pick-up-item-theme-body-text-color);
  }
  .surface-pick-up-item__address-info p {
    margin: 0;
  }
  .surface-pick-up-item__address-info a,
  .surface-pick-up-item__address-info a:visited {
    color: inherit;
    text-decoration: none;
  }
  .surface-pick-up-item__address-info a:focus,
  .surface-pick-up-item__address-info a:active,
  .surface-pick-up-item__address-info a:hover {
    color: inherit;
  }
  
  .surface-pick-up-item__confirm-address {
    margin-top: var(--surface-pick-up-item-row-gap);
  }
  
  .surface-pick-up-item__confirm-address-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  
  
  
  
    
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    
    
    
  
    
    
  
  
  
    
  
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
    
    
    
    
    
  
  
  
  
  
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h6, .highlights-banner__heading, h5, h4, .featured-collection__title-card-heading, h3, h2, .slideshow-slide__heading, h1, .age-gate__heading {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.0em;
  }.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h6, .highlights-banner__heading, h5, h4, .featured-collection__title-card-heading, h3, h2, .slideshow-slide__heading, h1, .age-gate__heading {
      text-transform: none;
    }.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 b, h6 b, .highlights-banner__heading b, h5 b, h4 b, .featured-collection__title-card-heading b, h3 b, h2 b, .slideshow-slide__heading b, h1 b, .age-gate__heading b,
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 strong,
  h6 strong,
  .highlights-banner__heading strong,
  h5 strong,
  h4 strong,
  .featured-collection__title-card-heading strong,
  h3 strong,
  h2 strong,
  .slideshow-slide__heading strong,
  h1 strong,
  .age-gate__heading strong {
    font-weight: 900;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 em, h6 em, .highlights-banner__heading em, h5 em, h4 em, .featured-collection__title-card-heading em, h3 em, h2 em, .slideshow-slide__heading em, h1 em, .age-gate__heading em {
    font-style: italic;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 b em, h6 b em, .highlights-banner__heading b em, h5 b em, h4 b em, .featured-collection__title-card-heading b em, h3 b em, h2 b em, .slideshow-slide__heading b em, h1 b em, .age-gate__heading b em,
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 strong em,
  h6 strong em,
  .highlights-banner__heading strong em,
  h5 strong em,
  h4 strong em,
  .featured-collection__title-card-heading strong em,
  h3 strong em,
  h2 strong em,
  .slideshow-slide__heading strong em,
  h1 strong em,
  .age-gate__heading strong em,
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 em b,
  h6 em b,
  .highlights-banner__heading em b,
  h5 em b,
  h4 em b,
  .featured-collection__title-card-heading em b,
  h3 em b,
  h2 em b,
  .slideshow-slide__heading em b,
  h1 em b,
  .age-gate__heading em b,
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 em strong,
  h6 em strong,
  .highlights-banner__heading em strong,
  h5 em strong,
  h4 em strong,
  .featured-collection__title-card-heading em strong,
  h3 em strong,
  h2 em strong,
  .slideshow-slide__heading em strong,
  h1 em strong,
  .age-gate__heading em strong {
    font-style: italic;
  }
  
  .slideshow-slide__heading, h1, .age-gate__heading {
    font-size: var(--font-size-heading-1);
  }
  
  h2 {
    font-size: var(--font-size-heading-2);
  }
  
  .featured-collection__title-card-heading, h3 {
    font-size: var(--font-size-heading-3);
  }
  
  h4 {
    font-size: var(--font-size-heading-4);
  }
  
  .highlights-banner__heading, h5 {
    font-size: var(--font-size-heading-5);
  }
  
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h6 {
    font-size: var(--font-size-heading-6);
  }
  
  .mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link,
  .mobile-nav-primary-content .navmenu-depth-1 > .navmenu-item > .navmenu-link, .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text, .site-navigation .navmenu-depth-1 > li > a, .site-navigation a,
  .site-navigation summary, .site-header-actions {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-menu);
    letter-spacing: 0.0em;
  }.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link,
  .mobile-nav-primary-content .navmenu-depth-1 > .navmenu-item > .navmenu-link, .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text, .site-navigation .navmenu-depth-1 > li > a, .site-navigation a,
  .site-navigation summary, .site-header-actions {
      text-transform: uppercase;
    }.spr-header-title, .product-recently-viewed__heading, .product-section--title, .home-section--title, .shoppable-image__section-heading, .image-with-text__section-heading, .custom-html--container .home-section--title,
  .custom-liquid--container .home-section--title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    font-size: var(--font-size-section-heading);
    letter-spacing: 0.0em;
  }.spr-header-title, .product-recently-viewed__heading, .product-section--title, .home-section--title, .shoppable-image__section-heading, .image-with-text__section-heading, .custom-html--container .home-section--title,
  .custom-liquid--container .home-section--title {
      text-transform: none;
    }
    

    
  
    
  .dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container,
  .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
    --layout-container-max-width: 1400px;
    --layout-container-gutter: 10px;
    max-width: var(--layout-container-max-width);
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (min-width: 720px) {
    .dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container,
  .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
      --layout-container-gutter: 15px;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .dynamic-video-wrapper, .navmenu-meganav-wrapper, .site-navigation, .product-section--container, .product-row--container, .productgrid--outer, .pagination--container, .page-content, .page-masthead, .message-banner--outer, .breadcrumbs-container, .atc-banner--outer, .contact-page-content, .account-page-content, .account-page-masthead, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .rich-text--container, .promo-mosaic--container, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container,
  .custom-liquid--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product__container, .featured-collection__container, .countdown-timer, .collection-list__container, .blogposts--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .blog--container, .product-compare-container, .product__container, .password-page-footer, .password-page-content--inner, .cart--section, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container, .site-footer-item, .site-header-main {
      --layout-container-gutter: 25px;
      padding-right: 25px;
      padding-left: 25px;
    }
  }
  
  .productgrid--outer .pagination--container,
  .productgrid--outer .breadcrumbs-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  @media screen and (min-width: 1024px) {
    .productgrid--outer .pagination--container,
  .productgrid--outer .breadcrumbs-container {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .site-page,
  .page-masthead,
  .page-content, .contact-page-content, .account-page,
  .account-page-masthead,
  .account-page-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  @media screen and (min-width: 1024px) {
    .site-page,
  .page-masthead,
  .page-content, .contact-page-content, .account-page,
  .account-page-masthead,
  .account-page-content {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }
  
  .site-navigation-wrapper::before, .spr-content .spr-reviews::before, .productgrid--footer::before, .productgrid--outer::before, .account-page--two-column::before, .article--pagination::before, .site-header-main::before, .form-fields-columns::before, .site-navigation-wrapper::after, .spr-content .spr-reviews::after, .productgrid--footer::after, .productgrid--outer::after, .account-page--two-column::after, .article--pagination::after, .site-header-main::after, .form-fields-columns::after {
    display: table;
    content: "";
  }
  .site-navigation-wrapper::after, .spr-content .spr-reviews::after, .productgrid--footer::after, .productgrid--outer::after, .account-page--two-column::after, .article--pagination::after, .site-header-main::after, .form-fields-columns::after {
    clear: both;
  }
  
  .rte .tabs li,
  .rte .tabs li > a, .site-navigation .navmenu-meganav-standard__image-link, .site-navigation .navmenu-depth-2 .navmenu-link, .complementary-product__name a, .productgrid--sidebar-menu .navmenu-link, .filter-item, .productitem--title a, .cart-item__remove-link, .tweet--footer, .tweet--header-screenname, .hotspot__tooltip, .menulist-menu__link {
    color: #1d1d1d;
    text-decoration: none;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .rte .tabs li:hover,
  .rte .tabs li > a:hover, .site-navigation .navmenu-meganav-standard__image-link:hover, .site-navigation .navmenu-depth-2 .navmenu-link:hover, .complementary-product__name a:hover, .productgrid--sidebar-menu .navmenu-link:hover, .filter-item:hover, .productitem--title a:hover, .cart-item__remove-link:hover, .tweet--footer:hover, .tweet--header-screenname:hover, .hotspot__tooltip:hover, .menulist-menu__link:hover {
    color: #f04f36;
  }
  
  .spr-content .spr-pagination a, .spr-content .spr-review .spr-review-footer a, .spr-summary-caption a.spr-summary-actions-togglereviews, .product-recently-viewed__clear, .shopify-payment-button .shopify-payment-button__more-options, .complementary-product__link, .product-vendor a, .utils-sortby-button,
  .utils-filter-button, .productgrid--sidebar-menu .navmenu-link--active, .productgrid-listview .productitem--link, .productgrid--footer-results-list a, .filter-item-clear-all, .active-filters__clear-link, .collection-filters__filter-link[data-filter-active], .filter-item--grid-simple .filter-item-clear-all, [data-filter-active=true], .filter-item a.filter-text--link, .pagination--inner a, .search-flydown--content-item a, .search-flydown--continue, .live-search-takeover-cancel, .collection__item-title, .breadcrumbs-container a, .article--excerpt-readmore, .account-page-content a, .tweet--content a, .menulist-menu__show-more-trigger, .blogposts--footer-link, .subcollections__container a, .subcollections-featured-collection__subcollection-cta, .subcollections-featured-collection__subcollection-menu-link, .product-compare__placeholder-link, .product-compare__clear-all, .product-link, .passwordentry-contents a, .password-page-footer--item a, .cart-continue, .cart-shipping .cart-shipping-toggle, .cart-update, .article--pagination .article--pagination-item-left > a,
  .article--pagination .article--pagination-item-right > a, .article--tags a, .rte a,
  .pxs-newsletter-text a,
  .shoppable-image__text-box-subheading a,
  .image-with-text__text a {
    color: #f04f36;
    text-decoration: none;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spr-content .spr-pagination a:hover, .spr-content .spr-review .spr-review-footer a:hover, .spr-summary-caption a.spr-summary-actions-togglereviews:hover, .product-recently-viewed__clear:hover, .shopify-payment-button .shopify-payment-button__more-options:hover, .complementary-product__link:hover, .product-vendor a:hover, .utils-sortby-button:hover,
  .utils-filter-button:hover, .productgrid--sidebar-menu .navmenu-link--active:hover, .productgrid-listview .productitem--link:hover, .productgrid--footer-results-list a:hover, .filter-item-clear-all:hover, .active-filters__clear-link:hover, .collection-filters__filter-link[data-filter-active]:hover, [data-filter-active=true]:hover, .filter-item a.filter-text--link:hover, .pagination--inner a:hover, .search-flydown--content-item a:hover, .search-flydown--continue:hover, .live-search-takeover-cancel:hover, .collection__item-title:hover, .breadcrumbs-container a:hover, .article--excerpt-readmore:hover, .account-page-content a:hover, .tweet--content a:hover, .menulist-menu__show-more-trigger:hover, .blogposts--footer-link:hover, .subcollections__container a:hover, .subcollections-featured-collection__subcollection-cta:hover, .subcollections-featured-collection__subcollection-menu-link:hover, .product-compare__placeholder-link:hover, .product-compare__clear-all:hover, .product-link:hover, .passwordentry-contents a:hover, .password-page-footer--item a:hover, .cart-continue:hover, .cart-shipping .cart-shipping-toggle:hover, .cart-update:hover, .article--pagination .article--pagination-item-left > a:hover,
  .article--pagination .article--pagination-item-right > a:hover, .article--tags a:hover, .rte a:hover,
  .pxs-newsletter-text a:hover,
  .shoppable-image__text-box-subheading a:hover,
  .image-with-text__text a:hover {
    color: 
  #ee361a
  
  ;
  }
  
  .complementary-product, .productitem, .product-compare-drawer__item,
  .product-compare-drawer__item-placeholder, .disclosure-list, .cart-item, .article--excerpt-wrapper, .account-address, .pxs-map-card, .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper, .pxs-map-wrapper, .testimonial, .twitter--inner:not(.flickity-enabled),
  .twitter--inner .flickity-slider, .hotspot__tooltip-wrapper, .menulist-inner, .featured-product__container .featured-product--inner, .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item, .product-compare__product-card-placeholder, #shopify-product-reviews {
    border: 1px solid rgba(128, 128, 128, 0.16);
    box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
  }
  
  .pagination--chevron-right,
  .pagination--chevron-left, .breadcrumbs-delimiter, .account-order__breadcrumb-chevron, .product-compare__breadcrumb-chevron, .article--pagination .article--pagination-chevron-right,
  .article--pagination .article--pagination-chevron-left {
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: middle;
  }
  .pagination--chevron-right svg,
  .pagination--chevron-left svg, .breadcrumbs-delimiter svg, .account-order__breadcrumb-chevron svg, .product-compare__breadcrumb-chevron svg, .article--pagination .article--pagination-chevron-right svg,
  .article--pagination .article--pagination-chevron-left svg {
    display: block;
    margin-top: -0.125rem;
    transform: rotate(-90deg);
    fill: currentColor;
  }
  
  .collection-filters__filter-list-item .checkmark, .filter-item:not(.filter-item--toggle-more) .checkmark, .productitem__compare-checkbox-icon .checkmark, .order-checkbox__icon .checkmark, .account-address-form.visible .form-icon--checkbox .checkmark {
    display: block;
    width: 14px;
    height: 14px;
    color: #f04f36;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    stroke-miterlimit: 10;
  }
  /* .collection-filters__filter-group > ul {
    display: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .collection-filters__filter-group:hover > ul {
    visibility: visible;
    opacity: 1;
  } */

  
  .collection-filters__filter-list-item .checkmark[data-animation-state=unchecked], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation-state=unchecked], .productitem__compare-checkbox-icon .checkmark[data-animation-state=unchecked], .order-checkbox__icon .checkmark[data-animation-state=unchecked], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation-state=unchecked] {
    border-color: #dddddd;
    box-shadow: inset 0px 0px 0px #f04f36;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 100ms cubic-bezier(0.4, 0, 0.2, 1) 175ms;
  }
  .collection-filters__filter-list-item .checkmark[data-animation-state=checked], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation-state=checked], .productitem__compare-checkbox-icon .checkmark[data-animation-state=checked], .order-checkbox__icon .checkmark[data-animation-state=checked], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation-state=checked] {
    border-color: #f04f36;
    box-shadow: inset 0px 0px 0px 30px #f04f36;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .collection-filters__filter-list-item .checkmark[data-animation-state=indeterminate], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation-state=indeterminate], .productitem__compare-checkbox-icon .checkmark[data-animation-state=indeterminate], .order-checkbox__icon .checkmark[data-animation-state=indeterminate], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation-state=indeterminate] {
    border-color: #f04f36;
    box-shadow: inset 0px 0px 0px 30px #f04f36;
  }
  .collection-filters__filter-list-item .checkmark[data-animation="checked=>indeterminate"] .checkmark__check[data-animation-state=unchecked], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation="checked=>indeterminate"] .checkmark__check[data-animation-state=unchecked], .productitem__compare-checkbox-icon .checkmark[data-animation="checked=>indeterminate"] .checkmark__check[data-animation-state=unchecked], .order-checkbox__icon .checkmark[data-animation="checked=>indeterminate"] .checkmark__check[data-animation-state=unchecked], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation="checked=>indeterminate"] .checkmark__check[data-animation-state=unchecked] {
    transition: none;
  }
  .collection-filters__filter-list-item .checkmark[data-animation="checked=>indeterminate"] .checkmark__indeterminate[data-animation-state=indeterminate], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation="checked=>indeterminate"] .checkmark__indeterminate[data-animation-state=indeterminate], .productitem__compare-checkbox-icon .checkmark[data-animation="checked=>indeterminate"] .checkmark__indeterminate[data-animation-state=indeterminate], .order-checkbox__icon .checkmark[data-animation="checked=>indeterminate"] .checkmark__indeterminate[data-animation-state=indeterminate], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation="checked=>indeterminate"] .checkmark__indeterminate[data-animation-state=indeterminate] {
    animation: none;
  }
  .collection-filters__filter-list-item .checkmark[data-animation="indeterminate=>checked"] .checkmark__check[data-animation-state=checked], .filter-item:not(.filter-item--toggle-more) .checkmark[data-animation="indeterminate=>checked"] .checkmark__check[data-animation-state=checked], .productitem__compare-checkbox-icon .checkmark[data-animation="indeterminate=>checked"] .checkmark__check[data-animation-state=checked], .order-checkbox__icon .checkmark[data-animation="indeterminate=>checked"] .checkmark__check[data-animation-state=checked], .account-address-form.visible .form-icon--checkbox .checkmark[data-animation="indeterminate=>checked"] .checkmark__check[data-animation-state=checked] {
    transition: none;
  }
  .collection-filters__filter-list-item .checkmark--disabled, .filter-item:not(.filter-item--toggle-more) .checkmark--disabled, .productitem__compare-checkbox-icon .checkmark--disabled, .order-checkbox__icon .checkmark--disabled, .account-address-form.visible .form-icon--checkbox .checkmark--disabled {
    background: rgba(221, 221, 221, 0.25);
  }
  .collection-filters__filter-list-item .checkmark__check, .filter-item:not(.filter-item--toggle-more) .checkmark__check, .productitem__compare-checkbox-icon .checkmark__check, .order-checkbox__icon .checkmark__check, .account-address-form.visible .form-icon--checkbox .checkmark__check,
  .collection-filters__filter-list-item .checkmark__indeterminate,
  .filter-item:not(.filter-item--toggle-more) .checkmark__indeterminate,
  .productitem__compare-checkbox-icon .checkmark__indeterminate,
  .order-checkbox__icon .checkmark__indeterminate,
  .account-address-form.visible .form-icon--checkbox .checkmark__indeterminate {
    stroke: white;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 2;
    transform-origin: 50% 50%;
  }
  .collection-filters__filter-list-item .checkmark__check[data-animation-state=checked], .filter-item:not(.filter-item--toggle-more) .checkmark__check[data-animation-state=checked], .productitem__compare-checkbox-icon .checkmark__check[data-animation-state=checked], .order-checkbox__icon .checkmark__check[data-animation-state=checked], .account-address-form.visible .form-icon--checkbox .checkmark__check[data-animation-state=checked] {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 250ms cubic-bezier(0.4, 0, 0.2, 1) 125ms;
  }
  .collection-filters__filter-list-item .checkmark__check[data-animation-state=unchecked], .filter-item:not(.filter-item--toggle-more) .checkmark__check[data-animation-state=unchecked], .productitem__compare-checkbox-icon .checkmark__check[data-animation-state=unchecked], .order-checkbox__icon .checkmark__check[data-animation-state=unchecked], .account-address-form.visible .form-icon--checkbox .checkmark__check[data-animation-state=unchecked] {
    stroke-dashoffset: 48;
    transition: stroke-dashoffset 175ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .collection-filters__filter-list-item .checkmark__indeterminate[data-animation-state=indeterminate], .filter-item:not(.filter-item--toggle-more) .checkmark__indeterminate[data-animation-state=indeterminate], .productitem__compare-checkbox-icon .checkmark__indeterminate[data-animation-state=indeterminate], .order-checkbox__icon .checkmark__indeterminate[data-animation-state=indeterminate], .account-address-form.visible .form-icon--checkbox .checkmark__indeterminate[data-animation-state=indeterminate] {
    stroke-dashoffset: 0;
  }
  .collection-filters__filter-list-item .checkmark__indeterminate[data-animation-state=unchecked], .filter-item:not(.filter-item--toggle-more) .checkmark__indeterminate[data-animation-state=unchecked], .productitem__compare-checkbox-icon .checkmark__indeterminate[data-animation-state=unchecked], .order-checkbox__icon .checkmark__indeterminate[data-animation-state=unchecked], .account-address-form.visible .form-icon--checkbox .checkmark__indeterminate[data-animation-state=unchecked] {
    transition: none;
  }
  
  .collection-filters__filter-link:focus .checkmark[data-animation-state=unchecked], .filter-item a:focus .checkmark[data-animation-state=unchecked], .productitem__compare-checkbox:focus + .productitem__compare-checkbox-label .checkmark[data-animation-state=unchecked], .checkbox-selected .order-checkbox__label .checkmark[data-animation-state=unchecked], .order-checkbox__input:focus + .order-checkbox__label .checkmark[data-animation-state=unchecked], .product-compare__filter-checkbox:focus + .product-compare__filter-label .checkmark[data-animation-state=unchecked], input[name="address[default]"]:focus ~ .form-icon--checkbox .checkmark[data-animation-state=unchecked] {
    border-color: 
  #bebebe
  
  ;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .collection-filters__filter-link:focus .checkmark[data-animation-state=checked], .filter-item a:focus .checkmark[data-animation-state=checked], .productitem__compare-checkbox:focus + .productitem__compare-checkbox-label .checkmark[data-animation-state=checked], .checkbox-selected .order-checkbox__label .checkmark[data-animation-state=checked], .order-checkbox__input:focus + .order-checkbox__label .checkmark[data-animation-state=checked], .product-compare__filter-checkbox:focus + .product-compare__filter-label .checkmark[data-animation-state=checked], input[name="address[default]"]:focus ~ .form-icon--checkbox .checkmark[data-animation-state=checked], .collection-filters__filter-link:focus .checkmark[data-animation-state=indeterminate], .filter-item a:focus .checkmark[data-animation-state=indeterminate], .productitem__compare-checkbox:focus + .productitem__compare-checkbox-label .checkmark[data-animation-state=indeterminate], .checkbox-selected .order-checkbox__label .checkmark[data-animation-state=indeterminate], .order-checkbox__input:focus + .order-checkbox__label .checkmark[data-animation-state=indeterminate], .product-compare__filter-checkbox:focus + .product-compare__filter-label .checkmark[data-animation-state=indeterminate], input[name="address[default]"]:focus ~ .form-icon--checkbox .checkmark[data-animation-state=indeterminate] {
    box-shadow: inset 0px 0px 0px 30px #f04f36, 0 0 0 3px rgba(0, 0, 0, 0.1);
  }
  
 
  
  .productgrid--search-button, .live-search-button {
    position: relative;
    transform: none;
  }
  .productgrid--search-button:hover, .live-search-button:hover {
    transform: none;
    box-shadow: none;
  }
  .productgrid--search-button .search-icon--inactive, .live-search-button .search-icon--inactive,
  .productgrid--search-button .search-icon--active,
  .live-search-button .search-icon--active {
    display: inline-block;
  }
  .productgrid--search-button svg, .live-search-button svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .productgrid--search-button .search-icon--inactive, .live-search-button .search-icon--inactive {
    width: 20px;
    height: 21px;
    opacity: 1;
    transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .productgrid--search-button .search-icon--active, .live-search-button .search-icon--active {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    visibility: hidden;
    animation: rotate 0.7s cubic-bezier(0.69, 0.31, 0.56, 0.83) infinite;
  }
  .search-icon--processing.productgrid--search-button .search-icon--inactive, .search-icon--processing.live-search-button .search-icon--inactive {
    opacity: 0;
    transition: opacity 100ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  .search-icon--processing.productgrid--search-button .search-icon--active, .search-icon--processing.live-search-button .search-icon--active {
    opacity: 1;
    visibility: visible;
    transition: opacity 100ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  
  .article--comments-message p, .product-request-form__success-message, .message-banner--container.message--success, .article--comments-message.message--success, .message--success.product-request-form__error-message,
  .message--success.product-request-form__success-message, .contact-page-content .message--success.contact-message, .message--success.account-message, .passwordentry-contents .message--success.passwordentry-message,
  .form-message.message--success, .spr-form-message-error, .product-request-form__error-message, .product-message--error, .message-banner--container.message--error, .article--comments-message.message--error, .account-order .order-item-content__error,
  .order-footer .order-item-content__error, .message--error.product-request-form__error-message,
  .message--error.product-request-form__success-message, .contact-page-content .message--error.contact-message, .message--error.account-message, .passwordentry-contents .message--error.passwordentry-message,
  .form-message.message--error {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body);
  }
  .article--comments-message p a, .product-request-form__success-message a, .message-banner--container.message--success a, .article--comments-message.message--success a, .message--success.product-request-form__error-message a,
  .message--success.product-request-form__success-message a, .contact-page-content .message--success.contact-message a, .message--success.account-message a, .passwordentry-contents .message--success.passwordentry-message a,
  .form-message.message--success a, .spr-form-message-error a, .product-request-form__error-message a, .product-message--error a, .message-banner--container.message--error a, .article--comments-message.message--error a, .account-order .order-item-content__error a,
  .order-footer .order-item-content__error a, .message--error.product-request-form__error-message a,
  .message--error.product-request-form__success-message a, .contact-page-content .message--error.contact-message a, .message--error.account-message a, .passwordentry-contents .message--error.passwordentry-message a,
  .form-message.message--error a {
    color: currentColor;
  }
  
  .spr-form-message-error, .product-request-form__error-message, .product-message--error, .message-banner--container.message--error, .article--comments-message.message--error, .account-order .order-item-content__error,
  .order-footer .order-item-content__error, .message--error.product-request-form__error-message,
  .message--error.product-request-form__success-message, .contact-page-content .message--error.contact-message, .message--error.account-message, .passwordentry-contents .message--error.passwordentry-message,
  .form-message.message--error {
    color: #f05d5d;
    background-color: #fce2e2;
  }
  
  .product-request-form__success-message, .message-banner--container.message--success, .article--comments-message.message--success, .message--success.product-request-form__error-message,
  .message--success.product-request-form__success-message, .contact-page-content .message--success.contact-message, .message--success.account-message, .passwordentry-contents .message--success.passwordentry-message,
  .form-message.message--success {
    color: #51a551;
    background-color: #e0efe0;
  }
  
  .collection-filters__filter-list-item .checkmark__indeterminate[data-animation-state=indeterminate], .filter-item:not(.filter-item--toggle-more) .checkmark__indeterminate[data-animation-state=indeterminate], .productitem__compare-checkbox-icon .checkmark__indeterminate[data-animation-state=indeterminate], .order-checkbox__icon .checkmark__indeterminate[data-animation-state=indeterminate], .account-address-form.visible .form-icon--checkbox .checkmark__indeterminate[data-animation-state=indeterminate] {
    animation-delay: 0ms;
    animation-duration: 250ms;
    animation-name: fade-in;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-fill-mode: both;
    animation-direction: normal;
  }
  
  .navmenu-item__image, .navmenu-meganav-standard__image-container .navmenu-meganav-standard__image-link .navmenu-meganav-standard__image, .article--excerpt-image img[data-rimg=loaded], .collection__item-image [data-collection-image], .subcollections-grid__item-image img {
    transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1);
  }
  .navmenu-item__image:hover, .navmenu-meganav-standard__image-container .navmenu-meganav-standard__image-link .navmenu-meganav-standard__image:hover, .article--excerpt-image img[data-rimg=loaded]:hover, .collection__item-image [data-collection-image]:hover, .subcollections-grid__item-image img:hover {
    transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.05);
  }
  
  .productgrid--no-results, .blog--no-results {
    width: 100%;
    margin-top: 2.9296875rem;
    text-align: center;
  }
  @media screen and (min-width: 720px) {
    .productgrid--no-results, .blog--no-results {
      margin-top: 1.2890625rem;
    }
  }
  
  .productgrid--no-results-title, .blog--no-results-title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    margin-bottom: 0;
    color: #1d1d1d;
  }
  
  .productgrid--no-results-button {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    margin-top: 1.171875rem;
  }.productgrid--no-results-button {
      text-transform: none;
    }.productgrid--no-results-button:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .productgrid--no-results-button:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .mdc-ripple-surface.mdc-ripple-upgraded.productgrid--no-results-button {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .mdc-ripple-surface.productgrid--no-results-button::before {
    opacity: 0;
  }
  .mdc-ripple-surface.productgrid--no-results-button::after {
    background-color: #ffffff;
  }
  
  .button-primary {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
  }
  .button-primary:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .button-primary:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .button-primary.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .button-primary.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .button-primary.mdc-ripple-surface:hover::before, .button-primary.mdc-ripple-surface::before {
    opacity: 0;
  }
  .button-primary.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  
  .button-secondary {
    color: #ffffff;
    background-color: #f04f36;
    border: 1px solid #dddddd;
  }
  .button-secondary:not(.disabled):hover {
    background: rgb(243, 114, 94);
    border: 1px solid 
  #cecece
  
  ;
  }
  .button-secondary.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }
  .button-secondary.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .button-secondary.mdc-ripple-surface:hover::before, .button-secondary.mdc-ripple-surface::before {
    opacity: 0;
  }
  .button-secondary.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  
  #messageus_button {
    z-index: 9999;
  }
  
  .icon-signpost-arrow {
    display: inline-block;
    transform: translateY(2px);
  }
  .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .icon-signpost-arrow path:first-child {
    transform: translateX(-8px);
  }
  .icon-signpost-arrow path:last-child {
    transform: translateX(-100%);
  }
  
  .rte,
  .pxs-newsletter-text,
  .shoppable-image__text-box-subheading,
  .image-with-text__text {
    font-size: var(--font-size-body);
    line-height: 1.625;
  }
  .rte h1, .rte .age-gate__heading,
  .pxs-newsletter-text h1,
  .pxs-newsletter-text .age-gate__heading,
  .shoppable-image__text-box-subheading h1,
  .shoppable-image__text-box-subheading .age-gate__heading,
  .image-with-text__text h1,
  .image-with-text__text .age-gate__heading {
    font-size: var(--font-size-heading-1);
  }
  .rte h2,
  .pxs-newsletter-text h2,
  .shoppable-image__text-box-subheading h2,
  .image-with-text__text h2 {
    font-size: var(--font-size-heading-2);
  }
  .rte h3,
  .pxs-newsletter-text h3,
  .shoppable-image__text-box-subheading h3,
  .image-with-text__text h3 {
    font-size: var(--font-size-heading-3);
  }
  .rte h4,
  .pxs-newsletter-text h4,
  .shoppable-image__text-box-subheading h4,
  .image-with-text__text h4 {
    font-size: var(--font-size-heading-4);
  }
  .rte h5,
  .pxs-newsletter-text h5,
  .shoppable-image__text-box-subheading h5,
  .image-with-text__text h5 {
    font-size: var(--font-size-heading-5);
  }
  .rte h6,
  .pxs-newsletter-text h6,
  .shoppable-image__text-box-subheading h6,
  .image-with-text__text h6 {
    font-size: var(--font-size-heading-6);
  }
  .rte h1, .rte .age-gate__heading,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .pxs-newsletter-text h1,
  .pxs-newsletter-text .age-gate__heading,
  .shoppable-image__text-box-subheading h1,
  .shoppable-image__text-box-subheading .age-gate__heading,
  .image-with-text__text h1,
  .image-with-text__text .age-gate__heading,
  .pxs-newsletter-text h2,
  .shoppable-image__text-box-subheading h2,
  .image-with-text__text h2,
  .pxs-newsletter-text h3,
  .shoppable-image__text-box-subheading h3,
  .image-with-text__text h3,
  .pxs-newsletter-text h4,
  .shoppable-image__text-box-subheading h4,
  .image-with-text__text h4,
  .pxs-newsletter-text h5,
  .shoppable-image__text-box-subheading h5,
  .image-with-text__text h5,
  .pxs-newsletter-text h6,
  .shoppable-image__text-box-subheading h6,
  .image-with-text__text h6 {
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    color: #1d1d1d;
  }
  .rte blockquote,
  .pxs-newsletter-text blockquote,
  .shoppable-image__text-box-subheading blockquote,
  .image-with-text__text blockquote {
    padding-left: 0.9375rem;
    margin-left: 0;
    border-left: 2px solid #000000;
  }
  .rte dl,
  .rte ul,
  .rte ol,
  .rte p,
  .rte blockquote,
  .rte img:not([style]),
  .pxs-newsletter-text dl,
  .shoppable-image__text-box-subheading dl,
  .image-with-text__text dl,
  .pxs-newsletter-text ul,
  .shoppable-image__text-box-subheading ul,
  .image-with-text__text ul,
  .pxs-newsletter-text ol,
  .shoppable-image__text-box-subheading ol,
  .image-with-text__text ol,
  .pxs-newsletter-text p,
  .shoppable-image__text-box-subheading p,
  .image-with-text__text p,
  .pxs-newsletter-text blockquote,
  .shoppable-image__text-box-subheading blockquote,
  .image-with-text__text blockquote,
  .pxs-newsletter-text img:not([style]),
  .shoppable-image__text-box-subheading img:not([style]),
  .image-with-text__text img:not([style]) {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .rte ul,
  .rte ol,
  .pxs-newsletter-text ul,
  .shoppable-image__text-box-subheading ul,
  .image-with-text__text ul,
  .pxs-newsletter-text ol,
  .shoppable-image__text-box-subheading ol,
  .image-with-text__text ol {
    padding-left: 20px;
  }
  .rte dl dt,
  .pxs-newsletter-text dl dt,
  .shoppable-image__text-box-subheading dl dt,
  .image-with-text__text dl dt {
    margin-top: 0.9375rem;
  }
  .rte dl dd,
  .pxs-newsletter-text dl dd,
  .shoppable-image__text-box-subheading dl dd,
  .image-with-text__text dl dd {
    margin-left: 20px;
  }
  .rte img,
  .pxs-newsletter-text img,
  .shoppable-image__text-box-subheading img,
  .image-with-text__text img {
    max-width: 100%;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .rte img[style*=left],
  .pxs-newsletter-text img[style*=left],
  .shoppable-image__text-box-subheading img[style*=left],
  .image-with-text__text img[style*=left] {
    margin-top: 0;
    margin-right: 1.25rem;
  }
  .rte img[style*=right],
  .pxs-newsletter-text img[style*=right],
  .shoppable-image__text-box-subheading img[style*=right],
  .image-with-text__text img[style*=right] {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .rte table,
  .pxs-newsletter-text table,
  .shoppable-image__text-box-subheading table,
  .image-with-text__text table {
    display: block;
    border-collapse: collapse;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: auto;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
  }
  .rte table th,
  .rte table td,
  .pxs-newsletter-text table th,
  .shoppable-image__text-box-subheading table th,
  .image-with-text__text table th,
  .pxs-newsletter-text table td,
  .shoppable-image__text-box-subheading table td,
  .image-with-text__text table td {
    border: 1px solid rgba(128, 128, 128, 0.16);
  }
  .rte table th,
  .pxs-newsletter-text table th,
  .shoppable-image__text-box-subheading table th,
  .image-with-text__text table th {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body);
    padding: 0.9375rem;
    text-align: left;
    color: #1d1d1d;
  }
  .rte table td,
  .pxs-newsletter-text table td,
  .shoppable-image__text-box-subheading table td,
  .image-with-text__text table td {
    font-size: var(--font-size-body);
    padding: 0.75rem 1rem;
  }
  
  .spr-form .spr-form-label, .form-field-title--inline, .form-field-title,
  .options-selection__select-label,
  .age-gate__select-label {
    font-size: var(--font-size-body);
    line-height: 1;
    color: #949494;
  }
  
  .no-label .spr-form .spr-form-input-text, .spr-form .no-label .spr-form-input-text,
  .no-label .spr-form .spr-form-input-email,
  .spr-form .no-label .spr-form-input-email,
  .no-label .spr-form .spr-form-input-textarea,
  .spr-form .no-label .spr-form-input-textarea, .no-label .options-selection__option-value-input + .options-selection__option-value-name, .no-label .options-selection__option-value-input + .options-selection__option-swatch-wrapper, .no-label .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more), .productgrid--sidebar-item-grid .no-label .filter-item:not(.filter-item--toggle-more), .no-label .form-field-input,
  .no-label .form-field-select,
  .no-label .options-selection__input-select,
  .no-label .age-gate__select {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  
  .spr-form .spr-form-input-text,
  .spr-form .spr-form-input-email,
  .spr-form .spr-form-input-textarea, .options-selection__option-value-input + .options-selection__option-value-name, .options-selection__option-value-input + .options-selection__option-swatch-wrapper, .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more), .form-field-input,
  .form-field-select,
  .options-selection__input-select,
  .age-gate__select {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    z-index: 1;
    width: 100%;
    padding: 1.5rem 0.625rem 0.375rem;
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
  .spr-form .spr-form-input-text:focus,
  .spr-form .spr-form-input-email:focus,
  .spr-form .spr-form-input-textarea:focus, .options-selection__option-value-input + .options-selection__option-value-name:focus, .options-selection__option-value-input + .options-selection__option-swatch-wrapper:focus, .productgrid--sidebar-item-grid .filter-item:focus:not(.filter-item--toggle-more), .form-field-input:focus,
  .form-field-select:focus,
  .options-selection__input-select:focus,
  .age-gate__select:focus {
    border-color: 
  #cecece
  
  ;
    outline: none;
  }
  .spr-form .form-field-error.spr-form-input-text,
  .spr-form .form-field-error.spr-form-input-email,
  .spr-form .form-field-error.spr-form-input-textarea, .options-selection__option-value-input + .form-field-error.options-selection__option-value-name, .options-selection__option-value-input + .form-field-error.options-selection__option-swatch-wrapper, .productgrid--sidebar-item-grid .form-field-error.filter-item:not(.filter-item--toggle-more), .form-field-error.form-field-input,
  .form-field-error.form-field-select,
  .form-field-error.options-selection__input-select,
  .form-field-error.age-gate__select {
    border-color: #f05d5d;
  }
  .spr-form .spr-form-input-text,
  .spr-form .spr-form-input-email,
  .spr-form .spr-form-input-textarea, .form-field-input {
    width: 100%;
    transition: all 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .spr-form .spr-form-input-text:not(.live-search-form-field):hover,
  .spr-form .spr-form-input-email:not(.live-search-form-field):hover,
  .spr-form .spr-form-input-textarea:not(.live-search-form-field):hover, .form-field-input:not(.live-search-form-field):hover {
    border-color: 
  #bebebe
  
  ;
  }
  .spr-form .spr-form-input-text:not(.live-search-form-field):focus,
  .spr-form .spr-form-input-email:not(.live-search-form-field):focus,
  .spr-form .spr-form-input-textarea:not(.live-search-form-field):focus, .form-field-input:not(.live-search-form-field):focus {
    border-color: 
  #818181
  
  ;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0.5px 
  #919191
  
  ;
  }
  .spr-form .spr-form-input-text::placeholder,
  .spr-form .spr-form-input-email::placeholder,
  .spr-form .spr-form-input-textarea::placeholder, .form-field-input::placeholder {
    color: currentColor;
    opacity: 0;
    transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1);
  }
  .no-js .spr-form .spr-form-input-text::placeholder, .spr-form .no-js .spr-form-input-text::placeholder,
  .no-js .spr-form .spr-form-input-email::placeholder,
  .spr-form .no-js .spr-form-input-email::placeholder,
  .no-js .spr-form .spr-form-input-textarea::placeholder,
  .spr-form .no-js .spr-form-input-textarea::placeholder, .no-js .form-field-input::placeholder, .spr-form .spr-form-input-text:focus::placeholder,
  .spr-form .spr-form-input-email:focus::placeholder,
  .spr-form .spr-form-input-textarea:focus::placeholder, .form-field-input:focus::placeholder, .spr-form .form-field-filled.spr-form-input-text::placeholder,
  .spr-form .form-field-filled.spr-form-input-email::placeholder,
  .spr-form .form-field-filled.spr-form-input-textarea::placeholder, .form-field-filled.form-field-input::placeholder {
    opacity: 0.6;
    transition-delay: 125ms;
  }
  .no-js .spr-form .spr-form-input-text + .form-field-title, .spr-form .no-js .spr-form-input-text + .form-field-title,
  .no-js .spr-form .spr-form-input-email + .form-field-title,
  .spr-form .no-js .spr-form-input-email + .form-field-title,
  .no-js .spr-form .spr-form-input-textarea + .form-field-title,
  .spr-form .no-js .spr-form-input-textarea + .form-field-title, .no-js .form-field-input + .form-field-title,
  .no-js .spr-form .spr-form-input-text + .form-field-textarea,
  .spr-form .no-js .spr-form-input-text + .form-field-textarea,
  .no-js .spr-form .spr-form-input-email + .form-field-textarea,
  .spr-form .no-js .spr-form-input-email + .form-field-textarea,
  .no-js .spr-form .spr-form-input-textarea + .form-field-textarea,
  .spr-form .no-js .spr-form-input-textarea + .form-field-textarea,
  .no-js .form-field-input + .form-field-textarea, .spr-form .spr-form-input-text:focus + .form-field-title,
  .spr-form .spr-form-input-email:focus + .form-field-title,
  .spr-form .spr-form-input-textarea:focus + .form-field-title, .form-field-input:focus + .form-field-title,
  .spr-form .spr-form-input-text:focus + .form-field-textarea,
  .spr-form .spr-form-input-email:focus + .form-field-textarea,
  .spr-form .spr-form-input-textarea:focus + .form-field-textarea,
  .form-field-input:focus + .form-field-textarea, .spr-form .form-field-filled.spr-form-input-text + .form-field-title,
  .spr-form .form-field-filled.spr-form-input-email + .form-field-title,
  .spr-form .form-field-filled.spr-form-input-textarea + .form-field-title, .form-field-filled.form-field-input + .form-field-title,
  .spr-form .form-field-filled.spr-form-input-text + .form-field-textarea,
  .spr-form .form-field-filled.spr-form-input-email + .form-field-textarea,
  .spr-form .form-field-filled.spr-form-input-textarea + .form-field-textarea,
  .form-field-filled.form-field-input + .form-field-textarea {
    font-size: 0.8125rem;
    transition-delay: 0ms;
  }
  .no-label .spr-form .spr-form-input-text::placeholder, .spr-form .no-label .spr-form-input-text::placeholder,
  .no-label .spr-form .spr-form-input-email::placeholder,
  .spr-form .no-label .spr-form-input-email::placeholder,
  .no-label .spr-form .spr-form-input-textarea::placeholder,
  .spr-form .no-label .spr-form-input-textarea::placeholder, .no-label .form-field-input::placeholder {
    opacity: 0.4;
  }
  
  .spr-form .spr-form-input-textarea, .form-field-textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 500px;
    line-height: 1.5;
  }
  
  @media screen and (min-width: 720px) {
    .form-fields-columns {
      margin-right: -10px;
      margin-left: -10px;
    }
    .form-fields-columns .form-field {
      float: left;
      margin-right: 10px;
      margin-left: 10px;
    }
    .form-fields-columns .form-field--half {
      width: calc(50% - 20px);
    }
  }
  .form-fields-columns + .form-field {
    clear: left;
  }
  
  .form-action-row {
    margin-top: 1.171875rem;
  }
  .form-action-row .button-primary + .button-primary,
  .form-action-row .button-primary + .button-secondary,
  .form-action-row .button-secondary + .button-primary,
  .form-action-row .button-secondary + .button-secondary {
    margin-left: 20px;
  }
  
  .form-field {
    position: relative;
  }
  
  .no-js .form-field-input:not(.form-field-textarea) + .form-field-title, .form-field-input:not(.form-field-textarea):focus + .form-field-title, .form-field-input:not(.form-field-textarea).form-field-filled + .form-field-title {
    top: 20%;
    transform: translateY(-20%);
  }
  
  .form-field-title,
  .options-selection__select-label,
  .age-gate__select-label {
    position: absolute;
    top: 1.0625rem;
    left: 0.625rem;
    z-index: 2;
    pointer-events: none;
    transition: 125ms;
    transition-delay: 125ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  
  .form-field-title {
    top: 50%;
    transform: translateY(-50%);
  }
  .form-field-textarea + .form-field-title {
    top: 15%;
    transform: translateY(-15%);
  }
  
  .form-field-title--inline {
    display: inline-block;
    margin-left: 0.625rem;
    vertical-align: middle;
  }
  .form-field-checkbox .form-field-title--inline {
    color: #4d4d4d;
  }
  
  .form-field-select-wrapper,
  .options-selection__select,
  .options-selection__input-select-wrapper,
  .age-gate__select-wrapper {
    position: relative;
  }
  .form-field-select-wrapper .form-field-select,
  .form-field-select-wrapper .options-selection__input-select,
  .form-field-select-wrapper .age-gate__select,
  .options-selection__select .form-field-select,
  .options-selection__select .options-selection__input-select,
  .options-selection__select .age-gate__select,
  .options-selection__input-select-wrapper .form-field-select,
  .age-gate__select-wrapper .form-field-select,
  .options-selection__input-select-wrapper .options-selection__input-select,
  .options-selection__input-select-wrapper .age-gate__select,
  .age-gate__select-wrapper .options-selection__input-select,
  .age-gate__select-wrapper .age-gate__select {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-right: 1.75rem;
    color: #4d4d4d;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
            appearance: none;
  }
  .form-field-select-wrapper .form-field-select:hover,
  .form-field-select-wrapper .options-selection__input-select:hover,
  .form-field-select-wrapper .age-gate__select:hover,
  .options-selection__select .form-field-select:hover,
  .options-selection__select .options-selection__input-select:hover,
  .options-selection__select .age-gate__select:hover,
  .options-selection__input-select-wrapper .form-field-select:hover,
  .age-gate__select-wrapper .form-field-select:hover,
  .options-selection__input-select-wrapper .options-selection__input-select:hover,
  .options-selection__input-select-wrapper .age-gate__select:hover,
  .age-gate__select-wrapper .options-selection__input-select:hover,
  .age-gate__select-wrapper .age-gate__select:hover {
    border-color: 
  #cecece
  
  ;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }
  .form-field-select-wrapper .form-field-select:focus,
  .form-field-select-wrapper .options-selection__input-select:focus,
  .form-field-select-wrapper .age-gate__select:focus,
  .options-selection__select .form-field-select:focus,
  .options-selection__select .options-selection__input-select:focus,
  .options-selection__select .age-gate__select:focus,
  .options-selection__input-select-wrapper .form-field-select:focus,
  .age-gate__select-wrapper .form-field-select:focus,
  .options-selection__input-select-wrapper .options-selection__input-select:focus,
  .options-selection__input-select-wrapper .age-gate__select:focus,
  .age-gate__select-wrapper .options-selection__input-select:focus,
  .age-gate__select-wrapper .age-gate__select:focus {
    border-color: 
  #818181
  
  ;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0.5px 
  #919191
  
  ;
  }
  .hidden .form-field-select-wrapper .form-field-select,
  .hidden .form-field-select-wrapper .options-selection__input-select,
  .hidden .form-field-select-wrapper .age-gate__select,
  .hidden .options-selection__select .form-field-select,
  .hidden .options-selection__select .options-selection__input-select,
  .hidden .options-selection__select .age-gate__select,
  .hidden .options-selection__input-select-wrapper .form-field-select,
  .hidden .age-gate__select-wrapper .form-field-select,
  .hidden .options-selection__input-select-wrapper .options-selection__input-select,
  .hidden .options-selection__input-select-wrapper .age-gate__select,
  .hidden .age-gate__select-wrapper .options-selection__input-select,
  .hidden .age-gate__select-wrapper .age-gate__select {
    border: none;
    box-shadow: none;
  }
  .hidden .form-field-select-wrapper .form-field-select:focus, .hidden .form-field-select-wrapper .form-field-select:hover,
  .hidden .form-field-select-wrapper .options-selection__input-select:focus,
  .hidden .form-field-select-wrapper .age-gate__select:focus,
  .hidden .form-field-select-wrapper .options-selection__input-select:hover,
  .hidden .form-field-select-wrapper .age-gate__select:hover,
  .hidden .options-selection__select .form-field-select:focus,
  .hidden .options-selection__select .form-field-select:hover,
  .hidden .options-selection__select .options-selection__input-select:focus,
  .hidden .options-selection__select .age-gate__select:focus,
  .hidden .options-selection__select .options-selection__input-select:hover,
  .hidden .options-selection__select .age-gate__select:hover,
  .hidden .options-selection__input-select-wrapper .form-field-select:focus,
  .hidden .age-gate__select-wrapper .form-field-select:focus,
  .hidden .options-selection__input-select-wrapper .form-field-select:hover,
  .hidden .age-gate__select-wrapper .form-field-select:hover,
  .hidden .options-selection__input-select-wrapper .options-selection__input-select:focus,
  .hidden .options-selection__input-select-wrapper .age-gate__select:focus,
  .hidden .age-gate__select-wrapper .options-selection__input-select:focus,
  .hidden .age-gate__select-wrapper .age-gate__select:focus,
  .hidden .options-selection__input-select-wrapper .options-selection__input-select:hover,
  .hidden .options-selection__input-select-wrapper .age-gate__select:hover,
  .hidden .age-gate__select-wrapper .options-selection__input-select:hover,
  .hidden .age-gate__select-wrapper .age-gate__select:hover {
    border: none;
    box-shadow: none;
  }
  .form-field-select-wrapper .form-field-select::-ms-expand,
  .form-field-select-wrapper .options-selection__input-select::-ms-expand,
  .form-field-select-wrapper .age-gate__select::-ms-expand,
  .options-selection__select .form-field-select::-ms-expand,
  .options-selection__select .options-selection__input-select::-ms-expand,
  .options-selection__select .age-gate__select::-ms-expand,
  .options-selection__input-select-wrapper .form-field-select::-ms-expand,
  .age-gate__select-wrapper .form-field-select::-ms-expand,
  .options-selection__input-select-wrapper .options-selection__input-select::-ms-expand,
  .options-selection__input-select-wrapper .age-gate__select::-ms-expand,
  .age-gate__select-wrapper .options-selection__input-select::-ms-expand,
  .age-gate__select-wrapper .age-gate__select::-ms-expand {
    display: none;
  }
  .form-field-select-wrapper svg,
  .options-selection__select svg,
  .options-selection__input-select-wrapper svg,
  .age-gate__select-wrapper svg {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    margin-top: -3px;
    pointer-events: none;
    color: #4d4d4d;
  }
  
  .no-js .form-field-textarea + .form-field-title, .form-field-textarea:focus + .form-field-title, .form-field-textarea.form-field-filled + .form-field-title {
    top: 5%;
    transform: translateY(-5%);
  }
  
  .form-fields--qty {
    position: relative;
  }
  .form-fields--qty .form-field {
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .no-js .form-fields--qty .form-field.form-field--qty-input {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .js .form-fields--qty .form-field.form-field--qty-select {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .form-fields--qty .hidden {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
  }
  .form-fields--qty .visible {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .form-fields--qty .form-field--qty-select .form-field-select-wrapper {
    position: absolute;
    width: 100%;
  }
  
  .form-field-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.9375rem;
    cursor: pointer;
  }
  .form-field-checkbox input {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  
  .message--success.product-request-form__error-message,
  .message--success.product-request-form__success-message, .contact-page-content .message--success.contact-message, .message--success.account-message, .passwordentry-contents .message--success.passwordentry-message,
  .form-message.message--success {
    padding: 0.46875rem 0.703125rem;
  }
  .message--error.product-request-form__error-message,
  .message--error.product-request-form__success-message, .contact-page-content .message--error.contact-message, .message--error.account-message, .passwordentry-contents .message--error.passwordentry-message,
  .form-message.message--error {
    padding: 0.46875rem 0.703125rem;
  }
  .product-request-form__error-message ul,
  .product-request-form__success-message ul, .contact-page-content .contact-message ul, .account-message ul, .passwordentry-contents .passwordentry-message ul,
  .product-request-form__error-message p,
  .product-request-form__success-message p,
  .contact-page-content .contact-message p,
  .account-message p,
  .passwordentry-contents .passwordentry-message p,
  .form-message ul,
  .form-message p {
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-request-form__error-message li:not(:first-child),
  .product-request-form__success-message li:not(:first-child), .contact-page-content .contact-message li:not(:first-child), .account-message li:not(:first-child), .passwordentry-contents .passwordentry-message li:not(:first-child),
  .form-message li:not(:first-child) {
    margin-top: 0.46875rem;
  }
  .product-request-form__error-message ul,
  .product-request-form__success-message ul, .contact-page-content .contact-message ul, .account-message ul, .passwordentry-contents .passwordentry-message ul,
  .form-message ul {
    padding-left: 0;
    list-style-type: none;
  }
  
  [data-accordion-content][data-accordion-state] {
    display: none;
    overflow: hidden;
  }
  [data-accordion-content][data-accordion-animation] {
    display: block;
    height: var(--menu-closed-height, 0);
  }
  [data-accordion-content][data-accordion-animation] > * {
    opacity: 0;
    transform: translateY(-10px);
  }
  [data-accordion-content][data-accordion-animation="closed=>open"] {
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-accordion-content][data-accordion-animation="closed=>open"] > * {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-accordion-content][data-accordion-animation="open=>closed"] {
    transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-accordion-content][data-accordion-animation="open=>closed"] > * {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-accordion-content][data-accordion-state=open] {
    display: block;
    height: auto;
  }
  [data-accordion-content][data-accordion-state=open] > * {
    opacity: 1;
    transform: translateY(0);
  }
  [data-accordion-content][data-accordion-animation][data-accordion-state=open] {
    height: var(--menu-open-height, auto);
  }
  
  [data-accordion-trigger] .accordion--icon svg {
    display: block;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: currentColor;
  }
  [data-accordion-trigger] .icon-chevron-down-left,
  [data-accordion-trigger] .icon-chevron-down-right {
    transform: rotate(0);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 93%;
  }
  
  [data-accordion-trigger=open] .accordion--icon svg {
    transform: translateY(-22%);
  }
  [data-accordion-trigger=open] .icon-chevron-down-left {
    transform: rotate(45deg);
  }
  [data-accordion-trigger=open] .icon-chevron-down-right {
    transform: rotate(-45deg);
  }
  
  .placeholder--image,
  .complementary-product__image-placeholder,
  .pxs-image-with-text-background svg,
  .slideshow-slide__placeholder,
  .tooltip__image.tooltip__placeholder-image,
  .shoppable-image__placeholder-image,
  .image-with-text__image.image-with-text__placeholder {
    display: block;
    background-color: #ededed;
    fill: #b0b0b0;
  }
  
  .placeholder--content-image {
    fill: #ededed;
  }
  
  .placeholder--content-text {
    background-color: #ededed;
  }
  
  .spr-badge .spr-badge-starrating {
    margin-right: 0;
  }
  .spr-badge .spr-badge-starrating .spr-icon {
    font-size: var(--font-size-body-tiny);
  }
  .spr-badge .spr-badge-caption {
    font-size: var(--font-size-body-tiny);
    display: inline-block;
    margin-left: 0.234375rem;
    white-space: nowrap;
  }
  
  .spr-starratings,
  .spr-starrating {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
  }
  .spr-starratings .spr-icon,
  .spr-starrating .spr-icon {
    top: auto;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  .spr-starratings .spr-icon:before,
  .spr-starrating .spr-icon:before {
    font-size: 100%;
  }
  
  .spr-icon {
    color: #ffab41;
  }
  .spr-icon:not(:last-child) {
    margin-right: 0.1em;
  }
  .spr-icon.spr-icon-star-empty {
    color: #8e8e8e;
  }
  .spr-icon.spr-icon-star-empty.spr-icon-star-hover, .spr-icon.spr-icon-star-empty.spr-icon-star-hover:hover {
    color: #ffab41;
  }
  .spr-starrating.spr-form-input-error .spr-icon {
    color: #f05d5d;
  }
  
  .options-selection__option-value-input:focus ~ .options-selection__option-swatch-wrapper, .productgrid--sidebar-item-swatches-grid .filter-item[data-filter-active=false]:not(.filter-item--toggle-more) a:focus .filter-item--swatch-wrapper, .productitem--swatches-input:focus ~ .productitem--swatches-swatch-wrapper {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .options-selection__option-value-input:focus ~ .options-selection__option-swatch-wrapper .filter-item--swatch-inner, .productgrid--sidebar-item-swatches-grid .filter-item[data-filter-active=false]:not(.filter-item--toggle-more) a:focus .filter-item--swatch-wrapper .filter-item--swatch-inner, .productitem--swatches-input:focus ~ .productitem--swatches-swatch-wrapper .filter-item--swatch-inner,
  .options-selection__option-value-input:focus ~ .options-selection__option-swatch-wrapper .productitem--swatches-swatch-inner,
  .productgrid--sidebar-item-swatches-grid .filter-item[data-filter-active=false]:not(.filter-item--toggle-more) a:focus .filter-item--swatch-wrapper .productitem--swatches-swatch-inner,
  .productitem--swatches-input:focus ~ .productitem--swatches-swatch-wrapper .productitem--swatches-swatch-inner,
  .options-selection__option-value-input:focus ~ .options-selection__option-swatch-wrapper .swatch-inner,
  .productgrid--sidebar-item-swatches-grid .filter-item[data-filter-active=false]:not(.filter-item--toggle-more) a:focus .filter-item--swatch-wrapper .swatch-inner,
  .productitem--swatches-input:focus ~ .productitem--swatches-swatch-wrapper .swatch-inner {
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .options-selection__option-value-input:disabled + .options-selection__option-swatch-wrapper, .options-selection__option-value-input:disabled + .options-selection__option-value-name, .productitem--swatches-input.swatch-disabled + .productitem--swatches-swatch-wrapper {
    cursor: not-allowed;
  }
  
  .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper, .productgrid--sidebar-item-swatches-grid [data-filter-active=true] .filter-item--swatch-wrapper, .productitem--swatches-input:checked + .productitem--swatches-swatch-wrapper {
    box-shadow: 0 0 0 1.5px 
  rgb(255, 255, 255)
  
  , 0 0 0 3px 
  #818181
  
  ;
  }
  
  .options-selection__option-value-input:checked:focus:not(:disabled) + .options-selection__option-swatch-wrapper, .productgrid--sidebar-item-swatches-grid .filter-item[data-filter-active=true]:not(.filter-item--toggle-more) a:focus .filter-item--swatch-wrapper, .productitem--swatches-input:checked:focus ~ .productitem--swatches-swatch-wrapper {
    box-shadow: 0 0 0 1.5px 
  rgb(255, 255, 255)
  
  , 0 0 0 3px 
  #818181
  
  , 0 0 0 6px rgba(0, 0, 0, 0.1);
  }
  
  .options-selection__option-value-input:disabled:checked + .options-selection__option-swatch-wrapper, .productitem--swatches-input.swatch-disabled:checked + .productitem--swatches-swatch-wrapper {
    box-shadow: 0 0 0 1.5px rgba(51, 51, 51, 0.5);
  }
  
  .options-selection__option-value-input[data-variant-option-available=false] + .options-selection__option-swatch-wrapper .options-selection__option-swatch, .productitem--swatches-input.swatch-disabled + .productitem--swatches-swatch-wrapper .productitem--swatches-swatch {
    position: relative;
  }
  .options-selection__option-value-input[data-variant-option-available=false] + .options-selection__option-swatch-wrapper .options-selection__option-swatch::before, .productitem--swatches-input.swatch-disabled + .productitem--swatches-swatch-wrapper .productitem--swatches-swatch::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiPjwvbGluZT48L3N2Zz4=");
    content: "";
    opacity: 0.5;
  }
  
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner, .filter-item--swatch-inner, .productitem--swatches-swatch-inner {
    height: 100%;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: inherit;
    background-origin: border-box;
  }
  
  .options-selection__option-value-input[data-variant-option-available=false] + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner, .productitem--swatches-input.swatch-disabled + .productitem--swatches-swatch-wrapper .productitem--swatches-swatch-inner {
    opacity: 0.6;
  }
  
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper:hover::after, .productgrid--sidebar-item-swatches-grid .filter-item--swatch-wrapper:hover::after, .productitem--swatches-swatch-wrapper:hover::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    left: calc(50% + var(--swatch-tooltip-offset, 0px));
    z-index: 1;
    padding: 6px 9px;
    font-weight: 700;
    color: #1d1d1d;
    white-space: nowrap;
    pointer-events: none;
    background: 
  rgb(255, 255, 255)
  
  ;
    border-radius: 3px;
    content: attr(data-swatch-tooltip);
    transform: translateX(-50%) translateY(100%) translateY(7px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    animation: slide-swatch-tooltip 200ms cubic-bezier(0.7, 0.18, 1, 1);
  }
  @media screen and (min-width: 720px) {
    .options-selection__option-value-input + .options-selection__option-swatch-wrapper:hover::after, .productgrid--sidebar-item-swatches-grid .filter-item--swatch-wrapper:hover::after, .productitem--swatches-swatch-wrapper:hover::after {
      font-size: var(--font-size-body-smaller);
    }
  }
  
  .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    transform: translateY(-50%);
    opacity: 0.6;
    cursor: pointer;
  }
  .flickity-prev-next-button svg {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
  }
  .flickity-prev-next-button:hover {
    background-color: transparent;
  }
  .flickity-prev-next-button:hover:not([disabled]) {
    opacity: 0.8;
  }
  .flickity-prev-next-button.previous {
    left: 2.1875rem;
  }
  .flickity-prev-next-button.next {
    right: 2.1875rem;
  }
  
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 25px;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
  }
  .flickity-page-dots .dot.is-selected {
    opacity: 1;
  }
  
  .promo-block,
  .navmenu-meganav-standard__image {
    background: #ededed;
  }
  
  .article-image,
  .article--excerpt-image {
    background: #ededed;
  }
  .article--excerpt-wrapper--featured .article-image,
  .article--excerpt-wrapper--featured .article--excerpt-image {
    background-color: transparent;
  }
  
  [data-rimg=lazy],
  [data-rimg=loading],
  [data-rimg=loaded] {
    transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1);
  }
  
  img[data-rimg=lazy].slideshow-image, .product-gallery--image img[data-rimg=lazy],
  img[data-rimg=loading].slideshow-image,
  .product-gallery--image img[data-rimg=loading] {
    opacity: 0;
  }
  
  [data-rimg=loaded] {
    opacity: 1;
  }
  
  @media screen and (min-width: 720px) {
    .promo-block--content-wrapper {
      position: relative;
      z-index: 1;
    }
  }
  
  [data-rimg-canvas] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: shimmer-background 1050ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-fill-mode: forwards;
    transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1), visibility 0ms cubic-bezier(0, 0, 0.2, 1) 100ms;
    animation-direction: alternate;
  }
  [data-rimg=loaded] + [data-rimg-canvas], [data-rimg=loaded] > [data-rimg-canvas], .no-js [data-rimg-canvas] {
    opacity: 0;
    visibility: hidden;
    animation: none;
  }
  .no-js [data-rimg-canvas] {
    display: none;
  }
  
  .no-js noscript + img[data-rimg=lazy] {
    display: none;
  }
  
  .article--excerpt-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    object-fit: cover;
  }
  .no-js .article--excerpt-image img {
    visibility: visible;
  }
  
  .promo-block img,
  .video-cover img,
  .featured-collection__title-card img,
  .search-section-background img,
  .search-section-overlay img,
  .article-image img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  .promo-block img[data-rimg=noscript],
  .video-cover img[data-rimg=noscript],
  .featured-collection__title-card img[data-rimg=noscript],
  .search-section-background img[data-rimg=noscript],
  .search-section-overlay img[data-rimg=noscript],
  .article-image img[data-rimg=noscript] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
  }
  
  .slideshow-image {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .slideshow-slide:not(.slideshow-height-original) .slideshow-image[data-rimg=noscript] {
    opacity: 1;
    object-fit: cover;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  * {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  html,
  body {
    background-color: 
  rgb(255, 255, 255)
  
  ;
  }
  
  html {
    height: 100%;
  }
  html::before {
    display: none;
    content: "XXXS,XXS,XS,S,M,L,XL,XXL,XXXL";
  }
  html::after {
    display: none;
    content: "XXXS";
  }
  @media screen and (min-width: 480px) {
    html::after {
      content: "XXS";
    }
  }
  @media screen and (min-width: 680px) {
    html::after {
      content: "XS";
    }
  }
  @media screen and (min-width: 720px) {
    html::after {
      content: "S";
    }
  }
  @media screen and (min-width: 860px) {
    html::after {
      content: "M";
    }
  }
  @media screen and (min-width: 1024px) {
    html::after {
      content: "L";
    }
  }
  @media screen and (min-width: 1080px) {
    html::after {
      content: "XL";
    }
  }
  @media screen and (min-width: 1280px) {
    html::after {
      content: "XXL";
    }
  }
  @media screen and (min-width: 1500px) {
    html::after {
      content: "XXXL";
    }
  }
  
  body {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    width: 100%;
    color: #1d1d1d;
  }
  @media screen and (max-width: 719px) {
    body {
      font-size: var(--font-size-body-small);
    }
  }
  .scroll-locked body {
    overflow: hidden;
    touch-action: manipulation;
  }
  
  th,
  b,
  strong {
    font-weight: 700;
  }
  
  em {
    font-style: italic;
  }
  
  th em,
  b em,
  strong em,
  em b,
  em strong {
    font-style: italic;
  }
  
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media img[data-rimg=lazy], [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media img[data-rimg=loading], [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media img[data-rimg=loaded],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media img[data-rimg=lazy],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media img[data-rimg=loading],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media img[data-rimg=loaded],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media img[data-rimg=lazy],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media img[data-rimg=loading],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media img[data-rimg=loaded],
  .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
  }
  
  .skip-to-main {
    font-size: var(--font-size-body);
    position: absolute;
    top: 0;
    left: -9999px;
    color: #f04f36;
    background: 
  rgb(255, 255, 255)
  
  ;
    text-decoration: none;
    padding: 1em;
  }
  .skip-to-main:focus, .skip-to-main:active {
    left: 0;
    z-index: 900;
  }
  
  body .mdc-ripple-surface:hover:before {
    opacity: 0;
  }
  
  @media (prefers-reduced-motion: reduce) {
    *,
  *::before,
  *::after {
      animation-duration: 0.001s !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001s !important;
      scroll-behavior: auto !important;
    }
  }
  .grecaptcha-badge {
    z-index: 9999;
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes overlay-fade-out {
    0% {
      opacity: 1;
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    76.92% {
      opacity: 0;
      animation-timing-function: linear;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes shimmer {
    from {
      opacity: 1;
    }
    to {
      opacity: 0.5;
    }
  }
  @keyframes shimmer-background {
    from {
      background-color: #ededed;
    }
    to {
      background-color: #f6f6f6;
    }
  }
  @keyframes loading-video {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes hide-zoom {
    0% {
      pointer-events: all;
      opacity: 1;
    }
    100% {
      pointer-events: none;
      opacity: 0;
    }
  }
  @keyframes slide-swatch-tooltip {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(110%) translateY(7px);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(100%) translateY(7px);
    }
  }
  @keyframes slide-fade-y {
    0% {
      opacity: 0;
      transform: translateY(var(--slide-fade-translate-y, 25%));
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slide-fade-x {
    0% {
      opacity: 0;
      transform: translateX(var(--slide-fade-translate-x, 25%));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes zoom-fade {
    0% {
      opacity: 0;
      transform: scale(var(--zoom-fade-scale, 0.6));
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes hide-on-load {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes countdown {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: 22px;
    }
  }
  .site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 700;
  }
  .site-header-sticky .site-header {
    position: sticky;
    top: 0;
  }
  .search-takeover-active .site-header {
    visibility: hidden;
  }
  .mobile-search-takeover-active .site-header {
    z-index: 701;
  }
  
  .site-header-wrapper {
    position: relative;
    width: 100%;
    color: #000000;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    transition: top 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 700;
  }.site-header-wrapper {
      box-shadow: 0 1px 4px rgba(128, 128, 128, 0.25);
    }.site-header-wrapper.site-header-wrapper--no-shadow {
    box-shadow: none;
  }
  
  .site-header-main {
    position: relative;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (min-width: 680px) {
    .site-header-main {
      display: flex;
      align-items: flex-start;
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  @media screen and (min-width: 720px) {
    .site-header-main {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-main {
      align-items: center;
      padding-top: 20px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
    }
    .site-header-sticky--scrolled .site-header-main {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  .site-header-main.site-header--full-width {
    width: 100%;
    max-width: 100%;
  }
  @media screen and (max-width: 719px) {
    .site-header-main[data-site-header-mobile-search-button] .live-search:not(.live-search--takeover) {
      display: none;
    }
  }
  @media screen and (min-width: 680px) {
    .site-header-main .live-search {
      flex: 1 1 auto;
      margin-top: 0;
      margin-right: 0.46875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-main .live-search {
      margin-right: 2.5rem;
    }
  }
  
  .site-header-main-content {
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
    transition: margin 150ms cubic-bezier(0, 0, 0.2, 1);
  }
  @media screen and (min-width: 680px) {
    .site-header-main-content {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex: 1 1 auto;
      margin: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-main-content {
      flex-wrap: nowrap;
      justify-content: center;
      margin-right: 2.5rem;
      margin-left: 15px;
    }
    .site-header-sticky--scrolled .site-header-main-content {
      margin-left: 50px;
    }
  }
  
  .site-header-logo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
  }
  @media screen and (max-width: 679px) {
    .site-header-logo {
      display: table;
      min-height: 46px;
    }
    [data-site-header-mobile-search-button] .site-header-logo {
      max-width: calc((
              50% - 77px
            ) * 2);
    }
  }
  @media screen and (min-width: 680px) {
    .site-header-logo {
      flex: 0 0 auto;
      margin: 0 0.9375rem 0 calc(0.9375rem - 0.625rem);
    }
  }
  @media screen and (max-width: 719px) {
    .site-header-logo {
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-logo {
      display: inline-block;
      height: auto;
      margin-right: 25px;
      margin-left: 0;
      text-align: left;
    }
  }
  
  .site-logo {
    display: block;
    max-width: 100%;
    color: currentColor;
    text-decoration: none;
  }
  @media screen and (max-width: 679px) {
    .site-logo {
      display: table-cell;
      vertical-align: middle;
    }
  }
  @media screen and (min-width: 680px) {
    .site-logo {
      max-height: none;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-logo {
      display: inline-block;
      margin-left: 0;
    }
  }
  
  .site-logo-image {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (min-width: 1024px) {
    .site-logo-image {
      display: inline-block;
      margin-left: 0;
    }
  }
  
  .site-logo-text {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body);
    display: block;
    width: 100%;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    word-break: break-word;
  }
  
  .site-header-menu-toggle,
  .site-header-mobile-search-button,
  .site-header-cart {
    position: absolute;
    top: 10px;
    bottom: auto;
    z-index: 125;
    display: inline-block;
    height: 46px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
  }
  @media screen and (min-width: 1024px) {
    .site-header-menu-toggle,
  .site-header-mobile-search-button,
  .site-header-cart {
      top: 50%;
      bottom: 66px;
      margin-top: -18px;
    }
    .site-header-sticky--scrolled .site-header-menu-toggle,
  .site-header-sticky--scrolled .site-header-mobile-search-button,
  .site-header-sticky--scrolled .site-header-cart {
      margin-top: -23px;
    }
  }
  
  .site-header-menu-toggle--button,
  .site-header-mobile-search-button--button,
  .site-header-cart--button {
    display: inline-block;
    padding: 10px;
    color: #000000;
  }
  .site-header-menu-toggle--button svg,
  .site-header-mobile-search-button--button svg,
  .site-header-cart--button svg {
    display: block;
  }
  
  .site-header-mobile-search-button[data-animation="visible=>hidden"] {
    transition: opacity 200ms cubic-bezier(0.6, 0.05, 0.01, 0.99), transform 200ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  .site-header-mobile-search-button[data-animation="hidden=>visible"] {
    transition: opacity 200ms cubic-bezier(0.6, 0.05, 0.01, 0.99), transform 200ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  .site-header-mobile-search-button[data-animation-state=hidden] {
    opacity: 0;
    transform: scale(0.5);
  }
  
  .site-header-menu-toggle {
    left: 0px;
    padding: 0;
  }
  @media screen and (max-width: 1023px) and (min-width: 680px) {
    .site-header-menu-toggle {
      position: relative;
      top: 0;
      left: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-menu-toggle {
      left: 15px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 125ms cubic-bezier(0, 0, 0.2, 1) 100ms;
    }
    .animating .site-header-menu-toggle {
      visibility: visible;
    }
    .site-header-sticky--scrolled .site-header-menu-toggle {
      opacity: 1;
      visibility: visible;
    }
  }
  .site-header-menu-toggle.active .toggle-icon--bar-top {
    transform: rotate(45deg);
  }
  .site-header-menu-toggle.active .toggle-icon--bar:nth-child(2) {
    opacity: 0;
  }
  .site-header-menu-toggle.active .toggle-icon--bar-bottom {
    transform: rotate(-45deg);
  }
  
  .site-header-menu-toggle--button {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
  }
  .site-header-menu-toggle--button:focus {
    outline: none;
  }
  .site-header-menu-toggle--button .toggle-icon--bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000000;
    transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 1px;
  }
  .site-header-menu-toggle--button .toggle-icon--bar + .toggle-icon--bar {
    margin-top: 5px;
  }
  .site-header-menu-toggle--button .toggle-icon--bar.toggle-icon--bar-middle {
    transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .site-header-mobile-search-button {
    left: 42px;
    padding: 0;
  }
  @media screen and (min-width: 720px) {
    .site-header-mobile-search-button {
      display: none;
    }
  }
  
  .site-header-mobile-search-button--button {
    padding-top: 11px;
    padding-right: 6px;
    padding-bottom: 11px;
    padding-left: 6px;
    background-color: transparent;
  }
  .site-header-mobile-search-button--button svg {
    width: 23px;
    height: 24px;
  }
  .site-header-mobile-search-button--button:focus {
    outline: none;
  }
  
  .site-header-cart {
    right: 0px;
    display: flex;
    align-items: center;
    width: 50px;
    transition: right 150ms cubic-bezier(0.4, 0, 0.2, 1), top 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 1023px) and (min-width: 680px) {
    .site-header-cart {
      position: relative;
      top: 0;
      right: 0;
      flex: 0 0 auto;
    }
  }
  @media screen and (min-width: 1024px) {
    .site-header-cart {
      right: 15px;
    }
  }
  .site-header-cart svg {
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .cart-title-button {
    font-size: var(--font-size-button-small);
    padding: 0.625rem 1rem;
    letter-spacing: 0.0em;
    display: flex;
    align-items: center;
  }.cart-title-button {
      text-transform: none;
    }@media screen and (min-width: 480px) {
    .cart-title-button {
      font-size: var(--font-size-button-medium);
      padding: 0.75rem 1.125rem;
      letter-spacing: 0.0em;
    }.cart-title-button {
        text-transform: none;
      }}
  .cart-title-button svg {
    display: block;
    width: 19px;
    height: 18px;
    margin-right: 10px;
  }
  
  .cart-title-total {
    font-size: var(--font-size-body-smaller);
    margin-top: 0.234375rem;
    color: #949494;
  }
  .cart-title-total span {
    display: inline-block;
    margin-left: 0.234375rem;
    color: #1d1d1d;
  }
  
  .cart-title-total--small {
    width: 100%;
  }
  
  .cart-title-total--large .cart-title-total {
    margin-top: 0;
    margin-right: 1.171875rem;
    text-align: right;
  }
  .cart-title-total--large span {
    font-size: var(--font-size-heading-4);
    display: block;
    margin-top: 0.234375rem;
    margin-left: 0;
  }
  
  @media screen and (min-width: 860px) {
    .cartitems--container.has-sidebar {
      display: flex;
    }
  }
  @media screen and (min-width: 860px) {
    .cartitems--container.has-sidebar .cartitems {
      width: calc(100% - (280px + 1.171875rem));
      margin-right: 1.171875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .cartitems--container.has-sidebar .cartitems {
      width: calc(100% - (280px + 1.875rem));
      margin-right: 1.875rem;
    }
  }
  @media screen and (min-width: 1280px) {
    .cartitems--container.has-sidebar .cartitems {
      width: calc(100% - (280px + 2.9296875rem));
      margin-right: 2.9296875rem;
    }
  }
  
  .cartitems .cartitems--list {
    padding-left: 0;
  }
  
  .cartitems-empty {
    font-size: var(--font-size-body);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 358px;
    padding: 1.171875rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  }
  
  .cartitems-empty--inner p {
    margin-top: 0;
    margin-bottom: 1.171875rem;
  }
  .cartitems-empty--inner .button-primary {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }.cartitems-empty--inner .button-primary {
      text-transform: none;
    }.cartitems-empty--inner .button-primary svg {
    display: block;
    width: 19px;
    height: 18px;
    margin-right: 6px;
    margin-bottom: 1px;
  }
  
  .cart-total {
    margin-top: 1.875rem;
  }
  
  .cart-ordernote .form-field {
    max-width: 450px;
  }
  .cart-ordernote textarea {
    min-height: 118px;
  }
  
  .cart-ordernote-heading {
    display: block;
    margin-bottom: 0.703125rem;
    color: #1d1d1d;
  }
  
  .cart-final-total {
    padding-top: 1.640625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .cart-final-total .discount-list-item svg {
    height: 0.75rem;
    width: 0.75rem;
  }
  
  .cart-discount,
  .cart-subtotal {
    display: table;
    width: 100%;
  }
  .cart-discount > span,
  .cart-subtotal > span {
    display: table-cell;
    vertical-align: middle;
  }
  .cart-discount .money,
  .cart-discount .cart-discount-price,
  .cart-subtotal .money,
  .cart-subtotal .cart-discount-price {
    min-width: 7rem;
    text-align: right;
    vertical-align: top;
  }
  
  .cart-discount {
    font-size: var(--font-size-body);
  }
  .cart-discount > span {
    margin-bottom: 0.234375rem;
  }
  
  .cart-subtotal {
    font-size: 1.375rem;
    color: #1d1d1d;
  }
  .cart-subtotal .money {
    font-size: 1.75rem;
  }
  
  .money_new{
    color: #CE272D;
  }
  .cart-update {
    display: block;
    margin-left: auto;
    line-height: 1.56;
  }
  
  .cart-shipping {
    font-size: var(--font-size-body);
    margin-bottom: 1.640625rem;
    color: #1d1d1d;
    line-height: 1.56;
  }
  .cart-shipping .cart-shipping-toggle {
    display: block;
    line-height: 1.56;
  }
  .no-js .cart-shipping .cart-shipping-toggle {
    display: none;
  }
  
  .cart-shippingcalc--container {
    display: none;
    margin-bottom: 3.984375rem;
  }
  .cart-shippingcalc--container.open {
    display: block;
  }
  
  .cart-shippingcalc-form {
    margin-top: 1.640625rem;
    margin-bottom: 1.640625rem;
  }
  .cart-shippingcalc-form .cart-shippingcalc--inner {
    margin-bottom: 0.9375rem;
  }
  @media screen and (min-width: 480px) {
    .cart-shippingcalc-form .cart-shippingcalc--inner {
      display: flex;
    }
  }
  .cart-shippingcalc-form .form-field {
    width: 100%;
  }
  @media screen and (max-width: 479px) {
    .cart-shippingcalc-form .form-field {
      margin-bottom: 0.9375rem;
    }
    .cart-shippingcalc-form .form-field:last-child {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 480px) {
    .cart-shippingcalc-form .form-field {
      width: calc(33.3333333333% - 0.9375rem / 2 - 2px);
      margin-right: 0.9375rem;
    }
    .cart-shippingcalc-form .form-field:last-child {
      margin-right: 0;
    }
  }
  .cart-shippingcalc-form .button-primary {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
  }.cart-shippingcalc-form .button-primary {
      text-transform: none;
    }.cart-shippingcalc-none {
    margin-top: 0;
  }
  
  .cart-shippingcalc-response {
    display: none;
    padding: 1.171875rem;
    color: #1d1d1d;
    background-color: #f4f4f4;
  }
  .cart-shippingcalc-response.visible {
    display: block;
  }
  .cart-shippingcalc-response > *:first-child {
    margin-top: 0;
  }
  .cart-shippingcalc-response > *:last-child {
    margin-bottom: 0;
  }
  
  .cart-shippingcalc-rates {
    margin-top: 1.171875rem;
  }
  .cart-shippingcalc-rates:empty {
    display: none;
  }
  
  .cart-checkout {
    text-align: center;
  }
  .cart-checkout .button-primary {
    font-size: var(--font-size-button-x-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    width: 100%;
  }.cart-checkout .button-primary {
      text-transform: none;
    }.cart-checkout .button-primary svg {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: top;
  }
  .cart-checkout .cart-continue {
    margin-top: 1.171875rem;
  }
  
  .additional-checkout-buttons {
    margin-top: 1.171875rem;
    margin-bottom: 1.171875rem;
  }
  
  [data-shopify-buttoncontainer] {
    justify-content: center;
  }
  
  .cart-continue {
    font-size: var(--font-size-body);
    display: block;
  }
  .cart-continue:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .cart-continue:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .cart-continue:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  
  .cart-sidebar {
    width: 100%;
  }
  @media screen and (max-width: 479px) {
    .cart-sidebar {
      margin-top: 1.640625rem;
    }
  }
  @media screen and (max-width: 859px) and (min-width: 480px) {
    .cart-sidebar {
      display: flex;
      margin-top: 2.9296875rem;
    }
  }
  @media screen and (min-width: 860px) {
    .cart-sidebar {
      width: 280px;
    }
  }
  
  .cart-sidebar-item {
    position: relative;
  }
  @media screen and (max-width: 479px) {
    .cart-sidebar-item {
      width: 100%;
    }
  }
  @media screen and (max-width: 859px) and (min-width: 480px) {
    .cart-sidebar-item {
      width: calc(50% - 1.171875rem / 2);
    }
    .cart-sidebar-item:first-child {
      margin-right: 1.171875rem;
    }
  }
  .cart-sidebar-item .cart-sidebar-item-image {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  
  .cart-sidebar-block {
    margin-bottom: 1.171875rem;
  }
  @media screen and (min-width: 860px) {
    .cart-sidebar-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .cart-sidebar-item--text {
    padding: 1.171875rem;
    background-color: #f4f4f4;
  }
  .cart-sidebar-item--text > *:first-child {
    margin-top: 0;
  }
  .cart-sidebar-item--text > *:last-child {
    margin-bottom: 0;
  }
  
  .collection--section {
    margin-top: 1.171875rem;
  }
  @media screen and (min-width: 720px) {
    .collection--section {
      margin-top: 1.640625rem;
    }
  }
  
  .collection--image {
    position: relative;
    margin: 0;
  }
  .collection--image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .collection--title {
    font-size: var(--font-size-heading-large);
    margin: 1.640625rem 0 0.703125rem;
    line-height: 1.3;
    color: #1d1d1d;
  }
  
  .collection--description {
    width: 100%;
    max-width: 110ch;
  }
  
  .template-password,
  .template-password .site-main,
  .template-password .password--section {
    height: 100%;
  }
  .template-password .shopify-section:last-child {
    padding-bottom: 2rem;
  }
  
  .password--section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .password-page-header,
  .password-page-content,
  .password-page-footer {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  
  .password-mailinglist--container,
  .password-social--container {
    margin-top: 1.875rem;
  }
  @media screen and (min-width: 720px) {
    .password-mailinglist--container,
  .password-social--container {
      margin-top: 3.984375rem;
    }
  }
  
  .password-page-header {
    width: 100%;
    min-height: 66px;
    padding: 10px 10px;
    font-size: 0;
    color: #000000;
    background-color: 
  rgb(255, 255, 255)
  
  ;
  }
  @media screen and (min-width: 720px) {
    .password-page-header {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .password-page-header {
      padding-right: 25px;
      padding-left: 25px;
    }
  }
  
  .password-header-logo {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    line-height: 1.1;
    color: currentColor;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .password-header-logo-text {
    font-size: var(--font-size-body);
    display: block;
    width: 100%;
    text-decoration: none;
  }
  
  .password-header-login {
    display: inline-block;
    width: 50%;
    height: 46px;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
  }
  
  .password-header-lock {
    display: inline-block;
    padding: 8px 10px;
    margin-top: 4px;
    margin-right: -10px;
    color: currentColor;
    cursor: pointer;
    background-color: transparent;
    border: 0;
  }
  .password-header-lock svg {
    display: block;
    fill: currentColor;
  }
  
  .password-page-content--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    text-align: center;
  }
  @media screen and (min-width: 720px) {
    .password-page-content--inner {
      padding-top: 3.984375rem;
      padding-bottom: 3.984375rem;
    }
  }
  
  .password-title {
    margin-top: 0;
    margin-bottom: 1.171875rem;
    color: #1d1d1d;
  }
  
  .password-message {
    margin-bottom: 0;
    line-height: 1.56;
    color: #1d1d1d;
  }
  
  .password-mailinglist--container .password-mailinglist-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    margin-bottom: 1.171875rem;
    color: #1d1d1d;
  }
  .password-mailinglist--container .password-mailinglist-title h1, .password-mailinglist--container .password-mailinglist-title .age-gate__heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .password-mailinglist--container .password-mailinglist-text {
    font-size: var(--font-size-body-small);
  }
  .password-mailinglist--container .form-fields-inline {
    display: table;
    width: 100%;
    max-width: calc(600px * 2 / 3);
    margin-right: auto;
    margin-left: auto;
  }
  .password-mailinglist--container .newsletter .newsletter-input {
    display: table-cell;
    width: 100%;
    max-width: none;
    padding-right: 0.703125rem;
    vertical-align: middle;
  }
  .password-mailinglist--container .newsletter .newsletter-submit {
    display: table-cell;
    width: auto;
    margin-left: 0;
    white-space: nowrap;
    vertical-align: middle;
  }
  .password-mailinglist--container .button-primary {
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    display: block;
    width: 100%;
  }.password-mailinglist--container .button-primary {
      text-transform: none;
    }@media screen and (max-width: 719px) {
    .password-mailinglist--container .button-primary {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  
  .password-social--title {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
  }
  
  .password-page-footer {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    text-align: center;
  }
  
  .password-page-footer--item {
    display: block;
  }
  .password-page-footer--item:not(:first-child) {
    margin-top: 0.46875rem;
  }
  @media screen and (min-width: 680px) {
    .password-page-footer--item {
      display: inline-block;
      margin-top: 0;
    }
  }
  
  .passwordentry-container {
    display: none;
  }
  
  .passwordentry-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    margin-bottom: 1.640625rem;
    color: #1d1d1d;
  }
  
  .passwordentry-contents .passwordentry-message {
    margin-bottom: 1.171875rem;
  }
  .passwordentry-contents .form-fields-inline {
    display: table;
    width: 100%;
  }
  .passwordentry-contents .passwordentry-input {
    display: table-cell;
    width: 100%;
    padding-right: 0.703125rem;
    vertical-align: middle;
  }
  .passwordentry-contents .passwordentry-submit {
    display: table-cell;
    vertical-align: middle;
  }
  .passwordentry-contents .button-primary {
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    display: block;
    width: 100%;
    white-space: nowrap;
  }.passwordentry-contents .button-primary {
      text-transform: none;
    }@media screen and (max-width: 719px) {
    .passwordentry-contents .button-primary {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .passwordentry-owner {
    margin-top: 1.640625rem;
    margin-bottom: 0;
    color: #1d1d1d;
  }
  
  
  .product__container {
    margin-top: 1.171875rem;
  }
  @media screen and (min-width: 720px) {
    .product__container {
      margin-top: 1.640625rem;
    }
  }
  @media screen and (max-width: 719px) {
    .product__container {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .product--outer {
    display: block;
    font-size: 0;
  }
  @media screen and (min-width: 720px) {
    .product--outer {
      display: flex;
    }
  }
  
  @media screen and (max-width: 719px) {
    .product-gallery,
  .product-main,
  .product-readmore {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  .product-gallery,
  .product-form--alt,
  .product-main {
    font-size: var(--font-size-body);
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-gallery.product-gallery--fade,
  .product-form--alt.product-gallery--fade,
  .product-main.product-gallery--fade {
    opacity: 0.3;
  }
  
  @media screen and (min-width: 720px) {
    .product-gallery {
      width: 51.5%;
    }
  }
  @media screen and (min-width: 1024px) {
    .product__container--three-columns .product-gallery {
      width: 35%;
    }
  }
  
  @media screen and (min-width: 720px) {
    .product-main {
      width: 46%;
      margin-left: 2.5%;
    }
  }
  @media screen and (min-width: 1024px) {
    .product__container--three-columns .product-main {
      width: 36.5%;
      margin-left: 2.5%;
    }
  }
  
  .product-description {
    margin: 0.9375rem 0;
  }
  
  .product-form--alt {
    display: none;
    font-size: var(--font-size-body);
  }
  .product-form--alt .surface-pick-up {
    margin-bottom: 0.9375rem;
  }
  @media screen and (min-width: 1024px) {
    .product-form--alt {
      display: block;
      width: 23.5%;
      margin-left: 2.5%;
    }
  }
  @media screen and (min-width: 1280px) {
    .product-form--alt {
      width: 22%;
      margin-left: 4%;
    }
  }
  
  .product-link {
    display: inline-block;
    margin: 0.9375rem 0;
  }
  
  .product-compare-container {
    --sidebar-column-gutter: 1.875rem;
    --table-column-spacing: 0.9375rem;
    --sidebar-column-gap: calc(var(--sidebar-column-gutter) - var(--table-column-spacing));
    --main-to-sidebar-ratio: 5;
  }
  
  .product-compare__title {
    margin: 0 0 1.171875rem;
    color: #1d1d1d;
  }
  @media screen and (min-width: 860px) {
    .product-compare__title {
      margin: 0 0 1.875rem;
    }
  }
  
  .product-compare {
    display: grid;
    grid-template-columns: 100%;
  }
  @media screen and (min-width: 860px) {
    .product-compare {
      grid-template-columns: 1fr 5fr;
      grid-gap: var(--sidebar-column-gap);
    }
  }
  
  .product-compare__table-container {
    margin: 0 calc(-1 * var(--layout-container-gutter));
  }
  @media screen and (min-width: 860px) {
    .product-compare__table-container {
      margin: 0;
    }
  }
  
  .product-compare__table-wrapper {
    --compare-mobile-column-width: 78vw;
    display: grid;
    grid-template-columns: repeat(var(--compare-products-count, 2), var(--compare-mobile-column-width));
    padding: 0 var(--layout-container-gutter);
    margin-left: calc(-1 * var(--table-column-spacing));
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--layout-container-gutter);
  }
  @media screen and (min-width: 860px) {
    .product-compare__table-wrapper {
      display: block;
      padding: 0;
      margin: 0;
      overflow: visible;
    }
  }
  @media screen and (min-width: 720px) {
    .product-compare__table-wrapper {
      --compare-mobile-column-width: 44vw;
    }
  }
  
  .product-compare__scroll-stop {
    height: 0;
    scroll-snap-align: start;
  }
  
  .product-compare__table {
    --border: 1px solid rgba(128, 128, 128, 0.16);
    grid-column: 1/end;
    width: calc(100% + var(--table-column-spacing));
    height: 100%;
    table-layout: fixed;
    border-spacing: var(--table-column-spacing) 0;
  }
  .product-compare__table[data-fade-animation-state=hidden] {
    display: none;
  }
  .product-compare__table[data-fade-animation] {
    display: table;
  }
  
  .product-compare__table-cell {
    padding: 1.171875rem;
    border: var(--border);
    border-bottom: none;
    vertical-align: top;
    word-break: break-word;
    font-size: var(--font-size-body);
    line-height: 1.625;
  }
  .product-compare__table-row--last .product-compare__table-cell {
    border-bottom: var(--border);
  }
  .product-compare__table-cell .product-stock-level-wrapper {
    margin: 0;
  }
  @media screen and (max-width: 859px) {
    .product-compare__table-cell {
      padding: 0.9375rem;
    }
  }
  
  .product-compare__table-cell--last {
    border-bottom: var(--border);
  }
  
  .product-compare__heading {
    text-align: left;
    color: #1d1d1d;
    margin: 2.9296875rem 0 1.640625rem 0;
    font-size: var(--font-size-heading-4);
  }
  
  .product-compare__table-cell-heading {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0 0 0.703125rem 0;
    font-size: var(--font-size-body-medium);
    font-weight: 700;
  }
  @media screen and (max-width: 859px) {
    .product-compare__table-cell-heading {
      margin: 0 0 0.46875rem 0;
    }
  }
  
  .product-compare__table-cell-text p {
    margin-top: 0;
  }
  .product-compare__table-cell-text p:last-child {
    margin-bottom: 0;
  }
  
  .product-compare__table-cell-vendor a {
    color: #1d1d1d;
    text-decoration: none;
  }
  .product-compare__table-cell-vendor a:hover {
    color: #f04f36;
  }
  
  .product-compare__table-cell-description-wrapper {
    --show-more-max-height: 26ch;
  }
  .product-compare__table-cell-description-wrapper .show-more__toggle-more {
    padding-bottom: 0;
  }
  .product-compare__table-cell-description-wrapper .rte .tabs {
    width: max-content;
    min-width: 100%;
  }
  .product-compare__table-cell-description-wrapper .grouped-content-layout-tabs {
    overflow-x: auto;
  }
  
  .product-compare__clear-all {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  
  .product-compare__product-card {
    position: relative;
    padding: 0;
    font-weight: normal;
    height: 100%;
  }
  
  [data-fade-animation] .product-compare__product-cards-row {
    transition: opacity cubic-bezier(0.4, 0, 1, 1) 175ms;
  }
  [data-fade-animation-state=hidden] .product-compare__product-cards-row {
    opacity: 0;
  }
  
  [data-fade-animation] .product-compare__other-row {
    transition: opacity cubic-bezier(0.4, 0, 1, 1) 175ms;
  }
  [data-fade-animation-state=only-cards] .product-compare__other-row, [data-fade-animation-state=hidden] .product-compare__other-row {
    opacity: 0;
  }
  .product-compare__other-row:hover .product-compare__table-cell {
    background-color: #f4f4f4;
  }
  .product-compare__other-row:hover .show-more__toggle-more-wrapper {
    --show-more-background: #f4f4f4;
    --show-more-background-alpha-0: rgba(244, 244, 244, 0);
  }
  
  .product-compare__filter-checkbox {
    position: absolute;
    cursor: pointer;
    opacity: 0;
  }
  .product-compare__filter-checkbox:checked + .product-compare__filter-label {
    color: #f04f36;
    font-weight: 700;
  }
  .product-compare__filter-checkbox:focus-visible + .product-compare__filter-label {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 0;
  }
  
  .product-compare__filters-heading {
    margin: 0 0 1.171875rem;
    color: #1d1d1d;
    font-size: var(--font-size-heading-4);
  }
  
  .product-compare__filters-active-item,
  .product-compare__filters-clear-all {
    cursor: pointer;
    border: none;
  }
  
  .product-compare__filters {
    display: none;
  }
  @media screen and (min-width: 860px) {
    .product-compare__filters {
      display: block;
    }
  }
  
  
  .product-compare__active-filters {
    padding-left: var(--table-column-spacing);
  }
  
  .product-compare__toolbar {
    margin-bottom: 1.171875rem;
  }
  @media screen and (min-width: 860px) {
    .product-compare__toolbar {
      display: none;
    }
  }
  
  .product-compare__product-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.9375rem 25%;
    font-size: var(--font-size-body-small);
    color: #949494;
    text-align: center;
  }
  
  .product-compare__remove-product-button {
    position: absolute;
    top: calc(0.9375rem - 12px);
    right: calc(0.9375rem - 12px);
    z-index: 1;
    width: 44px;
    height: 44px;
    line-height: 0;
    color: #1d1d1d;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 50%;
    transition: color 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-compare__remove-product-button:hover {
    color: #f04f36;
  }
  .product-compare__remove-product-button::before {
    --translate: translate(-50%, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: rgba(29, 29, 29, 0.2);
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: var(--translate);
  }
  .product-compare__remove-product-button:hover::before {
    transform: var(--translate) scale(1.1);
  }
  
  .product-compare__remove-product-button-icon {
    width: 10px;
    height: 10px;
  }
  
  .product-compare-card.productgrid--item {
    height: 100%;
  }
  .product-compare-card:hover + .product-compare__remove-product-button {
    z-index: 301;
  }
  .product-compare-card .productitem__container {
    display: grid;
    grid-template-areas: "image info" "actions actions";
    grid-template-rows: auto min-content;
    grid-template-columns: 0.65fr 1.6fr;
    grid-column-gap: 1.171875rem;
    height: 100%;
  }
  @media screen and (max-width: 1079px) {
    .product-compare-card .productitem__container {
      grid-column-gap: 0.703125rem;
    }
  }
  .product-compare-card .productitem--image {
    min-width: 50px;
  }
  .product-compare-card .productitem--image-link {
    grid-area: image;
  }
  .product-compare-card .price__compare-at.visible {
    display: flex;
    flex-wrap: wrap;
  }
  .product-compare-card .productitem--swatches {
    display: none;
  }
  .product-compare-card .productitem--info {
    grid-area: info;
    padding-right: 1.171875rem;
    text-align: left;
  }
  .product-compare-card .productitem__image-container .productitem__badge {
    display: none;
  }
  @media screen and (min-width: 1280px) {
    .product-compare-card .productitem__image-container .productitem__badge {
      display: block;
    }
  }
  .product-compare-card .productitem--action {
    padding: 0;
    margin-top: 0.703125rem;
  }
  .product-compare-card .productitem--actions {
    position: static;
    grid-area: actions;
    margin: 0;
    visibility: visible;
    opacity: 1;
  }
  .product-compare-card .productitem__compare {
    display: none;
  }
  .product-compare-card .productitem--title {
    margin-top: 0;
  }
  
  .product-compare__no-products {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15vh 1.875rem;
    margin: 0 10px;
    font-size: var(--font-size-body-small);
    border: 1px solid rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(50%);
  }
  @media screen and (min-width: 860px) {
    .product-compare__no-products {
      margin: 0 0 0 var(--table-column-spacing);
    }
  }
  .product-compare__no-products[data-animation] {
    display: flex;
    transition: opacity cubic-bezier(0.4, 0, 1, 1) 175ms, transform cubic-bezier(0.4, 0, 1, 1) 175ms;
  }
  .product-compare__no-products[data-animation-state=visible] {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  
  .product-compare__continue-shopping {
    display: flex;
    gap: 0.234375rem;
    align-items: center;
  }
  
  .product-compare__breadcrumb-chevron {
    margin-right: 0.234375rem;
    margin-left: 0;
  }
  .product-compare__breadcrumb-chevron svg {
    transform: rotate(90deg);
  }
  
  .product-compare--section .breadcrumbs-container span {
    color: inherit;
  }
  .product-compare--section .product-compare__breadcrumb {
    display: flex;
    align-items: center;
  }
  
  .product-compare-sticky-bar-wrapper {
    position: fixed;
    top: 0;
    z-index: 700;
    display: none;
    width: 100%;
    padding: 0.703125rem 0 0;
    background: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 0 1px 4px rgba(128, 128, 128, 0.25);
    transform: translateY(-100%);
  }
  @media screen and (min-width: 860px) {
    .product-compare-sticky-bar-wrapper {
      padding: 1.171875rem 0;
    }
  }
  .product-compare-sticky-bar-wrapper[data-sticky-animation] {
    display: block;
    transition: transform cubic-bezier(0, 0, 0.58, 1) 200ms;
  }
  .product-compare-sticky-bar-wrapper[data-sticky-animation-state=down] {
    display: block;
    transform: translateY(0);
  }
  .site-header-sticky .product-compare-sticky-bar-wrapper {
    position: absolute;
    top: 100%;
    z-index: 600;
  }
  .product-compare-sticky-bar-wrapper .productitem__container {
    grid-template-areas: "info" "actions";
    grid-template-columns: 1fr;
  }
  .product-compare-sticky-bar-wrapper .productitem__image-container {
    display: none;
  }
  
  .product-compare__sticky-bar-content {
    grid-row: 2;
    align-self: center;
    justify-self: center;
    padding: 0.9375rem 0;
    text-align: center;
  }
  @media screen and (min-width: 860px) {
    .product-compare__sticky-bar-content {
      grid-row: 1;
    }
  }
  
  .blog-title {
    margin-top: 0.703125rem;
    margin-bottom: 0.9375rem;
    color: #1d1d1d;
  }
  @media screen and (min-width: 1024px) {
    .blog-title {
      margin-top: 1.640625rem;
      margin-bottom: 0.9375rem;
    }
  }
  .blog-title h1, .blog-title .age-gate__heading,
  .blog-title a {
    display: inline-block;
  }
  .blog-title a {
    padding: 0.125rem 0.625rem;
  }
  .blog-title svg {
    display: block;
    fill: #f04f36;
  }
  
  .blog--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    list-style-type: none;
  }
  @media screen and (max-width: 679px) {
    .blog--inner .article--excerpt-wrapper {
      width: 100%;
      margin-right: 0;
    }
  }
  @media screen and (min-width: 680px) {
    .blog--inner .article--excerpt-wrapper {
      width: calc(50% - 5px);
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 859px) and (min-width: 680px) {
    .blog--inner .article--excerpt-wrapper:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 719px) {
    .blog--inner .article--excerpt-wrapper {
      margin-bottom: 1.640625rem;
    }
  }
  @media screen and (min-width: 720px) {
    .blog--inner .article--excerpt-wrapper {
      margin-bottom: 2.9296875rem;
    }
  }
  @media screen and (min-width: 860px) {
    .blog--inner .article--excerpt-wrapper:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1079px) and (min-width: 860px) {
    .blog--inner .article--excerpt-wrapper {
      width: calc(33.3333333333% - 6.6666666667px);
    }
  }
  @media screen and (min-width: 1080px) {
    .blog--inner .article--excerpt-wrapper {
      width: calc(33.3333333333% - 13.3333333333px);
      margin-right: 20px;
    }
  }
  
  .search--section {
    margin-top: 1.171875rem;
  }
  @media screen and (min-width: 720px) {
    .search--section {
      margin-top: 1.640625rem;
    }
  }
  
  .utility-bar {
    position: relative;
    z-index: 706;
  }
  @media screen and (max-width: 1023px) {
    .utility-bar {
      display: none;
    }
  }
  
  .utility-bar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
  .utility-bar--full-width .utility-bar__content {
    width: 100%;
    max-width: 100%;
  }
  
  .utility-bar__content-left,
  .utility-bar__content-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .utility-bar__content-left {
    justify-content: flex-start;
    margin-right: auto;
  }
  
  .utility-bar__menu-link {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    margin-right: 1.25rem;
    font-size: var(--font-size-body-smallest);
    text-decoration: none;
  }
  
  .utility-bar__content-right {
    justify-content: flex-end;
    margin-left: auto;
  }
  .utility-bar__content-right .selectors-form__item {
    margin-left: 1.25rem;
  }
  .utility-bar__content-right .shopify-localization-form {
    margin-bottom: 0;
  }
  
  .utility-bar__social-container--mobile {
    padding: 0 25px;
  }
  
  .utility-bar__disclosure--mobile {
    padding: 0.703125rem 25px;
  }
  .utility-bar__disclosure--mobile .shopify-localization-form {
    justify-content: left;
    margin-bottom: 0;
  }
  
  .mobile-nav-content .utility-bar__mobile-nav .navmenu > .navmenu-item > .navmenu-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: var(--font-size-body-smaller);
    font-weight: 400;
  }
  
  .utility-bar__mobile-disclosure .utility-bar__mobile__border {
    display: block;
    margin: 25px 25px 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .utility-bar__social-list {
    display: flex;
    align-content: center;
  }
  .utility-bar__social-list .social-link {
    width: auto;
    margin-left: 0;
  }
  .utility-bar__social-list .social-link::before {
    content: none;
  }
  
  .site-mobile-nav .utility-nav-below {
    padding-bottom: 0;
  }
  
  .subcollections-featured-collection__title {
    margin: 1.171875rem 0 0;
    font-size: var(--font-size-heading-large);
    line-height: 1.3;
    color: #1d1d1d;
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__title {
      margin-top: 1.640625rem;
    }
  }
  
  .subcollections-featured-collection__description {
    max-width: 110ch;
    margin-top: 0.9375rem;
  }
  
  .subcollections-featured-collection__banner {
    position: relative;
    margin-top: 1.640625rem;
  }
  
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__banner--menu-enabled.subcollections-featured-collection__banner--image-enabled {
      display: flex;
      padding: 25px;
    }
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__banner--menu-enabled .subcollections-featured-collection__banner-image-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
    }
  }
  
  .subcollections-featured-collection__banner-image {
    display: block;
    width: 100%;
    height: auto;
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__banner-image {
      object-fit: cover;
      height: 100%;
    }
  }
  
  .subcollections-featured-collection__subcollection-menu-wrapper {
    min-width: calc(17% * var(--subcollection-menu-column-count));
  }
  @media screen and (max-width: 719px) {
    .subcollections-featured-collection__subcollection-menu-wrapper {
      --subcollection-menu-column-count: 2;
    }
  }
  @media screen and (max-width: 479px) {
    .subcollections-featured-collection__subcollection-menu-wrapper {
      --subcollection-menu-column-count: 1;
    }
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__subcollection-menu-wrapper {
      max-width: calc(25% * var(--subcollection-menu-column-count));
    }
  }
  @media screen and (min-width: 1024px) {
    .subcollections-featured-collection__subcollection-menu-wrapper {
      max-width: calc(20% * var(--subcollection-menu-column-count));
    }
  }
  .subcollections-featured-collection__banner--image-enabled .subcollections-featured-collection__subcollection-menu-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.11);
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__banner--image-enabled .subcollections-featured-collection__subcollection-menu-wrapper {
      background: 
  rgb(255, 255, 255)
  
  ;
      border: none;
      box-shadow: none;
    }
  }
  
  @media screen and (max-width: 479px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-1-column {
      --show-more-max-height: 280px;
    }
  }
  
  @media screen and (max-width: 719px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-2-columns {
      --show-more-max-height: 280px;
    }
  }
  
  .subcollections-featured-collection__subcollection-menu {
    column-gap: calc(1.171875rem * 2);
    padding: 0;
    margin: 0;
    font-size: var(--font-size-body-medium);
    list-style: none;
    column-count: var(--subcollection-menu-column-count, auto);
  }
  .subcollections-featured-collection__banner--image-enabled .subcollections-featured-collection__subcollection-menu {
    padding: 1.171875rem;
    margin: 0;
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__banner--image-enabled .subcollections-featured-collection__subcollection-menu {
      padding: 1.640625rem;
    }
  }
  @media screen and (max-width: 479px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-1-column .subcollections-featured-collection__subcollection-menu {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 719px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-2-columns .subcollections-featured-collection__subcollection-menu {
      padding-bottom: 0;
    }
  }
  
  .subcollections-featured-collection__subcollection-menu-wrapper .show-more__toggle-more-wrapper {
    display: none;
  }
  @media screen and (max-width: 479px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-1-column .show-more__toggle-more-wrapper {
      display: flex;
    }
  }
  @media screen and (max-width: 719px) {
    .subcollections-featured-collection__subcollection-menu-wrapper--more-than-2-columns .show-more__toggle-more-wrapper {
      display: flex;
    }
  }
  
  .subcollections-featured-collection__subcollection-menu-link {
    display: block;
    margin-bottom: 1.171875rem;
  }
  
  .subcollections-featured-collection__subcollection-menu-link--last {
    margin-bottom: 0;
  }
  
  .subcollections-featured-collection__subcollection-header {
    display: flex;
    align-items: center;
    margin: 2.9296875rem 0 1.171875rem;
  }
  @media screen and (min-width: 720px) {
    .subcollections-featured-collection__subcollection-header {
      margin: 3.984375rem 0 1.640625rem;
    }
  }
  
  .subcollections-featured-collection__subcollection-cta {
    margin: 4px 0 0 1.171875rem;
  }
  .subcollections-featured-collection__subcollection-cta:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .subcollections-featured-collection__subcollection-cta:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .subcollections-featured-collection__subcollection-cta:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  
  .subcollections-featured-collection__subcollection-title {
    margin: 0;
    color: #1d1d1d;
  }
  
  .subcollections-banner__container {
    margin-top: 1.640625rem;
  }
  .subcollections-banner__container .subcollections-banner__image {
    position: relative;
    margin: 0;
  }
  .subcollections-banner__container .subcollections-banner__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .subcollections-banner__container .subcollections-banner__title {
    font-size: var(--font-size-heading-large);
    margin: 1.640625rem 0 0.703125rem;
    line-height: 1.3;
    color: #1d1d1d;
  }
  .subcollections-banner__container .subcollections-banner__description {
    width: 100%;
    max-width: 110ch;
  }
  
  .subcollections-menu__item-image {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .subcollections-menu__item-image img,
  .subcollections-menu__item-image svg {
    display: block;
    width: 100%;
    margin: auto 0;
  }
  @media screen and (max-width: 719px) {
    .subcollections-menu__item-image {
      height: 100%;
    }
    .subcollections-menu__item-image img,
  .subcollections-menu__item-image svg {
      height: 100%;
      object-fit: contain;
    }
  }
  
  .subcollections-list__content[data-subcollections-layout=menu] {
    display: grid;
    padding: 0;
    row-gap: 1.171875rem;
    column-gap: 1.171875rem;
    position: relative;
    width: 100%;
    text-align: center;
    list-style-type: none;
    outline: none;
    margin-top: 2.9296875rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu] > :first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] {
      margin-top: 0.9375rem;
      border: 1px solid rgba(128, 128, 128, 0.16);
      box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
      row-gap: 0;
    }
  }
  @media screen and (max-width: 479px) {
    .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .subcollections-menu__item-image-container {
      width: 4.5rem;
      height: 4.5rem;
    }
    .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .subcollections-menu__menu-items h2,
  .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true ul.subcollections-menu__link-list > .subcollections-menu__link-item {
      padding-right: 7rem;
    }
  }
  @media screen and (max-width: 859px) and (min-width: 480px) {
    .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .subcollections-menu__item-image-container {
      width: 6.75rem;
      height: 6.75rem;
    }
    .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .subcollections-menu__menu-items h2,
  .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true ul.subcollections-menu__link-list > .subcollections-menu__link-item {
      padding-right: 9.5rem;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__collection-image .subcollections-menu__item-image-container .subcollections-menu__item-image {
    padding-top: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__collection-image .subcollections-menu__item-image-container .subcollections-menu__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__columns-2 h2 {
      font-size: var(--font-size-heading-4);
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper {
    display: flex;
    height: 100%;
    padding: 1.640625rem 1.171875rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper.subcollections-menu__item-align--right {
    flex-direction: row-reverse;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper.subcollections-menu__item-align--right .subcollections-menu__menu-items {
    margin-left: 0;
    margin-right: 10%;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper.subcollections-menu__item-align--right .subcollections-menu__menu-items {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-wrapper {
      position: relative;
      flex-direction: row-reverse;
      align-items: flex-start;
      padding: 0;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item {
    position: relative;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item .subcollections-link-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item {
      border: 0;
      border-bottom: 1px solid rgba(128, 128, 128, 0.16);
      box-shadow: none;
    }
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item:last-child {
      border-bottom: 0;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items {
    width: 55%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    word-break: break-word;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items {
      width: 100%;
      padding: 0;
      margin: 0;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items > a {
    display: block;
    width: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 {
    margin: 0;
    text-align: left;
    color: #1d1d1d;
    padding: 1.5rem 1.25rem;
    position: relative;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 {
      padding-right: 7rem;
    }
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2 {
      padding: 0 0 0.9375rem 0;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list {
    padding: 0;
    line-height: 1.5;
    list-style: none;
    text-align: left;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list > .subcollections-menu__link-item {
    margin-bottom: 0.234375rem;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list > .subcollections-menu__link-item {
      padding: 0 7rem 0 1.171875rem;
    }
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items ul.subcollections-menu__link-list .accordion--icon {
      margin-bottom: 1.171875rem;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items .accordion--icon {
    font-weight: bold;
    margin-top: 1.640625rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items .accordion--icon:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items .accordion--icon:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items .accordion--icon:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items .accordion--icon svg {
    display: inline-block;
    margin-left: 0.234375rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-image-container {
    width: 35%;
    position: relative;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item-image-container {
      position: absolute;
      top: 0.625rem;
      right: 2.75rem;
      width: 3rem;
      height: 3rem;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu] .mobile-accordion--icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0.875rem;
    height: 8px;
    margin-top: -4px;
    opacity: 0.5;
  }
  .subcollections-list__content[data-subcollections-layout=menu] .mobile-accordion--icon svg {
    display: block;
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=menu] .mobile-accordion--icon {
      display: none;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks {
    margin-top: 2.9296875rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__item-wrapper {
    align-items: center;
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__item-wrapper:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__item-wrapper:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__item-wrapper:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__item-wrapper {
      align-items: center;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__menu-items {
    justify-content: center;
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__menu-items h2 {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .subcollections-menu__link-list {
      display: none;
    }
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .mobile-accordion--icon {
    transform: rotate(-90deg);
  }
  .subcollections-list__content[data-subcollections-layout=menu].subcollections-list__no-sublinks .accordion--icon {
    margin-top: 0.46875rem;
  }
  .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .mobile-accordion--icon {
    display: none;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=menu].mobile-accordion__open--true .subcollections-menu__item-image-container {
      top: 1.5rem;
      right: 1.25rem;
    }
  }
  
  .subcollections-banner__container {
    margin-top: 1.640625rem;
  }
  .subcollections-banner__container .subcollections-banner__image {
    position: relative;
    margin: 0;
  }
  .subcollections-banner__container .subcollections-banner__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .subcollections-banner__container .subcollections-banner__title {
    font-size: var(--font-size-heading-large);
    margin: 1.640625rem 0 0.703125rem;
    line-height: 1.3;
    color: #1d1d1d;
  }
  .subcollections-banner__container .subcollections-banner__description {
    width: 100%;
    max-width: 110ch;
  }
  
  .subcollections-grid__item-image {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .subcollections-grid__item-image img,
  .subcollections-grid__item-image svg {
    display: block;
    width: 100%;
    margin: auto 0;
  }
  .subcollections-list__content[data-subcollections-layout=grid] {
    display: grid;
    padding: 0;
    row-gap: 1.875rem;
    grid-column-gap: 10px;
    position: relative;
    width: 100%;
    text-align: center;
    list-style-type: none;
    outline: none;
    margin-top: 1.875rem;
  }
  .subcollections-list__content[data-subcollections-layout=grid] [data-rimg-canvas] {
    display: none;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=grid] {
      margin-top: 1.875rem;
    }
  }
  .subcollections-list__content[data-subcollections-layout=grid] > :first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--circle::before, .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square::before {
    grid-row: 1/1;
    grid-column: 1/1;
    content: "";
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--circle, .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square {
    grid-auto-rows: auto;
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--circle .subcollections-grid__item-image, .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square .subcollections-grid__item-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--circle .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--circle .subcollections-grid__item-image svg, .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square .subcollections-grid__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--square .subcollections-grid__item-image {
    border-radius: 0;
  }
  .subcollections-list__content[data-subcollections-layout=grid].subcollections-list__image-crop--round .subcollections-grid__item-image {
    height: auto;
    border-radius: 6px;
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=grid] {
      grid-column-gap: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=grid] {
      grid-column-gap: 20px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=grid] .subcollections-grid__item-title {
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    font-size: var(--font-size-body);
    margin-top: 1.171875rem;
    margin-bottom: 0;
    text-align: center;
    word-break: break-word;
  }
  
  .subcollections-list__content[data-subcollections-layout=slideshow] {
    display: flex;
    overflow: visible;
    position: relative;
    padding: 0;
    text-align: center;
    list-style-type: none;
    outline: none;
    margin: 1.875rem 0;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-viewport {
    position: relative;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-slider--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 20px);
    height: inherit;
    min-height: 200%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
    overflow: hidden;
    pointer-events: none;
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-slider--wrapper {
      width: calc(100% + 30px);
      padding-right: 15px;
      padding-left: 15px;
      margin-left: -15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-slider--wrapper {
      width: calc(100% + 50px);
      padding-right: 25px;
      padding-left: 25px;
      margin-left: -25px;
    }
  }
  @media screen and (min-width: 1080px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-slider--wrapper {
      width: calc(100% + 10px);
      padding-right: 5px;
      padding-left: 5px;
      margin-left: -5px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-slider {
    height: inherit;
    pointer-events: auto;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item {
    width: 100%;
    display: inline-block;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item a {
    outline-offset: -2px;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item [data-rimg-canvas] {
    display: none;
  }
  @media screen and (max-width: 479px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item {
      max-width: calc(25% + 2.5px);
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item {
      max-width: calc(20% + 3px);
      margin-right: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .subcollections-grid__item {
      max-width: calc(14.2857142857% - 17.1428571429px);
      margin-right: 20px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--round .subcollections-grid__item-image, .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--circle .subcollections-grid__item-image, .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--square .subcollections-grid__item-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--round .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--round .subcollections-grid__item-image svg, .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--circle .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--circle .subcollections-grid__item-image svg, .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--square .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--square .subcollections-grid__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--round .subcollections-grid__item-image {
    border-radius: 6px;
    padding-top: 75%;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled.subcollections-list__image-crop--circle .subcollections-grid__item-image {
    border-radius: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    top: 50%;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border-radius: 24px;
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 2px 5px rgba(127, 127, 127, 0.5);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 1023px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button {
      display: none;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button:disabled {
    cursor: initial;
    opacity: 0;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button:disabled svg {
    opacity: 0;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button:not(:disabled):hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.125);
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 3px 10px rgba(127, 127, 127, 0.5);
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.previous {
    left: -17px;
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.previous {
      left: -5px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.previous svg {
    left: -1px;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.next {
    right: -17px;
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.next {
      right: -5px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button.next svg {
    right: -1px;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow].flickity-enabled .flickity-button .flickity-button-icon {
    position: relative;
    top: initial;
    left: initial;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled) {
    display: grid;
    padding: 0;
    row-gap: 1.875rem;
    grid-column-gap: 10px;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled) > *:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--circle::before, .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square::before {
    grid-row: 1/1;
    grid-column: 1/1;
    content: "";
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--circle, .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square {
    grid-auto-rows: auto;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--circle .subcollections-grid__item-image, .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square .subcollections-grid__item-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--circle .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--circle .subcollections-grid__item-image svg, .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square .subcollections-grid__item-image img,
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square .subcollections-grid__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--square .subcollections-grid__item-image {
    border-radius: 0;
  }
  .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled).subcollections-list__image-crop--round .subcollections-grid__item-image {
    height: auto;
    border-radius: 6px;
  }
  @media screen and (min-width: 720px) {
    .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled) {
      grid-column-gap: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .subcollections-list__content[data-subcollections-layout=slideshow]:not(.flickity-enabled) {
      grid-column-gap: 20px;
    }
  }
  .subcollections-list__content[data-subcollections-layout=slideshow] .subcollections-grid__item-title {
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    font-size: var(--font-size-body);
    margin-top: 0.703125rem;
    margin-bottom: 0;
    text-align: center;
    word-break: break-word;
  }
  @media screen and (max-width: 719px) {
    .subcollections-list__content[data-subcollections-layout=slideshow] .subcollections-grid__item-title {
      margin-top: 0.46875rem;
    }
  }
  
  .subcollections-collection__border {
    border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  }
  
  .blogposts--container {
    position: relative;
  }
  @media screen and (max-width: 1023px) {
    .blogposts--container {
      overflow: hidden;
    }
    .blogposts--container .pxu-lia-block {
      animation: hide-on-load 5s step-end running;
    }
    .blogposts--container .flickity-viewport .pxu-lia-block {
      --slide-fade-translate-x: 30px;
      animation: slide-fade-x 500ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
      animation-delay: 100ms;
    }
    .pxu-lia-section--play .blogposts--container .flickity-viewport .pxu-lia-block {
      animation-play-state: running;
    }
  }
  @media screen and (min-width: 1024px) {
    .blogposts--container .pxu-lia-element {
      animation: fade-in 600ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
      animation-delay: calc(100ms + 100ms * var(--pxu-lia-outer-sequence));
    }
  }
  
  .blogposts--inner {
    padding: 0;
    list-style-type: none;
    outline: none;
  }
  .blogposts--inner:not(.flickity-enabled),
  .blogposts--inner .flickity-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    transition: width 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .blogposts--inner.flickity-enabled {
    display: block;
    width: 100%;
    cursor: grab;
  }
  @media screen and (max-width: 859px) {
    .blogposts--inner:not(.flickity-enabled) {
      flex-direction: column;
    }
  }
  @media screen and (max-width: 859px) and (max-width: 1023px) {
    .blogposts--inner:not(.flickity-enabled) .article--excerpt-wrapper:not(:first-child) {
      margin-top: 1.640625rem;
    }
  }
  .blogposts--inner .article--excerpt-wrapper {
    font-size: var(--font-size-body);
    width: 16.25rem;
    min-height: 100%;
  }
  .blogposts--inner .article--excerpt-wrapper:not(:last-child) {
    margin-right: 10px;
  }
  @media screen and (min-width: 375px) {
    .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
      width: 17.5rem;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 720px) {
    .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
      width: 20.1875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
      width: calc(33.3333333333% - 6.6666666667px);
    }
  }
  @media screen and (min-width: 1080px) {
    .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
      width: calc(33.3333333333% - 13.3333333333px);
    }
  }
  .blogposts--count-2 .blogposts--inner .article--excerpt-wrapper {
    width: 17.5rem;
  }
  @media screen and (min-width: 580px) {
    .blogposts--count-2 .blogposts--inner .article--excerpt-wrapper {
      width: calc(50% - 5px);
    }
  }
  @media screen and (min-width: 1080px) {
    .blogposts--count-2 .blogposts--inner .article--excerpt-wrapper {
      width: calc(50% - 10px);
    }
  }
  
  .blogposts--footer {
    margin-top: 1.171875rem;
    text-align: center;
  }
  
  .blogposts--footer-link {
    line-height: 1;
  }
  .blogposts--footer-link:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .blogposts--footer-link:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .blogposts--footer-link:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  
  .collection-list__container {
    text-align: center;
  }
  .collection-list__container .pxu-lia-element {
    --slide-fade-translate-y: 15px;
    animation: slide-fade-y 500ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
    animation-delay: calc(100ms * var(--pxu-lia-outer-sequence));
  }
  
  .collection-list__content[data-layout=grid] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
    list-style-type: none;
    outline: none;
  }
  .collection-list__content[data-layout=grid] > *:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  @media screen and (min-width: 1024px) {
    .collection-list__content[data-layout=grid] .collection__item {
      width: calc((100% / 5) - 20px);
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 720px) {
    .collection-list__content[data-layout=grid] .collection__item {
      width: calc((100% / 5) - 15px);
    }
  }
  @media screen and (max-width: 719px) {
    .collection-list__content[data-layout=grid] .collection__item {
      width: calc((100% / 5) - 10px);
    }
  }
  @supports (display: grid) {
    .collection-list__content[data-layout=grid] {
      display: grid;
      row-gap: 1.875rem;
      padding: 0;
    }
    .collection-list__content[data-layout=grid].collection--image-crop-circle::before {
      grid-row: 1/1;
      grid-column: 1/1;
      content: "";
    }
    .collection-list__content[data-layout=grid] .collection__item {
      width: 100%;
      margin-right: 0;
    }
    .collection-list__content[data-layout=grid] .collection__item:nth-child(n+6) {
      margin-top: 0;
    }
  }
  .collection-list__content[data-layout=grid].collection--image-crop-circle {
    grid-auto-rows: auto;
  }
  .collection-list__content[data-layout=grid].collection--image-crop-circle.no-cta {
    margin-bottom: calc(3.984375rem + 2.9296875rem);
  }
  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
  }
  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item-image img,
  .collection-list__content[data-layout=grid].collection--image-crop-circle .collection__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collection-list__content[data-layout=grid].collection--image-crop-round .collection__item-image {
    height: auto;
    border-radius: 6px;
  }
  @media screen and (min-width: 1024px) {
    .collection-list__content[data-layout=grid] {
      grid-column-gap: 20px;
      column-gap: 20px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 720px) {
    .collection-list__content[data-layout=grid] {
      grid-column-gap: 15px;
      column-gap: 15px;
    }
  }
  @media screen and (max-width: 719px) {
    .collection-list__content[data-layout=grid] {
      grid-column-gap: 10px;
      column-gap: 10px;
    }
  }
  
  .collection-list__button {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
    margin-top: 1.640625rem;
    margin-bottom: 1.640625rem;
  }.collection-list__button {
      text-transform: none;
    }.countdown-timer {
    --section-height-small: 200px;
    --section-height-medium: 350px;
    --section-height-large: 450px;
    --product-card-padding: 2rem;
    --countdown-item-padding: 1rem;
    --countdown-item-gap: 2rem;
    --countdown-items-message-gap: 1rem;
    --countdown-background-color: 255, 255, 255;
    --caption-gap: 1.75rem;
    --caption-max-width: 75%;
    --overlay-padding: 3.75rem;
    display: flex;
  }
  
  .countdown-timer--complete .countdown--hide-items .countdown__items {
    display: none;
  }
  .countdown-timer--complete .countdown--hide-items .countdown__message {
    margin-top: 0;
  }
  .countdown-timer--complete .countdown__message {
    display: block;
  }
  
  .countdown-timer__content {
    position: relative;
    flex: 1 1 75%;
  }
  .countdown-timer--small .countdown-timer__content {
    min-height: var(--section-height-small);
  }
  .countdown-timer--medium .countdown-timer__content {
    min-height: var(--section-height-medium);
  }
  .countdown-timer--large .countdown-timer__content {
    min-height: var(--section-height-large);
  }
  .countdown-timer--natural .countdown-timer__content {
    aspect-ratio: var(--image-aspect-ratio);
  }
  
  .countdown-timer__overlay {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 100%;
    min-height: inherit;
    padding: var(--overlay-padding);
    background-color: var(--overlay-background-color);
  }
  
  .countdown-timer__caption {
    flex: 1;
    color: var(--text-color);
  }
  .countdown-timer--product-enabled .countdown-timer__caption {
    max-width: var(--caption-max-width);
  }
  .countdown-timer--product-disabled .countdown-timer__caption {
    display: flex;
    align-items: center;
    column-gap: var(--caption-gap);
  }
  
  .countdown-timer--product-disabled .countdown-timer__caption-header {
    flex: 1;
  }
  .countdown-timer--product-enabled .countdown-timer__caption-header .countdown-timer__caption-button {
    display: none;
  }
  
  .countdown-timer__caption-heading {
    margin: 0 0 0.5rem;
    color: inherit;
  }
  
  .countdown-timer__caption-text p:first-child {
    margin-top: 0;
  }
  .countdown-timer__caption-text p:last-child {
    margin-bottom: 0;
  }
  
  .countdown-timer__caption-button {
    display: inline-block;
    margin-top: 1.75rem;
  }
  .countdown-timer__caption-button:focus {
    outline: none;
  }
  .countdown-timer__caption-button:focus-visible {
    outline: solid;
  }
  
  .countdown-timer--product-disabled .countdown-timer__caption-footer {
    display: none;
  }
  
  .countdown-timer__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .countdown-timer__image-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .countdown-timer__image-element.countdown-timer__image-element--top-left {
    object-position: left top;
  }
  .countdown-timer__image-element.countdown-timer__image-element--top-center {
    object-position: center top;
  }
  .countdown-timer__image-element.countdown-timer__image-element--top-right {
    object-position: right top;
  }
  .countdown-timer__image-element.countdown-timer__image-element--center-left {
    object-position: left center;
  }
  .countdown-timer__image-element.countdown-timer__image-element--center-center {
    object-position: center center;
  }
  .countdown-timer__image-element.countdown-timer__image-element--center-right {
    object-position: right center;
  }
  .countdown-timer__image-element.countdown-timer__image-element--bottom-left {
    object-position: left bottom;
  }
  .countdown-timer__image-element.countdown-timer__image-element--bottom-center {
    object-position: center bottom;
  }
  .countdown-timer__image-element.countdown-timer__image-element--bottom-right {
    object-position: right bottom;
  }
  
  
  .account-page--two-column .account-page--column-half {
    margin-top: 2.9296875rem;
  }
  .account-page--two-column .account-page--column-half:first-child {
    margin-top: 0;
  }
  @media screen and (min-width: 1024px) {
    .account-page--two-column .account-page--column-half {
      float: left;
      width: 50%;
      margin-top: 0;
    }
    .account-page--two-column .account-page--column-half:nth-child(2) {
      padding-left: 40px;
    }
  }
  @media screen and (min-width: 1024px) {
    .account-page--two-column .account-page--column-large {
      float: left;
      width: 75%;
    }
  }
  .account-page--two-column .account-page--column-small {
    margin-top: 2.34375rem;
  }
  @media screen and (min-width: 1024px) {
    .account-page--two-column .account-page--column-small {
      float: left;
      width: 25%;
      margin-top: 0;
      padding-left: 40px;
    }
  }
  
  .account-page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font-size-heading-1);
    color: #1d1d1d;
  }
  @media screen and (min-width: 1024px) {
    .account-page-title {
      font-size: var(--font-size-heading-medium);
    }
  }
  
  .account-page-subtitle {
    font-size: var(--font-size-heading-5);
    margin-top: 0;
    margin-bottom: 0.703125rem;
    color: #1d1d1d;
  }
  .account-page-subtitle:not(:first-child) {
    margin-top: 1.875rem;
  }
  
  .account-message {
    margin-bottom: 1.171875rem;
  }
  
  .account-login,
  .account-recovery {
    display: none;
  }
  .account-login.visible,
  .account-recovery.visible {
    display: block;
  }
  
  .account-page-login .account-page-content {
    max-width: 500px;
  }
  .account-page-login .account-register {
    margin-top: 1.640625rem;
  }
  
  .account-page-login .form-action--submit,
  .account-page-register .form-action--submit {
    vertical-align: middle;
  }
  .account-page-login .form-action-row--helper,
  .account-page-register .form-action-row--helper {
    margin-top: 0.9375rem;
  }
  @media screen and (min-width: 720px) {
    .account-page-login .form-action-row--helper,
  .account-page-register .form-action-row--helper {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px;
      vertical-align: middle;
    }
  }
  .account-page-login .form-action-row--helper-item,
  .account-page-register .form-action-row--helper-item {
    font-size: var(--font-size-body-small);
    display: block;
  }
  .account-page-login .form-action-row--helper-item:not(:first-child),
  .account-page-register .form-action-row--helper-item:not(:first-child) {
    margin-top: 0.46875rem;
  }
  
  .account-page-register .account-page-content {
    max-width: 640px;
  }
  
  .shopify-challenge__container {
    margin-top: 1.640625rem;
    text-align: center;
  }
  .shopify-challenge__container .btn {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    margin-top: 0.9375rem;
  }
  .shopify-challenge__container .btn:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .shopify-challenge__container .btn:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .shopify-challenge__container .btn.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .shopify-challenge__container .btn.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .shopify-challenge__container .btn.mdc-ripple-surface:hover::before, .shopify-challenge__container .btn.mdc-ripple-surface::before {
    opacity: 0;
  }
  .shopify-challenge__container .btn.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  
  .account-table {
    width: 100%;
    border-collapse: collapse;
  }
  .account-table th,
  .account-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .account-table th {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body);
    padding-bottom: 0.9375rem;
    text-align: left;
    color: #1d1d1d;
  }
  .account-table td {
    font-size: var(--font-size-body);
    padding-top: 1.171875rem;
    padding-bottom: 1.171875rem;
  }
  
  .account-order-history .account-page-subtitle {
    font-size: var(--font-size-heading-4);
    margin-bottom: 1.875rem;
  }
  
  .account-order-list td:not(:last-child) {
    padding-right: 20px;
  }
  .account-order-list th:first-child {
    width: 40%;
  }
  .account-order-list th:last-child,
  .account-order-list td:last-child {
    text-align: right;
  }
  
  .account-address-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    list-style-type: none;
  }
  
  .account-address {
    font-size: var(--font-size-body);
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 1.171875rem;
    margin-top: 20px;
  }
  .account-address:first-child {
    margin-top: 0;
  }
  @media screen and (min-width: 680px) {
    .account-address {
      width: calc(50% - 10px);
      margin-right: 20px;
    }
    .account-address:nth-child(2) {
      margin-top: 0;
    }
    .account-address:nth-child(2n) {
      margin-right: 0;
    }
  }
  
  .account-info .account-info-block {
    margin-bottom: 2.34375rem;
  }
  @media screen and (min-width: 480px) {
    .account-info {
      display: flex;
    }
    .account-info .account-info-block {
      flex: 1 0 auto;
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .account-info {
      display: block;
    }
    .account-info .account-info-block {
      margin-bottom: 2.34375rem;
    }
  }
  
  .account-info-item,
  .account-address-item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  
  .account-address-item--default {
    font-style: italic;
  }
  
  .account-address-list {
    padding-left: 0;
    margin-top: 0.703125rem;
    list-style: none;
  }
  .account-address-list li {
    margin-top: 0.46875rem;
  }
  
  .account-address-list-footer {
    margin-top: calc(1.171875rem / 2);
  }
  .account-address-list-footer button {
    margin-top: calc(1.171875rem / 2);
  }
  .account-address-list-footer button:first-child {
    margin-right: 20px;
  }
  @media screen and (max-width: 1023px) and (min-width: 860px) {
    .account-address-list-footer button:first-child {
      margin-right: 10px;
    }
  }
  
  .account-address-form {
    display: none;
  }
  .account-address-form.visible {
    display: block;
  }
  .account-address-form .form-field-checkbox .form-icon--checkbox svg {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    border-radius: 1.5px;
    color: transparent;
  }
  .account-address-form .form-field-checkbox input:checked ~ .form-icon--checkbox svg {
    color: #1d1d1d;
  }
  
  .account-page-activate .account-page-content,
  .account-page-reset-password .account-page-content {
    max-width: 500px;
  }
  
  .contact-page-content {
    max-width: 680px;
  }
  .contact-page-content .form-field {
    margin-bottom: 1.171875rem;
  }
  @media screen and (min-width: 720px) {
    .contact-page-content .form-fields-columns {
      margin-bottom: -1.171875rem;
    }
  }
  .contact-page-content .contact-message {
    margin-bottom: 1.171875rem;
  }
  .contact-page-content .contact-form-button {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
  }.contact-page-content .contact-form-button {
      text-transform: none;
    }
    
    
    
  
    
  .account-order__breadcrumb {
    display: flex;
    align-items: center;
  }
  .account-order__breadcrumb span.account-order__breadcrumb-chevron,
  .account-order__breadcrumb span.account-order__breadcrumb-text {
    color: inherit;
  }
  .account-order__breadcrumb-chevron {
    margin-right: 0.234375rem;
    margin-left: 0;
  }
  .account-order__breadcrumb-chevron svg {
    transform: rotate(90deg);
  }
  
  .account-order--enable-atc tr th:last-child,
  .account-order--enable-atc tr td:last-child {
    padding-right: 0.703125rem;
  }
  
  .account-order,
  .order-footer {
    text-align: left;
  }
  .account-order tr:first-child .order-item,
  .order-footer tr:first-child .order-item {
    border-top: none;
    border-bottom: none;
  }
  .account-order tr:not(:first-child),
  .order-footer tr:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  @media screen and (min-width: 680px) {
    .account-order tr,
  .order-footer tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .account-order tr:last-child,
  .order-footer tr:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  .account-order tr.checkbox-selected,
  .order-footer tr.checkbox-selected {
    background-color: #f4f4f4;
  }
  @media screen and (max-width: 679px) {
    .account-order th,
  .order-footer th {
      border-bottom: none;
    }
  }
  @media screen and (min-width: 680px) {
    .account-order th:not(:first-child),
  .order-footer th:not(:first-child) {
      padding-left: 20px;
    }
  }
  .account-order th.order-checkbox,
  .order-footer th.order-checkbox {
    position: relative;
    padding-left: 0.703125rem;
  }
  .account-order th.order-checkbox.order-checkbox--active,
  .order-footer th.order-checkbox.order-checkbox--active {
    padding-left: 0;
  }
  @media screen and (max-width: 679px) {
    .account-order th.order-checkbox,
  .order-footer th.order-checkbox {
      display: table-cell;
    }
  }
  .account-order th.order-item:not(:first-child),
  .order-footer th.order-item:not(:first-child) {
    padding-left: 0.703125rem;
  }
  @media screen and (max-width: 679px) {
    .account-order th.order-item:not(:first-child),
  .order-footer th.order-item:not(:first-child) {
      visibility: hidden;
    }
  }
  .account-order th.order-item-price, .account-order th.order-item-quantity, .account-order th.order-item-total,
  .order-footer th.order-item-price,
  .order-footer th.order-item-quantity,
  .order-footer th.order-item-total {
    padding-top: 0;
  }
  @media screen and (max-width: 679px) {
    .account-order th.order-item-price, .account-order th.order-item-quantity, .account-order th.order-item-total,
  .order-footer th.order-item-price,
  .order-footer th.order-item-quantity,
  .order-footer th.order-item-total {
      display: none;
    }
  }
  .account-order tbody,
  .order-footer tbody {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  @media screen and (min-width: 680px) {
    .account-order tbody,
  .order-footer tbody {
      display: table-row-group;
      border-top: none;
      border-bottom: none;
    }
  }
  .account-order td,
  .order-footer td {
    padding-left: 20px;
    border-bottom: none;
  }
  .account-order td:first-child,
  .order-footer td:first-child {
    padding-left: 0;
  }
  .account-order td.order-checkbox,
  .order-footer td.order-checkbox {
    padding-left: 0.703125rem;
  }
  @media screen and (max-width: 679px) {
    .account-order td.order-checkbox,
  .order-footer td.order-checkbox {
      vertical-align: baseline;
    }
  }
  .account-order td.order-item:not(:first-child),
  .order-footer td.order-item:not(:first-child) {
    padding-left: 0.703125rem;
  }
  .account-order .order-footer-value,
  .order-footer .order-footer-value {
    width: 40%;
    text-align: right;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-footer-value,
  .order-footer .order-footer-value {
      width: 18%;
    }
  }
  .account-order .order-item,
  .order-footer .order-item {
    display: flex;
    position: relative;
    clear: both;
    align-items: center;
  }
  @media screen and (max-width: 679px) {
    .account-order .order-item:not(:first-child),
  .order-footer .order-item:not(:first-child) {
      display: inline-flex;
      width: 90%;
    }
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item,
  .order-footer .order-item {
      border-top: none;
    }
  }
  .account-order .order-item-placeholder,
  .order-footer .order-item-placeholder {
    display: block;
  }
  .account-order .order-item--cell-label,
  .order-footer .order-item--cell-label {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body-small);
    margin-top: 0;
    margin-bottom: 0.234375rem;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item--cell-label,
  .order-footer .order-item--cell-label {
      display: none;
    }
  }
  .account-order .order-image,
  .order-footer .order-image {
    flex: 0 0 75px;
    margin-right: 15px;
    align-self: flex-start;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-image,
  .order-footer .order-image {
      flex: 0 0 50px;
      margin-right: 20px;
      align-self: center;
    }
  }
  .account-order .order-image img,
  .account-order .order-image svg,
  .order-footer .order-image img,
  .order-footer .order-image svg {
    display: block;
    width: 75px;
    height: auto;
    max-width: 100%;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-image img,
  .account-order .order-image svg,
  .order-footer .order-image img,
  .order-footer .order-image svg {
      width: 50px;
    }
  }
  .account-order .order-item-content__error,
  .order-footer .order-item-content__error {
    margin: 0.234375rem 0 0;
    background: none;
    font-weight: normal;
  }
  .account-order .order-item-content .product__badge,
  .order-footer .order-item-content .product__badge {
    margin: 0.46875rem 0 0;
    display: block;
    max-width: max-content;
  }
  .account-order .order-item-title,
  .order-footer .order-item-title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-heading-5);
    margin: 0;
    color: #1d1d1d;
  }
  .account-order .order-item-title:hover,
  .order-footer .order-item-title:hover {
    color: inherit;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item-title,
  .order-footer .order-item-title {
      font-size: var(--font-size-body);
    }
  }
  .account-order .order-item-options,
  .order-footer .order-item-options {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body-smaller);
    margin-top: 0.234375rem;
    display: block;
    font-weight: normal;
    color: #949494;
  }
  .account-order .discount-list,
  .order-footer .discount-list {
    clear: both;
    margin-top: 0.46875rem;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: normal;
  }
  .account-order .discount-list svg,
  .order-footer .discount-list svg {
    height: 0.625rem;
    width: 0.625rem;
  }
  .account-order .order-item-price,
  .account-order .order-item-quantity,
  .account-order .order-item-total,
  .order-footer .order-item-price,
  .order-footer .order-item-quantity,
  .order-footer .order-item-total {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-top: 0;
  }
  @media screen and (min-width: 480px) {
    .account-order .order-item-price,
  .account-order .order-item-quantity,
  .account-order .order-item-total,
  .order-footer .order-item-price,
  .order-footer .order-item-quantity,
  .order-footer .order-item-total {
      float: none;
      clear: none;
      display: inline-block;
      width: 32%;
      vertical-align: top;
    }
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item-price,
  .account-order .order-item-quantity,
  .account-order .order-item-total,
  .order-footer .order-item-price,
  .order-footer .order-item-quantity,
  .order-footer .order-item-total {
      display: table-cell;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      padding-left: 20px;
      text-align: right;
      vertical-align: middle;
    }
  }
  .account-order .order-item-price,
  .order-footer .order-item-price {
    clear: both;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item-price,
  .order-footer .order-item-price {
      width: 14%;
    }
  }
  .account-order .order-item--unit-price,
  .order-footer .order-item--unit-price {
    display: block;
    margin-top: 0.234375rem;
    font-size: var(--font-size-body-smallest);
    color: rgba(29, 29, 29, 0.8);
  }
  .account-order .order-item-quantity .order-quantity-value,
  .order-footer .order-item-quantity .order-quantity-value {
    margin: 0;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item-quantity,
  .order-footer .order-item-quantity {
      width: 14%;
    }
  }
  .account-order .order-item-original-price,
  .order-footer .order-item-original-price {
    display: block;
    margin-bottom: 0.234375rem;
    color: #949494;
  }
  .account-order .order-item-discount-price,
  .order-footer .order-item-discount-price {
    display: block;
    color: #ca0000;
  }
  .account-order .order-item-total,
  .order-footer .order-item-total {
    float: none;
    clear: both;
    padding-bottom: 1.640625rem;
  }
  @media screen and (min-width: 680px) {
    .account-order .order-item-total,
  .order-footer .order-item-total {
      width: 18%;
      padding-bottom: 0.9375rem;
    }
  }
  
  .account-order {
    display: block;
  }
  .account-order th {
    display: none;
  }
  .account-order tr {
    display: table-row;
  }
  .account-order td {
    display: table-cell;
  }
  @media screen and (min-width: 680px) {
    .account-order {
      display: table;
    }
    .account-order th {
      display: table-cell;
    }
  }
  
  .order-footer {
    display: table;
    width: 100%;
    margin-top: 0.703125rem;
  }
  .order-footer .order-footer-item {
    display: table-row;
  }
  .order-footer .order-footer-item .order-footer-label,
  .order-footer .order-footer-item .order-footer-value {
    display: table-cell;
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
    line-height: 1.4;
  }
  .order-footer .order-footer-item:nth-last-child(2) .order-footer-label {
    padding-bottom: 0.9375rem;
  }
  .order-footer .discount-list-item svg {
    height: 0.75rem;
    width: 0.75rem;
  }
  .order-footer .order-footer-total {
    display: table-row;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: bold;
  }
  .order-footer .order-footer-total .order-footer-label,
  .order-footer .order-footer-total .order-footer-value {
    display: table-cell;
    padding-top: 0.9375rem;
  }
  
  .account-order-attributes {
    padding-left: 0;
    list-style: none;
  }
  .account-order-attributes li:not(:first-child) {
    margin-top: 0.46875rem;
  }
  
  .account-order-attribute-title {
    font-style: normal;
    font-weight: 700;
  }
  
  .line-item-subscriptions {
    display: block;
    line-height: 1.5;
    font-size: var(--font-size-body-smaller);
    color: rgba(29, 29, 29, 0.8);
  }
  
  .order-checkbox__input {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
  }
  .order-checkbox__input:disabled {
    cursor: not-allowed;
  }
  @media screen and (min-width: 680px) {
    .order-checkbox {
      width: 1px;
    }
  }
  .order-checkbox .order-checkbox__select-count-text {
    display: none;
  }
  .order-checkbox--active .order-checkbox__label {
    position: absolute;
    top: -0.46875rem;
    padding: 0.46875rem 0.703125rem 0.46875rem calc(0.703125rem - 1px);
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    z-index: 1;
    cursor: pointer;
  }
  .order-checkbox--active .order-checkbox__label .order-checkbox__label {
    margin-left: 0;
    cursor: pointer;
  }
  .order-checkbox--active .order-checkbox__label .order-checkbox__select-count-text {
    margin: 0 0 0 0.703125rem;
    display: flex;
    gap: 0.234375rem;
    color: #f04f36;
  }
  
  .order-checkbox__label {
    display: flex;
    align-items: center;
    color: #1d1d1d;
    font-weight: 400;
    cursor: pointer;
  }
  .order-checkbox__label--disabled {
    cursor: not-allowed;
  }
  .order-checkbox__label .checkmark[data-animation-state=unchecked] {
    border-color: 
  #bebebe
  
  ;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .checkbox-selected .order-checkbox__label .checkmark[data-animation-state=checked] {
    box-shadow: inset 0px 0px 0px 30px #f04f36;
  }
  
  .order-checkbox__select-all-text {
    margin-left: 0.703125rem;
  }
  @media screen and (min-width: 680px) {
    .order-checkbox__select-all-text {
      display: none;
    }
  }
  .order-checkbox--active .order-checkbox__select-all-text {
    display: none;
  }
  .order-checkbox__label--disabled .order-checkbox__select-all-text {
    opacity: 0.6;
  }
  
  .order-page__atc-button {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    position: relative;
    margin-top: 1.640625rem;
    width: 100%;
  }
  .order-page__atc-button:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .order-page__atc-button:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .order-page__atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .order-page__atc-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .order-page__atc-button.mdc-ripple-surface:hover::before, .order-page__atc-button.mdc-ripple-surface::before {
    opacity: 0;
  }
  .order-page__atc-button.mdc-ripple-surface::after {
    background-color: #ffffff;
  }.order-page__atc-button {
      text-transform: none;
    }.order-page__atc-button .atc-button--text {
    display: block;
    opacity: 1;
    transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  .order-page__atc-button .atc-button--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -13px;
    margin-left: -13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: rotate 0.6s linear infinite;
  }
  .order-page__atc-button .atc-button--icon svg {
    display: block;
    width: 26px;
    height: 26px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8);
  }
  .order-page__atc-button.processing .atc-button--text {
    opacity: 0;
    transform: scale(1.075);
  }
  .order-page__atc-button.processing .atc-button--icon {
    visibility: visible;
    opacity: 1;
  }
  .order-page__atc-button.processing .atc-button--icon svg {
    transform: scale(1);
  }
  .order-page__atc-button:disabled {
    pointer-events: none;
  }
  
  .article--comments-item {
    margin: 0 0 2.9296875rem;
    line-height: 1.6;
  }
  .article--comments-item cite {
    font-size: var(--font-size-body-small);
    font-style: italic;
    color: #949494;
  }
  .article--comments-item cite strong {
    font-size: var(--font-size-heading-5);
    color: #1d1d1d;
  }
  .article--comments-item .rte {
    margin-top: 0.46875rem;
  }
  .article--comments-item .rte > *:first-child {
    margin-top: 0;
  }
  .article--comments-item .rte > *:last-child {
    margin-bottom: 0;
  }
  
  .article--comments {
    margin-top: 3.984375rem;
  }
  
  .article--comments-title {
    font-size: var(--font-size-heading-3);
    margin-top: 0;
    margin-bottom: 1.875rem;
    color: #1d1d1d;
  }
  .article--comments-form .article--comments-title {
    margin-bottom: 1.171875rem;
  }
  
  .article--comments-form {
    margin-top: 3.984375rem;
  }
  .article--comments-form .form-field--half {
    margin-bottom: 1.171875rem;
  }
  .article--comments-form .form-field-textarea {
    display: block;
    min-height: 200px;
  }
  .article--comments-form .button-primary {
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    margin-top: 1.640625rem;
  }.article--comments-form .button-primary {
      text-transform: none;
    }.article--comments-moderated {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1.875rem;
    line-height: 1.6;
  }
  
  .article--comments-message {
    margin-bottom: 1.171875rem;
  }
  .article--comments-message.message--success {
    padding: 0.46875rem 0.703125rem;
  }
  .article--comments-message.message--error {
    padding: 0.46875rem 0.703125rem;
  }
  .article--comments-message ul {
    font-style: normal;
    font-weight: 400;
    padding-left: 1.171875rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .article--comments-message p {
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }
  .article--comments-message p + .article--comments-error {
    margin-top: 0.67em;
  }
  
  .article--comments-required {
    font-size: var(--font-size-body-smallest);
    margin-top: 1.171875rem;
    margin-bottom: 0;
    color: #949494;
  }
  
  .article--excerpt-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    transition: width 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .article--excerpt-wrapper.article--excerpt-wrapper--centered {
    display: flex;
  }
  .article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item {
    display: flex;
  }
  .article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item .article--excerpt-content {
    vertical-align: middle;
  }
  
  .article--excerpt-image {
    position: relative;
    display: block;
    height: 12.5rem;
    overflow: hidden;
  }
  .article--excerpt-image img[data-rimg=loaded] {
    object-position: 50% 50%;
    object-fit: cover;
    visibility: visible;
  }
  @media screen and (min-width: 720px) {
    .article--excerpt-image {
      height: 15.625rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .blogposts--count-2 .article--excerpt-image {
      height: 18.75rem;
    }
  }
  
  .article--excerpt-content {
    width: 100%;
    padding: 1.171875rem;
    white-space: normal;
  }
  .article--excerpt-wrapper--centered .article--excerpt-content {
    align-self: center;
    padding-top: 2.9296875rem;
    padding-bottom: 2.9296875rem;
  }
  @media screen and (min-width: 1024px) {
    .article--excerpt-wrapper--centered .article--excerpt-content {
      padding-top: 3.984375rem;
      padding-bottom: 3.984375rem;
    }
  }
  
  .article--excerpt-meta {
    font-size: 0;
    color: #949494;
  }
  
  .article--excerpt-meta-item {
    display: inline-block;
    font-size: var(--font-size-body-small);
  }
  @media screen and (max-width: 719px) {
    .article--excerpt-meta-item {
      font-size: var(--font-size-body-smallest);
    }
  }
  .article--excerpt-meta-item:nth-child(2) {
    padding-left: 11px;
    margin-left: 10px;
    border-left: 1px solid #949494;
  }
  @media screen and (max-width: 719px) {
    .article--excerpt-meta-item:nth-child(2) {
      padding-left: 6px;
      margin-left: 5px;
    }
  }
  
  .article--excerpt-title {
    margin-top: 0.46875rem;
    margin-bottom: 0.9375rem;
    font-size: var(--font-size-heading-4);
    line-height: 1.3;
    color: #1d1d1d;
  }
  .article--excerpt-title:first-child {
    margin-top: 0;
  }
  .article--excerpt-title a {
    color: currentColor;
    text-decoration: none;
  }
  
  .article--excerpt-text {
    margin-bottom: 0.9375rem;
  }
  
  .article--excerpt-readmore {
    margin-top: 0.9375rem;
    line-height: 1;
  }
  .article--excerpt-readmore:hover .icon-signpost-arrow path {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
  }
  .article--excerpt-readmore:hover .icon-signpost-arrow path:first-child {
    transform: translateX(0);
  }
  .article--excerpt-readmore:hover .icon-signpost-arrow path:last-child {
    transform: translateX(0);
  }
  
  .article--excerpt-wrapper--featured {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.9296875rem;
    color: 
  rgb(255, 255, 255)
  
  ;
    background-color: #f04f36;
    border: 0;
    box-shadow: none;
  }
  @media screen and (min-width: 860px) {
    .article--excerpt-wrapper--featured {
      margin-bottom: 3.984375rem;
      font-size: 0;
    }
  }
  .article--excerpt-wrapper--featured .article--excerpt-image {
    height: 15.625rem;
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured .article--excerpt-image {
      height: 22.5rem;
    }
  }
  @media screen and (min-width: 720px) {
    .article--excerpt-wrapper--featured .article--excerpt-image {
      height: 26.875rem;
    }
  }
  @media screen and (min-width: 860px) {
    .article--excerpt-wrapper--featured .article--excerpt-image {
      height: 29.1875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .article--excerpt-wrapper--featured .article--excerpt-image {
      height: 32.875rem;
    }
  }
  .no-js .article--excerpt-wrapper--featured .article--excerpt-image {
    height: auto;
  }
  .article--excerpt-wrapper--featured .article--excerpt-content {
    font-size: var(--font-size-body);
    padding: 1.875rem;
  }
  @media screen and (min-width: 1024px) {
    .article--excerpt-wrapper--featured .article--excerpt-content {
      padding: 2.9296875rem;
    }
  }
  .article--excerpt-wrapper--featured .article--excerpt-meta {
    color: rgba(255, 255, 255, 0.6);
  }
  .article--excerpt-wrapper--featured .article--excerpt-meta-item {
    font-size: var(--font-size-body);
  }
  .article--excerpt-wrapper--featured .article--excerpt-meta-item:nth-child(2) {
    border-left-color: rgba(255, 255, 255, 0.5);
  }
  .article--excerpt-wrapper--featured .article--excerpt-title {
    font-size: var(--font-size-heading-1);
    margin-top: 0.46875rem;
    margin-bottom: 1.171875rem;
    color: currentColor;
  }
  .article--excerpt-wrapper--featured .article--excerpt-title:first-child {
    margin-top: 0;
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured .article--excerpt-title {
      margin-bottom: 0;
    }
  }
  .article--excerpt-wrapper--featured .article--excerpt-text {
    margin-top: 1.171875rem;
    margin-bottom: 1.640625rem;
    line-height: 1.56;
  }
  .article--excerpt-wrapper--featured .article--excerpt-text a {
    color: currentColor;
    text-decoration: underline;
  }
  .article--excerpt-wrapper--featured .article--excerpt-text a:hover {
    color: currentColor;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button {
    color: #ffffff;
    background-color: #f04f36;
    border: 1px solid #dddddd;
    border-color: transparent;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button:not(.disabled):hover {
    background: rgb(243, 114, 94);
    border: 1px solid 
  #cecece
  
  ;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface:hover::before, .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface::before {
    opacity: 0;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  .article--excerpt-wrapper--featured .article--excerpt-button:not(.disabled):hover {
    border-color: transparent;
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-content {
      width: 70%;
      text-align: right;
    }
  }
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-title,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta-item,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-text {
    max-width: 43.75rem;
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-title,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta-item,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-text {
      text-align: left;
    }
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-text {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 680px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-button {
      position: absolute;
      right: 1.640625rem;
      bottom: 1.640625rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-button {
      right: 2.9296875rem;
      bottom: 2.9296875rem;
    }
  }
  @media screen and (min-width: 860px) {
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image,
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
      position: relative;
      display: inline-block;
      width: 50%;
      text-align: left;
      vertical-align: middle;
    }
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image {
      right: 0;
      left: 50%;
    }
    .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
      right: 50%;
      left: auto;
    }
  }
  
  .atc-banner--container {
    position: fixed;
    top: 0;
    z-index: 700;
    display: none;
    width: 100%;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    outline: none;
    opacity: 0;
    transform: translateY(-100%);
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.25);
  }
  .atc-banner--container[data-animation] {
    display: block;
  }
  .atc-banner--container[data-animation-state=open] {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .atc-banner--container[data-animation="closed=>open"] {
    transition: opacity 250ms cubic-bezier(0.1, 0.1, 0, 1) 75ms, transform 300ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  .atc-banner--container[data-animation="open=>closed"] {
    transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1) 75ms, transform 175ms cubic-bezier(0.4, 0, 1, 1);
  }
  .atc-banner--container[data-animation-state=closed] {
    opacity: 0;
    transform: translateY(-100%);
  }
  .site-header-sticky .atc-banner--container {
    position: absolute;
    top: 100%;
    z-index: 600;
  }
  
  .atc-banner--outer {
    position: relative;
    padding: 1.171875rem;
  }
  
  .atc-banner--inner {
    width: 100%;
    max-width: 920px;
    padding-top: 1.171875rem;
    padding-bottom: 1.171875rem;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    text-align: center;
  }
  @media screen and (min-width: 720px) {
    .atc-banner--inner {
      display: table;
      text-align: left;
    }
  }
  
  .atc-banner--product {
    font-size: var(--font-size-body);
    vertical-align: middle;
  }
  @media screen and (min-width: 720px) {
    .atc-banner--product {
      display: table-cell;
      width: 52%;
      padding-right: 1.875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .atc-banner--product {
      padding-right: 1.875rem;
    }
  }
  
  .atc-banner--cart {
    margin-top: 2.9296875rem;
    vertical-align: middle;
  }
  @media screen and (min-width: 720px) {
    .atc-banner--cart {
      display: table-cell;
      width: 48%;
      padding-left: 1.640625rem;
      margin-top: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  @media screen and (min-width: 1024px) {
    .atc-banner--cart {
      padding-left: 2.9296875rem;
    }
  }
  
  .atc-banner--product-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    color: #1d1d1d;
  }
  
  .atc-banner--product-title--icon {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .atc-banner--product-title--icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .atc--product {
    max-width: 19.375rem;
    margin: 1.875rem auto 0;
    font-size: 0;
    text-align: left;
    vertical-align: middle;
  }
  @media screen and (min-width: 720px) {
    .atc--product {
      display: block;
      max-width: 100%;
      margin-top: 1.640625rem;
    }
  }
  
  .atc--product-image {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
  }
  .atc--product-image svg,
  .atc--product-image img {
    max-width: 100%;
  }
  
  .atc--product-details {
    font-size: var(--font-size-body);
    display: inline-block;
    width: calc(100% - 1.640625rem - 6.25rem);
    margin-left: 1.640625rem;
    vertical-align: middle;
  }
  .atc--product-details .hidden {
    display: none;
  }
  .atc--product-details .discount-list {
    margin-bottom: 0;
  }
  .atc--product-details .discount-list svg {
    height: 0.625rem;
    width: 0.625rem;
  }
  
  .atc--product-details--title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3125;
    text-transform: inherit;
    letter-spacing: inherit;
  }
  
  .atc--product-details--options {
    font-size: var(--font-size-body-smaller);
    display: block;
    margin-top: 0.234375rem;
    line-height: 1.4;
    color: #949494;
  }
  
  .atc--product-details--price {
    display: block;
    margin-top: 0.234375rem;
    line-height: 1.2;
  }
  .atc--product-details--price .original-price {
    color: #949494;
    text-decoration: line-through;
  }
  
  .atc--product-details--unit-price {
    display: block;
    margin-top: 0.234375rem;
    font-size: var(--font-size-body-smallest);
    color: rgba(29, 29, 29, 0.8);
  }
  .atc--product-details--unit-price.hidden {
    display: none;
  }
  
  .atc-banner--cart-subtotal {
    font-size: var(--font-size-heading-4);
  }
  
  .atc-subtotal--label {
    color: #949494;
  }
  
  .atc-subtotal--price {
    display: inline-block;
    margin-left: 0.46875rem;
    color: #1d1d1d;
  }
  
  .atc-banner--cart-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.640625rem;
    margin-bottom: -0.46875rem;
    margin-left: -0.46875rem;
    font-size: 0;
  }
  @media screen and (min-width: 720px) {
    .atc-banner--cart-footer {
      justify-content: flex-start;
    }
  }
  
  .atc-button--viewcart,
  .atc-button--checkout {
    font-size: var(--font-size-button-medium);
    padding: 0.75rem 1.125rem;
    letter-spacing: 0.0em;
    margin-bottom: 0.46875rem;
    margin-left: 0.46875rem;
  }.atc-button--viewcart,
  .atc-button--checkout {
      text-transform: none;
    }.atc-button--checkout {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .atc-button--checkout svg {
    margin: -10px 10px -10px 0;
  }
  
  .atc-banner--close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #1d1d1d;
  }
  @media screen and (min-width: 1024px) {
    .atc-banner--close {
      right: 25px;
    }
  }
  
  .atc--line-item-subscriptions {
    display: block;
    line-height: 1.5;
    font-size: var(--font-size-body-smaller);
    color: rgba(29, 29, 29, 0.8);
  }
  
  .breadcrumbs-container {
    margin-top: 1.171875rem;
    margin-bottom: 1.171875rem;
    font-size: 0;
  }
  @media screen and (min-width: 720px) {
    .breadcrumbs-container {
      margin-top: 1.640625rem;
      margin-bottom: 1.640625rem;
    }
  }
  .breadcrumbs-container a,
  .breadcrumbs-container span {
    font-size: var(--font-size-body);
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumbs-container span {
    color: #949494;
  }
  .breadcrumbs-container span.breadcrumbs-tag:not(:last-child) {
    margin-right: 2px;
  }
  
  .breadcrumbs-delimiter {
    margin-right: 0.4375rem;
    margin-left: 0.4375rem;
  }
  .breadcrumbs-delimiter svg {
    margin-top: 0;
  }
  
  .cart-item {
    position: relative;
    display: flex;
    padding: 0.9375rem;
    margin-bottom: 1.171875rem;
    overflow: hidden;
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  }
  @media screen and (min-width: 720px) {
    .cart-item {
      padding: 1.171875rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .cart-item {
      align-items: center;
    }
  }
  .cart-item.removing {
    opacity: 0.5;
  }
  
  .cart-item__remove-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 29, 29, 0.2);
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  [data-accordion-content][data-accordion-state=open]>* {
    opacity: 1;
    transform: translateY(0);
}

  .cart-item__remove-link:hover:before {
    transform: scale(1.1);
  }
  .cart-item__remove-link svg {
    position: relative;
    display: block;
    fill: currentColor;
  }
  
  .collection__item-image {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .collection__item-image a {
    display: block;
  }
  .collection__item-image img,
  .collection__item-image svg {
    display: block;
    width: 100%;
    margin: auto 0;
  }
  
  .collection__item-info {
    font-size: var(--font-size-body);
    margin-top: 1.171875rem;
    margin-bottom: 0;
    text-align: center;
  }
  
  .collection__item-title {
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
  }
  
  .disclosure {
    --disclosure-toggle-text-color: #4d4d4d;
    --disclosure-toggle-background-color: #ffffff;
    --disclosure-toggle-border-color: #dddddd;
    --disclosure-toggle-svg-color: #4d4d4d;
    --disclosure-text-color: #f04f36;
    --disclosure-background-color: #ffffff;
    --disclosure-border-color: #dddddd;
    --disclosure-min-height: 50px;
    --disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='currentColor' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='currentColor' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
  }
  
  .shopify-cross-border {
    flex-direction: column;
  }
  .shopify-cross-border .disclosure-list--alternate-drop {
    transform: translateX(25%);
  }
  @media screen and (min-width: 720px) {
    .shopify-cross-border {
      flex-direction: row;
      gap: 0.46875rem;
    }
    .shopify-cross-border .disclosure-list--alternate-drop {
      transform: translateX(0);
    }
  }
  
  .disclosure__toggle {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    padding: 8px 29px 8px 10px;
    font-size: var(--font-size-body-smaller);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  }
  .disclosure__toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  .selectors-form__item + .selectors-form__item {
    margin-left: 10px;
  }
  
  .disclosure-list {
    bottom: 125%;
    z-index: 5;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
  }
  .disclosure-list .disclosure-list__item--current {
    text-decoration: underline;
  }
  .disclosure-list .disclosure-list__item--current:hover {
    text-decoration: underline;
  }
  
  .disclosure-list__item {
    padding: 8px 20px 8px 12px;
    font-size: var(--font-size-body-smaller);
    text-decoration: none;
    transition: background-color 100ms cubic-bezier(0.4, 0, 1, 1);
  }
  .disclosure-list__item:hover {
    text-decoration: none;
    background-color: #fef1ef;
  }
  
  .utility-bar .disclosure__toggle {
    padding: 8px 16px 8px 10px;
    font-size: var(--font-size-body-smallest);
    border: none;
    box-shadow: none;
  }
  .utility-bar .disclosure__toggle:focus-visible {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 3px;
  }
  .utility-bar .disclosure__toggle::after {
    right: 0;
    display: block;
    width: 8px;
    height: 6px;
  }
  .utility-bar .disclosure-list {
    top: 125%;
    right: 0;
    bottom: auto;
    z-index: 706;
  }
  .utility-bar .disclosure-list__item {
    color: #4d4d4d;
  }
  .utility-bar .disclosure-list__item:hover {
    color: 
  #434343
  
  ;
  }
  
  .utility-bar__mobile-disclosure .disclosure__toggle {
    height: 44px;
    padding: 8px 16px 8px 0;
    --disclosure-toggle-text-color: #1d1d1d;
    --disclosure-toggle-background-color: 
  rgb(255, 255, 255)
  
  ;
    border: none;
    box-shadow: none;
  }
  .utility-bar__mobile-disclosure .disclosure__toggle:focus-visible {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 3px;
  }
  .utility-bar__mobile-disclosure .disclosure__toggle::after {
    right: 0;
    display: block;
    width: 8px;
    height: 6px;
    --disclosure-toggle-svg-color: #4d4d4d;
  }
  .utility-bar__mobile-disclosure .disclosure-list__item {
    color: #4d4d4d;
  }
  .utility-bar__mobile-disclosure .disclosure-list__item:hover {
    color: 
  #434343
  
  ;
  }
  .utility-bar__mobile-disclosure .selectors-form__item + .selectors-form__item {
    margin-left: 50px;
  }
  
  .site-footer-right .shopify-cross-border {
    justify-content: flex-end;
  }
  .site-footer-right .disclosure__toggle:focus-visible {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 3px;
  }
  .site-footer-right .disclosure__toggle::after {
    --disclosure-toggle-svg-color: #4d4d4d;
  }
  
  .discount-list {
    font-size: var(--font-size-body-smaller);
    padding: 0;
    line-height: 1.4;
    list-style-type: none;
  }
  
  .discount-list-item {
    margin-top: 0.234375rem;
    color: #ca0000;
  }
  .discount-list-item svg {
    height: 0.6875rem;
    width: 0.6875rem;
    margin-right: 1px;
  }
  
  @media screen and (min-width: 1024px) {
    .site-footer-blocks {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
  
  .site-footer-block-item {
    font-size: var(--font-size-body);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-item {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      width: calc(25% - (1.171875rem * 3 / 4));
      padding-right: 1.171875rem;
      margin-right: 1.171875rem;
      border-bottom: 0;
    }
    .site-footer-block-item:last-child {
      padding-right: 0;
      margin-right: 0;
    }
    .column-count-5 .site-footer-block-item {
      width: calc(19% - (1.171875rem * 4 / 5));
    }
    .site-footer-block-item.site-footer-block-newsletter {
      width: calc(24% - (1.171875rem * 4 / 5));
    }
  }
  
  .site-footer-block-title {
    font-size: var(--font-size-heading-5);
    position: relative;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  @media screen and (max-width: 1023px) {
    .site-footer-block-title {
      padding-top: 1.171875rem;
    }
    .site-footer-block-menu .site-footer-block-title {
      padding-top: 0.9375rem;
    }
  }
  
  .site-footer-block-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    height: 8px;
    margin-top: -4px;
  }
  .site-footer-block-icon svg {
    display: block;
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-icon {
      display: none;
    }
  }
  
  .site-footer-block-content {
    font-size: var(--font-size-body-small);
    padding-bottom: 1.171875rem;
    line-height: 1.6;
  }
  .site-footer-block-newsletter .site-footer-block-content {
    padding-bottom: 0;
    margin-bottom: 1.171875rem;
  }
  .site-footer-block-newsletter .site-footer-block-content > *:first-child, .site-footer-block-rich-text .site-footer-block-content > *:first-child {
    margin-top: 0;
  }
  .site-footer-block-newsletter .site-footer-block-content > *:last-child, .site-footer-block-rich-text .site-footer-block-content > *:last-child {
    margin-bottom: 0;
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-content {
      padding-bottom: 0;
    }
  }
  
  .site-footer-block-menu .navmenu {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .site-footer-block-menu .navmenu-item:not(:first-child) {
    margin-top: 0.5rem;
  }
  @media screen and (min-width: 720px) {
    .site-footer-block-menu .navmenu-item:not(:first-child) {
      margin-top: 0.3125rem;
    }
  }
  .site-footer-block-menu .navmenu-item:last-child {
    padding-bottom: 1.171875rem;
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-menu .navmenu-item:last-child {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 1023px) {
    .site-footer-block-menu .site-footer-block-title {
      cursor: pointer;
    }
  }
  .site-footer-block-menu .site-footer-block-content {
    padding-bottom: 0;
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-menu .site-footer-block-content {
      max-height: 1500px;
      opacity: 1;
    }
  }
  
  .site-footer-block-newsletter .newsletter {
    padding-bottom: 1.171875rem;
  }
  @media screen and (min-width: 1024px) {
    .site-footer-block-newsletter .newsletter {
      margin-top: 0.234375rem;
    }
  }
  .site-footer-block-newsletter .newsletter .button-primary {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .site-footer-block-newsletter .newsletter .form-fields-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 10px);
    margin-top: -0.9375rem;
    margin-right: -5px;
    margin-left: -5px;
  }
  .site-footer-block-newsletter .newsletter .form-field {
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 0.9375rem;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .site-footer-block-newsletter .newsletter .newsletter-input {
    flex-basis: calc(67% - 20px);
    min-width: 190px;
  }
  .site-footer-block-newsletter .newsletter .newsletter-submit {
    flex-basis: calc(33% - 20px);
  }
  
  .home-section--title {
    margin-top: 2.9296875rem;
    margin-bottom: 1.171875rem;
    color: #1d1d1d;
    text-align: center;
  }
  @media screen and (min-width: 860px) {
    .home-section--title {
      margin-bottom: 1.640625rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .home-section--title {
      margin-top: 3.984375rem;
    }
  }
  .shopify-section:first-child .home-section--title {
    margin-top: 1.640625rem;
  }
  @media screen and (min-width: 860px) {
    .shopify-section:first-child .home-section--title {
      margin-top: 1.875rem;
    }
  }
  
  .home-section--content {
    margin-top: 1.171875rem;
  }
  @media screen and (min-width: 860px) {
    .home-section--content {
      margin-top: 1.640625rem;
    }
  }
  .shopify-section:first-child .home-section--content:first-child {
    margin-top: 0.625rem;
  }
  @media screen and (min-width: 720px) {
    .shopify-section:first-child .home-section--content:first-child {
      margin-top: 0.9375rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .shopify-section:first-child .home-section--content:first-child {
      margin-top: 1.5625rem;
    }
  }
  
  .live-search {
    position: relative;
    z-index: 150;
    display: block;
    flex: 1;
    height: 46px;
    margin-top: 10px;
  }
  @media screen and (min-width: 1024px) {
    .live-search {
      display: flex;
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 1;
      margin-top: 0;
      vertical-align: middle;
    }
  }
  
  .live-search-form {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(128, 128, 128, 0.11);
    transition: border 100ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .live-search-form:hover, .live-search--focused .live-search-form {
    border-color: rgba(128, 128, 128, 0.25);
    box-shadow: 0 3px 7px rgba(128, 128, 128, 0.16);
  }
  .live-search-form .form-field {
    position: relative;
    z-index: 100;
    display: flex;
    height: 46px;
  }
  
  .live-search-form-field {
    font-size: 1rem;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    width: calc(100% - 53px);
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    vertical-align: top;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form-field-select-wrapper + .live-search-form-field {
    border-radius: 0;
  }
  .live-search--active .live-search-form-field {
    border-bottom-left-radius: 0;
  }
  
  .live-search-filter-wrapper {
    z-index: 155;
    display: flex;
    flex-shrink: 0;
  }
  @media screen and (max-width: 719px) {
    .live-search-filter-wrapper {
      display: none;
    }
  }
  .live-search-filter-wrapper:focus-within {
    box-shadow: 0 0 0 2px rgba(5, 105, 197, 0.55);
  }
  .live-search-filter-wrapper .live-search-filter-label {
    z-index: auto;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    pointer-events: none;
    background: #e8e8e8;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
  }
  .live-search--active .live-search-filter-wrapper .live-search-filter-label {
    border-bottom-left-radius: 0;
  }
  .live-search-filter-wrapper .live-search-filter {
    font-size: var(--font-size-body);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    -webkit-appearance: none;
  }
  
  .live-search-button {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 54px;
    vertical-align: top;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .live-search-button:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .live-search-button:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .live-search-button.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .live-search-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .live-search-button.mdc-ripple-surface:hover::before, .live-search-button.mdc-ripple-surface::before {
    opacity: 0;
  }
  .live-search-button.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  .live-search--active .live-search-button {
    border-bottom-right-radius: 0;
  }
  .live-search-button .search-icon--inactive svg {
    margin-top: 2px;
  }
  
  .live-search-takeover-cancel {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 250;
    display: none;
    padding: 0.9375rem;
  }
  .live-search-takeover-cancel:focus {
    outline: solid rgba(240, 79, 54, 0.5);
    outline-offset: -3px;
  }
  
  .search-flydown {
    font-size: var(--font-size-body);
    position: relative;
    z-index: 50;
    display: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: content-box;
    transition: height 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-reduce-animations] .search-flydown {
    transition: none;
  }
  .search-flydown[data-animation] {
    display: block;
  }
  .search-flydown[data-animation="closed=>open"] {
    transition: height 200ms cubic-bezier(0, 0, 0.2, 1);
  }
  .search-flydown[data-animation="open=>closed"] {
    transition: height 175ms cubic-bezier(0.4, 0, 1, 1);
  }
  .search-flydown[data-animation-state=open] {
    z-index: 200;
    display: block;
    height: var(--open-height);
  }
  .live-search--takeover .search-flydown {
    border-top: 0;
    z-index: 90000;
  }
  
  .search-flydown--results,
  .search-flydown--quicklinks {
    position: relative;
    z-index: 1;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    box-sizing: border-box;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 75ms, opacity 200ms cubic-bezier(0, 0, 0.2, 1) 100ms;
  }
  [data-reduce-animations] .search-flydown--results,
  [data-reduce-animations] .search-flydown--quicklinks {
    transition: none;
  }
  .search-flydown--results[data-animation-state=closed], .search-flydown--results[data-animation-state=hidden],
  .search-flydown--quicklinks[data-animation-state=closed],
  .search-flydown--quicklinks[data-animation-state=hidden] {
    display: none;
    opacity: 0;
  }
  .search-flydown--results[data-animation-state=hidden],
  .search-flydown--quicklinks[data-animation-state=hidden] {
    transform: translateY(0);
  }
  .search-flydown--results[data-animation-state=closed],
  .search-flydown--quicklinks[data-animation-state=closed] {
    transform: translateY(-10px);
  }
  .search-flydown--results[data-animation="visible=>closed"], .search-flydown--results[data-animation="visible=>hidden"],
  .search-flydown--quicklinks[data-animation="visible=>closed"],
  .search-flydown--quicklinks[data-animation="visible=>hidden"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    display: block;
  }
  .search-flydown--results[data-animation-state=visible],
  .search-flydown--quicklinks[data-animation-state=visible] {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .search-flydown--results.visible,
  .search-flydown--quicklinks.visible {
    display: block;
  }
  
  .search-flydown--placeholder {
    position: relative;
    z-index: 1;
    display: none;
    box-sizing: border-box;
  }
  .search-flydown--placeholder.visible {
    display: block;
  }
  
  .search-flydown--quicklinks {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  .search-flydown--quicklinks-title {
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 1.0625rem;
    color: #1d1d1d;
  }
  
  .search-flydown--quicklinks-list {
    padding-left: 0;
    margin-top: 0.46875rem;
    margin-bottom: 0;
    list-style: none;
  }
  
  .search-flydown--quicklinks-item {
    display: block;
  }
  
  .search-flydown--quicklinks-link {
    display: block;
    padding: 7px 15px;
    color: #f04f36;
    text-decoration: none;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1), background-color 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .search-flydown--quicklinks-link:hover, .search-flydown--quicklinks-link:focus {
    background-color: #fef1ef;
  }
  .search-flydown--quicklinks-link:focus {
    outline: none;
  }
  
  .search-flydown--product-items--none,
  .search-flydown--product-items {
    display: block;
  }
  .search-flydown--results--content-enabled .search-flydown--product-items--none,
  .search-flydown--results--content-enabled .search-flydown--product-items {
    display: inline-block;
    width: 64%;
    vertical-align: top;
  }
  .live-search-filter-active .search-flydown--results--content-enabled .search-flydown--product-items--none,
  .live-search-filter-active .search-flydown--results--content-enabled .search-flydown--product-items {
    width: 100%;
  }
  .live-search--takeover .search-flydown--results--content-enabled .search-flydown--product-items--none,
  .live-search--takeover .search-flydown--results--content-enabled .search-flydown--product-items {
    display: block;
    width: 100%;
  }
  
  .search-flydown--product {
    display: block;
    padding: 10px 15px;
    font-size: 0;
    color: #1d1d1d;
    text-decoration: none;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    transition: color 100ms cubic-bezier(0.4, 0, 1, 1), background-color 100ms cubic-bezier(0.4, 0, 1, 1);
  }
  .search-flydown--product:hover, .search-flydown--product:focus {
    background-color: #fef1ef;
  }
  .search-flydown--product:focus {
    outline: solid rgba(240, 79, 54, 0.5);
  }
  .search-flydown--placeholder .search-flydown--product {
    cursor: default;
  }
  .search-flydown--placeholder .search-flydown--product:hover, .search-flydown--placeholder .search-flydown--product:focus {
    background-color: 
  rgb(255, 255, 255)
  
  ;
  }
  .search-flydown--placeholder .search-flydown--product:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .placeholder--content-text,
  .placeholder--content-image {
    animation: shimmer 1050ms ease-in-out infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  
  .search-flydown--product-text,
  .search-flydown--product-image {
    display: inline-block;
    vertical-align: middle;
  }
  
  .search-flydown--product-swatch-count {
    font-size: var(--font-size-body-tiny);
    line-height: 0.9375rem;
    color: rgba(29, 29, 29, 0.6);
  }
  
  .search-flydown--product-image {
    font-size: var(--font-size-body);
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }
  .search-flydown--product-image img,
  .search-flydown--product-image svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .search-flydown--product-image + .search-flydown--product-text {
    max-width: calc(100% - 3rem - 0.9375rem);
    margin-left: 0.9375rem;
  }
  
  .search-flydown--product-text {
    font-size: var(--font-size-body);
  }
  .search-flydown--product-text .placeholder--content-text {
    height: 0.6em;
    max-width: 100%;
  }
  
  .search-flydown--product-title {
    font-size: var(--font-size-body);
    display: block;
    line-height: 1.3;
  }
  .search-flydown--product-title.placeholder--content-text {
    width: 240px;
  }
  .search-flydown--product-title .highlight {
    background-color: #fffbd9;
  }
  
  .search-flydown--product-price {
    font-size: var(--font-size-body-small);
    display: block;
    line-height: 1.5;
  }
  .search-flydown--product-price.placeholder--content-text {
    width: 70px;
    margin-top: 0.44em;
  }
  
  .search-flydown--product-price--main {
    display: inline-block;
    color: #f04f36;
  }
  .search-flydown--product-price-has-sale .search-flydown--product-price--main {
    margin-right: 0.4375rem;
    color: #ca0000;
  }
  
  .search-flydown--product-price--compare-at {
    color: rgba(29, 29, 29, 0.6);
    text-decoration: line-through;
  }
  
  .search-flydown--product-stock-level .product-stock-level-wrapper {
    margin: 0;
  }
  .search-flydown--product-stock-level .product-stock-level__badge-text {
    font-size: var(--font-size-body-tiny);
  }
  
  .search-flydown--product-items--none {
    font-size: var(--font-size-body);
    padding: 1.171875rem 15px 1.640625rem;
    color: #1d1d1d;
    vertical-align: top;
  }
  .search-flydown--product-items--none h5 {
    font-size: var(--font-size-heading-5);
    margin-top: 0;
    margin-bottom: 0;
    color: #1d1d1d;
  }
  .search-flydown--product-items--none p {
    margin-top: 1.171875rem;
    margin-bottom: 0;
  }
  
  .search-flydown--continue:focus {
    outline: solid rgba(240, 79, 54, 0.5);
    outline-offset: 4px;
  }
  
  .search-flydown--content-items {
    display: inline-block;
    width: 36%;
    padding: 1.171875rem 25px 1.640625rem;
    vertical-align: top;
  }
  .live-search--takeover .search-flydown--content-items, .live-search-filter-active .search-flydown--content-items {
    display: none;
  }
  
  .search-flydown--content-title {
    font-size: var(--font-size-body-smaller);
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(29, 29, 29, 0.6);
  }
  
  .search-flydown--content-items-list {
    font-size: var(--font-size-body);
    padding-left: 0;
    margin-top: 0.703125rem;
    list-style: none;
  }
  
  .search-flydown--content-item {
    font-size: var(--font-size-body);
    margin-top: 0.46875rem;
    line-height: 1.56;
  }
  .search-flydown--content-item a:focus {
    outline: solid rgba(240, 79, 54, 0.5);
    outline-offset: 4px;
  }
  
  .search-flydown--content-items-none {
    font-size: var(--font-size-body);
    margin-top: 0.46875rem;
    margin-bottom: 0;
    color: #1d1d1d;
  }
  
  .search-flydown--footer {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
    text-align: center;
  }
  
  [data-site-header-mobile-search-button] .live-search--takeover {
    background-color: 
  rgb(255, 255, 255)
  
  ;
    opacity: 0;
    transform: translateY(40%);
    box-shadow: 0 0 20px 3px rgba(128, 128, 128, 0.11);
  }
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-button {
    display: none;
  }
  [data-site-header-mobile-search-button] .live-search--takeover .search-flydown--quicklinks {
    transform: translateY(0);
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation-state=closed] .search-flydown--quicklinks {
    opacity: 0;
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation="closed=>open"] {
    transition: opacity 150ms cubic-bezier(0.6, 0.05, 0.01, 0.99), transform 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation="closed=>open"] .search-flydown--quicklinks {
    transition: opacity 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation="open=>closed"] {
    transition: opacity 150ms cubic-bezier(0.6, 0.05, 0.01, 0.99), transform 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation="open=>closed"] .search-flydown--quicklinks {
    transition: opacity 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-button] .live-search--takeover[data-animation-state=open] {
    opacity: 1;
    transform: translateY(0);
  }
  
  [data-site-header-mobile-search-bar] .live-search--takeover,
  .search-section .live-search--takeover {
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border-radius: 4px;
    box-shadow: 0 0 20px 3px rgba(128, 128, 128, 0.11), 0 0 0 1px rgba(128, 128, 128, 0.2);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover .search-flydown--quicklinks,
  .search-section .live-search--takeover .search-flydown--quicklinks {
    transform: translateY(0);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover .search-flydown--quicklinks,
  .search-section .live-search--takeover .search-flydown--quicklinks {
    opacity: 0;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover .live-search-takeover-cancel,
  .search-section .live-search--takeover .live-search-takeover-cancel {
    opacity: 0;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover .form-field,
  .search-section .live-search--takeover .form-field {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation],
  .search-section .live-search--takeover[data-animation] {
    position: fixed;
    top: var(--live-search-takeover-initial-top, 50px);
    right: var(--live-search-takeover-initial-right, 8px);
    left: var(--live-search-takeover-initial-left, 8px);
    width: var(--live-search-takeover-initial-width, 100%);
    margin-top: 0;
    overflow: hidden;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation] + .small-promo,
  .search-section .live-search--takeover[data-animation] + .small-promo {
    margin-top: 56px;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation] .live-search-takeover-cancel,
  .search-section .live-search--takeover[data-animation] .live-search-takeover-cancel {
    display: inline-block;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation] .live-search-form,
  .search-section .live-search--takeover[data-animation] .live-search-form {
    border: 1px solid transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"],
  .search-section .live-search--takeover[data-animation="closed=>open"] {
    transition: border-radius 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99), top 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99), right 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99), left 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99), width 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99), height 350ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .search-flydown--quicklinks,
  .search-section .live-search--takeover[data-animation="closed=>open"] .search-flydown--quicklinks {
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1) 100ms;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .live-search-form,
  .search-section .live-search--takeover[data-animation="closed=>open"] .live-search-form {
    transition: border-radius 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .form-field,
  .search-section .live-search--takeover[data-animation="closed=>open"] .form-field {
    transition: border-bottom 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99), height 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .live-search-form-field,
  .search-section .live-search--takeover[data-animation="closed=>open"] .live-search-form-field {
    transition: padding-right 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99), border-radius 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .live-search-button,
  .search-section .live-search--takeover[data-animation="closed=>open"] .live-search-button {
    transition: border-radius 300ms cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="closed=>open"] .live-search-takeover-cancel,
  .search-section .live-search--takeover[data-animation="closed=>open"] .live-search-takeover-cancel {
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1) 150ms;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"],
  .search-section .live-search--takeover[data-animation="open=>closed"] {
    transition: border-radius 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), top 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), right 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), left 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), width 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), height 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .search-flydown--quicklinks,
  .search-section .live-search--takeover[data-animation="open=>closed"] .search-flydown--quicklinks {
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1) 100ms;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .live-search-form,
  .search-section .live-search--takeover[data-animation="open=>closed"] .live-search-form {
    transition: border-radius 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .form-field,
  .search-section .live-search--takeover[data-animation="open=>closed"] .form-field {
    transition: border-bottom 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), height 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .live-search-form-field,
  .search-section .live-search--takeover[data-animation="open=>closed"] .live-search-form-field {
    transition: padding-right 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), border-radius 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .live-search-button,
  .search-section .live-search--takeover[data-animation="open=>closed"] .live-search-button {
    transition: border-radius 250ms cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 125ms cubic-bezier(0.4, 0, 1, 1) 125ms;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation="open=>closed"] .live-search-takeover-cancel,
  .search-section .live-search--takeover[data-animation="open=>closed"] .live-search-takeover-cancel {
    transition: opacity 125ms cubic-bezier(0.4, 0, 1, 1);
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open],
  .search-section .live-search--takeover[data-animation-state=open] {
    border-radius: 0;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .live-search-button,
  .search-section .live-search--takeover[data-animation-state=open] .live-search-button {
    border-radius: 0;
    opacity: 0;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .search-flydown--quicklinks,
  .search-section .live-search--takeover[data-animation-state=open] .search-flydown--quicklinks {
    opacity: 1;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .live-search-takeover-cancel,
  .search-section .live-search--takeover[data-animation-state=open] .live-search-takeover-cancel {
    opacity: 1;
  }
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open]:not([data-animation]) .live-search-button,
  .search-section .live-search--takeover[data-animation-state=open]:not([data-animation]) .live-search-button {
    display: none;
  }
  
  [data-site-header-mobile-search-button] .live-search--takeover,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open],
  .search-section .live-search--takeover[data-animation-state=open] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 0;
  }
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-form,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .live-search-form,
  .search-section .live-search--takeover[data-animation-state=open] .live-search-form {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
  }
  [data-site-header-mobile-search-button] .live-search--takeover .form-field,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .form-field,
  .search-section .live-search--takeover[data-animation-state=open] .form-field {
    height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-form-field,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .live-search-form-field,
  .search-section .live-search--takeover[data-animation-state=open] .live-search-form-field {
    z-index: 200;
    width: 100%;
    padding-right: 100px;
    border-radius: 0;
  }
  [data-site-header-mobile-search-button] .live-search--takeover .live-search-takeover-cancel,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .live-search-takeover-cancel,
  .search-section .live-search--takeover[data-animation-state=open] .live-search-takeover-cancel {
    display: inline-block;
  }
  [data-site-header-mobile-search-button] .live-search--takeover .search-flydown,
  [data-site-header-mobile-search-bar] .live-search--takeover[data-animation-state=open] .search-flydown,
  .search-section .live-search--takeover[data-animation-state=open] .search-flydown {
    height: calc(100vh - 46px);
  }
  
  .message-banner--container {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    opacity: 0;
    transition: text-shadow 250ms cubic-bezier(0.4, 0, 1, 1);
    transform: translateY(-100%);
  }
  .message-banner--container[data-animation] {
    display: block;
  }
  .message-banner--container[data-animation-state=open] {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .message-banner--container[data-animation="closed=>open"] {
    transition: opacity 250ms cubic-bezier(0.1, 0.1, 0, 1) 75ms, transform 300ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  .message-banner--container[data-animation="open=>closed"] {
    transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1) 75ms, transform 175ms cubic-bezier(0.4, 0, 1, 1);
  }
  .message-banner--container[data-animation-state=closed] {
    opacity: 0;
    transform: translateY(-100%);
  }
  .site-header-sticky .message-banner--container {
    position: absolute;
    top: 100%;
    z-index: 600;
  }
  
  
  .message-banner--outer {
    position: relative;
  }
  
  .message-banner--inner {
    width: 100%;
    max-width: 820px;
    padding-top: 0.703125rem;
    padding-bottom: 0.703125rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .message-banner--close {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6.5px;
  }
  @media screen and (min-width: 720px) {
    .message-banner--close {
      right: 15px;
    }
  }
  @media screen and (min-width: 1024px) {
    .message-banner--close {
      right: 25px;
    }
  }
  .message--error .message-banner--close {
    color: #f05d5d;
  }
  
  
  .newsletter {
    width: 100%;
    font-size: 0;
  }
  .newsletter .newsletter-success,
  .newsletter .form-field {
    font-size: var(--font-size-body);
  }
  .newsletter .form-field {
    display: inline-block;
    vertical-align: middle;
  }
  .newsletter .newsletter-input {
    width: calc(67% - 10px);
    max-width: 245px;
  }
  .newsletter .newsletter-submit {
    width: 33%;
    margin-left: 10px;
  }
  .newsletter .button-primary {
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
  }.newsletter .button-primary {
      text-transform: none;
    }.page-masthead {
    text-align: center;
  }
  
  .page-content {
    max-width: 680px;
  }
  .page-content img {
    height: auto;
  }
  
  .page-title {
    font-size: var(--font-size-heading-1);
    color: #1d1d1d;
  }
  @media screen and (min-width: 1024px) {
    .page-title {
      font-size: var(--font-size-heading-medium);
    }
  }
  
  .pagination--container {
    margin-top: 2.9296875rem;
    margin-bottom: 1.640625rem;
  }
  #shopify-section-static-blog .pagination--container {
    margin-top: 0;
  }
  
  .pagination--inner {
    padding-left: 0;
    margin-right: -0.5625rem;
    margin-left: -0.5625rem;
    font-size: 0;
    color: #1d1d1d;
    text-align: center;
  }
  .pagination--inner li {
    font-size: var(--font-size-body);
    display: inline-block;
  }
  .pagination--inner li:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .pagination--item {
    display: inline-block;
    padding: 0.5625rem 0.6875rem;
  }
  .pagination--active .pagination--item {
    font-style: normal;
    font-weight: 700;
    color: #1d1d1d;
  }
  .pagination--active .pagination--item:hover {
    color: currentColor;
  }
  
  .pagination--chevron-left {
    margin-left: 0;
  }
  .pagination--chevron-left svg {
    transform: rotate(90deg);
  }
  
  .utils-compare-toggle {
    display: none;
    align-items: center;
  }
  @media screen and (min-width: 860px) {
    .utils-compare-toggle {
      display: flex;
    }
  }
  
  .utils-compare-toggle__container {
    position: relative;
  }
  
  .utils-compare-toggle__label {
    font-style: normal;
    font-weight: 700;
    display: none;
    margin-right: 0.703125rem;
  }
  @media screen and (min-width: 860px) {
    .utils-compare-toggle__label {
      display: block;
    }
  }
  
  .utils-compare-toggle__checkbox:checked + .utils-compare-toggle__checkbox-label:after {
    left: calc(100% - 2px);
    transform: translateY(-50%) translateX(-100%);
  }
  .utils-compare-toggle__checkbox:focus-visible + .utils-compare-toggle__checkbox-label {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
  }
  .utils-compare-toggle__checkbox:checked + .utils-compare-toggle__checkbox-label {
    background-color: #f04f36;
  }
  .utils-compare-toggle__checkbox:checked + .utils-compare-toggle__checkbox-label + .utils-compare-toggle__checkbox-icon {
    color: #f04f36;
    opacity: 1;
    left: calc(100% - 17px);
  }
  
  .utils-compare-toggle__checkbox-label {
    display: block;
    position: relative;
    width: 50px;
    height: 25px;
    background-color: #4d4d4d;
    border-radius: 100px;
    cursor: pointer;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .utils-compare-toggle__checkbox-label:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .utils-compare-toggle__checkbox-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    opacity: 0;
    pointer-events: none;
    color: #4d4d4d;
    transform: translateY(-50%);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .product-compare-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: none;
    width: 100%;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 0 -1px 4px rgba(128, 128, 128, 0.25);
    transform: translateY(100%);
  }
  .product-compare-drawer[data-animation-state=hidden] {
    display: none;
    transform: translateY(100%);
  }
  .product-compare-drawer[data-animation-state=closed] {
    display: block;
    transform: translateY(calc(100% - var(--compare-drawer-header-height)));
  }
  .product-compare-drawer[data-animation-state=open] {
    display: block;
    transform: translateY(0);
  }
  .product-compare-drawer[data-animation-state=open] .product-compare-drawer__trigger {
    transform: rotate(180deg);
  }
  .product-compare-drawer[data-animation] {
    display: block;
    transition: transform 200ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  .product-compare-drawer[data-animation="open=>closed"], .product-compare-drawer[data-animation="open=>hidden"], .product-compare-drawer[data-animation="closed=>hidden"] {
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
  }
  
  .product-compare-drawer__header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 1.171875rem 1.640625rem;
    cursor: pointer;
  }
  @media screen and (max-width: 859px) {
    .product-compare-drawer__header {
      flex-direction: column;
      align-items: flex-start;
      padding: 0.9375rem 0.703125rem 1.640625rem 0.703125rem;
    }
  }
  
  .product-compare-drawer__title {
    margin: 0 0.703125rem 0 0;
    color: #1d1d1d;
    font-size: var(--font-size-heading-4);
  }
  
  .product-compare-drawer__notification {
    flex-grow: 1;
    margin: 0 0.703125rem 0 0;
    color: #4d4d4d;
    font-size: var(--font-size-body-smallest);
  }
  @media screen and (max-width: 859px) {
    .product-compare-drawer__notification {
      margin: 0.46875rem 0 0 0;
      font-size: var(--font-size-body-small);
    }
  }
  
  .product-compare-drawer__trigger {
    display: flex;
    align-items: center;
  }
  .product-compare-drawer__trigger svg {
    width: 15px;
    height: 15px;
  }
  @media screen and (max-width: 859px) {
    .product-compare-drawer__trigger {
      position: absolute;
      top: 1.171875rem;
      right: 0.9375rem;
    }
  }
  
  .product-compare-drawer__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 25px 20px;
  }
  @media screen and (max-width: 1023px) {
    .product-compare-drawer__container {
      padding: 0 10px 1.875rem 10px;
    }
  }
  
  .product-compare-drawer__items {
    display: grid;
    grid-auto-columns: calc(33.33% - 0.9375rem);
    grid-auto-flow: column;
    grid-gap: 1.171875rem;
    width: 80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  @media screen and (max-width: 1023px) {
    .product-compare-drawer__items {
      width: 100%;
      grid-gap: 0.703125rem;
      grid-auto-columns: calc(33.33% - 0.46875rem);
    }
  }
  @media screen and (max-width: 719px) {
    .product-compare-drawer__items {
      grid-auto-columns: calc(82% - 0.703125rem);
    }
  }
  
  .product-compare-drawer__item,
  .product-compare-drawer__item-placeholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    scroll-snap-align: start;
    min-height: 80px;
    padding: 10px;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-compare-drawer__item:hover,
  .product-compare-drawer__item-placeholder:hover {
    box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2);
  }
  
  .product-compare-drawer__item-placeholder {
    justify-content: center;
    color: #949494;
    font-size: var(--font-size-body-smaller);
  }
  
  .product-compare-drawer__image {
    width: 45px;
    flex-shrink: 0;
  }
  @media screen and (min-width: 1024px) {
    .product-compare-drawer__image {
      width: 50px;
    }
  }
  
  .product-compare-drawer__item-title {
    flex-grow: 1;
    color: #1d1d1d;
    text-decoration: none;
    padding: 0 0.703125rem;
  }
  .product-compare-drawer__item-title:hover {
    color: #f04f36;
  }
  
  .product-compare-drawer__remove {
    position: relative;
    line-height: 0;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    color: #1d1d1d;
    background-color: transparent;
    transition: color 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-compare-drawer__remove:hover {
    color: #f04f36;
  }
  .product-compare-drawer__remove:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 29, 29, 0.2);
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-compare-drawer__remove:hover:before {
    transform: scale(1.1);
  }
  
  .product-compare-drawer__remove-icon {
    width: 10px;
    height: 10px;
  }
  
  .product-compare-drawer__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
  @media screen and (max-width: 1023px) {
    .product-compare-drawer__actions {
      width: 100%;
      flex-direction: column;
    }
  }
  
  .product-compare-drawer__link {
    margin-right: 0.9375rem;
  }
  .product-compare-drawer__link.disabled {
    pointer-events: none;
  }
  @media screen and (max-width: 1023px) {
    .product-compare-drawer__link {
      width: 100%;
      text-align: center;
      margin: 1rem 0;
    }
  }
  
  .product-compare-drawer__clear-all {
    border: none;
    cursor: pointer;
    background: none;
    color: #f04f36;
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-small);
  }
  
  .productitem {
    position: relative;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
    height: var(--base-height, auto);
    padding: 0.703125rem;
    background: 
  rgb(255, 255, 255)
  
  ;
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 1023px) {
    .productitem {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 860px) {
    .productitem {
      padding: 1.015625rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .productitem[data-animation], .productitem[data-animation-state=open] {
      position: absolute;
    }
    .productitem[data-animation="closed=>open"], .productitem[data-animation-state=open] {
      height: var(--open-height);
    }
    .productitem[data-animation="open=>closed"] {
      height: var(--base-height);
    }
  }
  .productitem:hover {
    box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2);
  }
  .productitem:hover .productitem--image-alternate ~ img {
    visibility: hidden;
  }
  .productitem:hover .productitem--image-alternate {
    visibility: visible;
  }
  
  .productitem__compare {
    align-items: center;
    font-size: var(--font-size-body-small);
    font-weight: 700;
    color: #f04f36;
  }
  
  .productitem__compare--enabled {
    cursor: pointer;
  }
  
  .productitem__compare--disabled {
    cursor: not-allowed;
  }
  .productitem__compare--disabled .productitem__compare-checkbox-text {
    opacity: 0.6;
  }
  
  .productitem__compare-wrapper {
    --checkbox-outline-allowance: 5px;
    display: none;
    height: 0;
    padding-left: var(--checkbox-outline-allowance);
    margin-left: calc(-1 * var(--checkbox-outline-allowance));
    overflow: hidden;
    opacity: 0;
  }
  .productitem__compare-wrapper[data-animation] {
    display: flex;
  }
  .productitem__compare-wrapper[data-animation="closed=>open"] {
    transition: height 150ms cubic-bezier(0.4, 0, 1, 1), opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  }
  .productitem__compare-wrapper[data-animation="open=>closed"] {
    transition: height 150ms cubic-bezier(0, 0, 0.2, 1), opacity 150ms cubic-bezier(0, 0, 0.2, 1);
  }
  .productitem__compare-wrapper[data-animation-state=open] {
    display: flex;
    height: var(--compare-height);
    opacity: 1;
  }
  @media screen and (max-width: 1023px) {
    .productitem__compare-wrapper[data-animation-state=open] {
      height: auto;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .productitem__compare-wrapper-always {
      overflow: visible;
      display: flex;
      height: auto;
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .productitem__compare-wrapper-desktop {
      display: none;
    }
  }
  
  .productitem__compare-checkbox-label {
    display: flex;
    align-items: center;
    color: #1d1d1d;
    font-weight: 400;
    padding: 0.234375rem 0 0.9375rem 0;
    cursor: inherit;
  }
  
  .productitem__compare-checkbox-icon {
    margin-right: 0.46875rem;
  }
  
  .productitem__compare-checkbox {
    position: absolute;
    cursor: inherit;
    opacity: 0;
    overflow: hidden;
  }
  .productitem__compare-checkbox:checked + .productitem__compare-checkbox-label {
    color: #f04f36;
    font-weight: 700;
  }
  
  .productitem--info {
    margin: 0 0.234375rem;
  }
  @media screen and (min-width: 1024px) {
    .productitem--info {
      margin: 0;
    }
  }
  
  .productitem__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    font-size: 0.8125rem;
    z-index: 1;
  }
  
  .productitem--info {
    position: relative;
    z-index: 100;
    background-color: 
  rgb(255, 255, 255)
  
  ;
  }
  .productitem--info .rating__star {
    width: 15px;
  }
  
  .productitem__price,
  .productitem__price + .productitem--title {
    margin-top: 0.234375rem;
  }
  .productitem__price .price__spacer {
    display: block;
    height: 1.12125rem;
  }
  .productitem__price .price__compare-at.visible + .price__current {
    margin-top: 0.125rem;
  }
  .productitem__price .price__current {
    color: #f04f36;
  }
  .productitem--emphasis .productitem__price .price__current {
    font-size: var(--font-size-body-larger);
  }
  .price--varies .productitem--emphasis .productitem__price .price__current {
    font-size: var(--font-size-body-large);
  }
  .productitem--emphasis .productitem__price .price__current .price--label {
    font-size: var(--font-size-body-medium);
  }
  .productitem--sale .productitem__price .price__current {
    color: #ca0000;
  }
  
  .productitem--title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    margin: 0.625rem 0 0;
    line-height: 1.3125;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
  }
  .productitem--vendor a {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-smallest);
    margin: 0.234375rem 0 0;
    line-height: 1.3125;
    color: #949494;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
    word-break: break-word;
  }
  
  .productitem--vendor a:hover {
    color: #f04f36;
  }
  
  .productitem__stock-level .product-stock-level {
    font-size: var(--font-size-body-smaller);
  }
  .productitem__stock-level .product-stock-level-wrapper {
    margin: 0.46875rem 0;
  }
  
  .productitem--ratings .spr-badge {
    margin-top: 0.375rem;
    line-height: 1;
  }
  
  .productitem--actions {
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.46875rem calc(1.015625rem - 0.234375rem) 0;
    text-align: center;
  }
  @media screen and (max-width: 1023px) {
    .productitem--actions {
      width: 100%;
      margin-top: auto;
      margin-right: 0;
      margin-left: 0;
    }
    .productgrid--item:not(.show-actions--mobile) .productitem--actions {
      display: none;
    }
  }
  @media screen and (min-width: 1024px) {
    .productitem--actions {
      position: absolute;
      right: 0;
      bottom: 1.015625rem;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    }
    .has-touch .productitem--actions {
      position: relative;
      bottom: auto;
      width: 100%;
      visibility: visible;
      opacity: 1;
      margin-left: 0;
    }
  }
  .productitem[data-animation] .productitem--actions, .productitem[data-animation-state=open] .productitem--actions {
    visibility: visible;
    opacity: 1;
  }
  .productitem[data-animation="closed=>open"] .productitem--actions {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 75ms;
  }
  .productitem[data-animation="open=>closed"] .productitem--actions {
    opacity: 0;
    transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .productitem--action {
    display: inline-block;
    align-items: center;
    flex: 1 1 auto;
    padding-right: 0.234375rem;
    padding-left: 0.234375rem;
    margin-top: 0.46875rem;
  }
  @media screen and (max-width: 1023px) {
    .productitem--action {
      width: 100%;
    }
    .productitem--action.productitem-action--desktop {
      display: none;
    }
  }
  
  .productitem--action-trigger {
    display: block;
    width: 100%;
    padding-right: 0.234375rem;
    padding-left: 0.234375rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
  }
  .productitem--action-trigger.productitem--action-atc {
    position: relative;
  }
  .productitem--action-trigger.productitem--action-atc .atc-button--text {
    display: block;
    opacity: 1;
    transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  .productitem--action-trigger.productitem--action-atc .atc-button--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -13px;
    margin-left: -13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: rotate 0.6s linear infinite;
  }
  .productitem--action-trigger.productitem--action-atc .atc-button--icon svg {
    display: block;
    width: 26px;
    height: 26px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8);
  }
  .productitem--action-trigger.productitem--action-atc.processing .atc-button--text {
    opacity: 0;
    transform: scale(1.075);
  }
  .productitem--action-trigger.productitem--action-atc.processing .atc-button--icon {
    visibility: visible;
    opacity: 1;
  }
  .productitem--action-trigger.productitem--action-atc.processing .atc-button--icon svg {
    transform: scale(1);
  }
  
  .productitem--swatches {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    height: 32px;
    margin-top: 0.703125rem;
    margin-bottom: 0.234375rem;
    overflow: hidden;
  }
  .productitem--swatches.processed {
    overflow: visible;
  }
  
  .productitem--swatches-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 48.0px;
    margin-bottom: -6px;
    background: 
  rgb(255, 255, 255)
  
  ;
  }
  .productitem--swatches-expanded .productitem--swatches-container {
    padding-bottom: 0.703125rem;
  }
  
  .productitem--swatches-swatch-wrapper {
    position: relative;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0);
    transition: box-shadow 150ms cubic-bezier(0.7, 0.18, 1, 1);
    margin-right: 6px;
    margin-bottom: 6px;
  }.productitem--swatches-swatch-wrapper {
      border-radius: 2.5px;
    }.swatches-variant-images-square .productitem--swatches-swatch-wrapper {
    border-radius: 1px;
  }
  .productitem--swatches-input.sold_out_option--selectable + .productitem--swatches-swatch-wrapper {
    cursor: pointer;
  }
  .productitem--swatches-input.sold_out_option--hidden:disabled + .productitem--swatches-swatch-wrapper {
    display: none;
  }
  .productitem--swatches-input.sold_out_option--disabled:disabled + .productitem--swatches-swatch-wrapper {
    cursor: not-allowed;
  }
  
  .productitem--swatches-count-wrapper {
    display: none;
  }
  
  .productitem--swatches-count-wrapper {
    font-size: var(--font-size-body-smaller);
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    position: absolute;
    align-items: center;
    justify-content: center;
    min-width: 48.0px;
    min-height: 32px;
    color: #1d1d1d;
    cursor: pointer;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    transition: box-shadow 150ms cubic-bezier(0.7, 0.18, 1, 1);
  }
  .productitem--swatches-count-wrapper:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  }.productitem--swatches-count {
    text-align: center;
  }
  
  .productitem--swatches-expanded .productitem--swatches-count-wrapper::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background: #1d1d1d;
    content: "";
    transform: translate(-50%, -50%);
  }
  .productitem--swatches-expanded .productitem--swatches-count {
    display: none;
  }
  
  .productitem--swatches-swatch-hidden {
    display: none;
  }
  .productitem--swatches-expanded .productitem--swatches-swatch-hidden {
    display: block;
  }
  
  .productitem--swatches-input {
    position: absolute;
    opacity: 0;
  }
  
  .productitem--swatches-swatch {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transition: transform 150ms cubic-bezier(0.7, 0.18, 1, 1);
  }.productitem--swatches-swatch {
      border-radius: 2.5px;
    }.swatches-variant-images-square .productitem--swatches-swatch {
    border-radius: 0;
  }
  
  .productitem--swatches-swatch-inner {
    width: 32px;
  }
  
  .productitem--image-link {
    display: block;
  }
  
  .productitem--image {
    aspect-ratio: var(--product-grid-item-image-aspect-ratio, auto);
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-size: 0;
  }
  .imagestyle--no-image .productitem--image {
    height: 0;
    padding-bottom: 100%;
  }
  .productitem--image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    visibility: hidden;
  }
  .productitem--image .productitem--image-alternate,
  .productitem--image .productitem--image-swatch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .productitem--image .productitem--image-primary {
    visibility: visible;
  }
  .productitem--image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .in-theme-editor .imagestyle--small .productitem--image, .in-theme-editor .imagestyle--medium .productitem--image, .in-theme-editor .imagestyle--large .productitem--image {
    background-color: #f4f4f4;
  }
  .imagestyle--small .productitem--image img,
  .imagestyle--small .productitem--image svg, .imagestyle--medium .productitem--image img,
  .imagestyle--medium .productitem--image svg, .imagestyle--large .productitem--image img,
  .imagestyle--large .productitem--image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .imagestyle--small .productitem--image, .imagestyle--medium .productitem--image, .imagestyle--large .productitem--image, .imagestyle--cropped-small .productitem--image, .imagestyle--cropped-medium .productitem--image, .imagestyle--cropped-large .productitem--image {
    height: 0;
  }
  .imagestyle--small .productitem--image, .imagestyle--cropped-small .productitem--image {
    padding-bottom: 75%;
  }
  .imagestyle--medium .productitem--image, .imagestyle--cropped-medium .productitem--image {
    padding-bottom: 100%;
  }
  .imagestyle--large .productitem--image, .imagestyle--cropped-large .productitem--image {
    padding-bottom: 150%;
  }
  .imagestyle--cropped-small .productitem--image img,
  .imagestyle--cropped-small .productitem--image svg, .imagestyle--cropped-medium .productitem--image img,
  .imagestyle--cropped-medium .productitem--image svg, .imagestyle--cropped-large .productitem--image img,
  .imagestyle--cropped-large .productitem--image svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .imagestyle--cropped-small .productitem--image.product-item-image-no-objectfit, .imagestyle--cropped-medium .productitem--image.product-item-image-no-objectfit, .imagestyle--cropped-large .productitem--image.product-item-image-no-objectfit {
    background-position: center;
    background-size: cover;
  }
  .imagestyle--cropped-small .productitem--image.product-item-image-no-objectfit img, .imagestyle--cropped-medium .productitem--image.product-item-image-no-objectfit img, .imagestyle--cropped-large .productitem--image.product-item-image-no-objectfit img {
    display: none;
  }
  .imagestyle--cropped-small .productitem--image.product-item-image-no-objectfit [data-rimg-canvas], .imagestyle--cropped-medium .productitem--image.product-item-image-no-objectfit [data-rimg-canvas], .imagestyle--cropped-large .productitem--image.product-item-image-no-objectfit [data-rimg-canvas] {
    display: none;
  }
  
  .productitem-quickshop {
    display: none;
  }
  
  .filter-item--swatch-wrapper {
    position: relative;
    height: 28px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0);
    transition: box-shadow 150ms cubic-bezier(0.7, 0.18, 1, 1);
  }.filter-item--swatch-wrapper {
      border-radius: 2.5px;
    }.filter-item--swatch-wrapper + .filtered-product-count {
    display: none;
  }
  
  .filter-item--swatch {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transition: transform 150ms cubic-bezier(0.7, 0.18, 1, 1);
  }.filter-item--swatch {
      border-radius: 2.5px;
    }.filter-item--swatch-inner {
    width: 28px;
  }
  
  .filter-item {
    position: relative;
    margin-top: 0.46875rem;
    transition-duration: 0ms;
  }
  .filter-item:first-child {
    margin-top: 0;
  }
  
  .filter-item.filter-item--disabled {
    color: #1d1d1d;
    text-decoration: none;
  }
  .filter-item.filter-item--disabled a {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
  }
  .filter-item .filter-text,
  .filter-item .filter-icon--checkbox {
    display: inline-block;
    vertical-align: middle;
  }
  .filter-item .filter-text {
    max-width: calc(100% - (0.625rem + 0.875rem));
    margin-left: 0.625rem;
  }
  .filter-item .filtered-product-count {
    margin-left: 0.234375rem;
  }
  .filter-item .filtered-product-count.filtered-product-count--hidden {
    display: none;
  }
  
  .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more) {
    width: auto;
    min-width: 40px;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more) .filter-text {
    max-width: 100%;
    margin-left: 0;
  }
  .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more).filter-item--disabled {
    cursor: default;
  }
  .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more) a {
    justify-content: center;
    width: 100%;
    padding: 9px 10px;
    margin: 0;
  }
  .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more)[data-filter-active=true] {
    color: #f04f36;
    background-color: rgba(240, 79, 54, 0.1);
    border-color: rgba(240, 79, 54, 0.8);
  }
  
  [data-filter-active=false] a {
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-filter-active=false] a:hover {
    color: #1d1d1d;
  }
  
  [data-filter-active=true] {
    transition-duration: 0ms;
  }
  [data-filter-active=true] a {
    font-style: normal;
    font-weight: 700;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  [data-filter-active=true] a, [data-filter-active=true] a:hover {
    color: #f04f36;
  }
  
  .filter-group--grid {
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: normal;
  }
  
  .filter-item--grid-simple,
  .filter-item--grid {
    display: inline-block;
    margin-right: 0.46875rem;
    vertical-align: middle;
  }
  @media screen and (max-width: 859px) {
    .filter-item--grid-simple,
  .filter-item--grid {
      margin-top: 0.46875rem;
    }
  }
  
  .filter-item--grid a {
    position: relative;
    display: block;
    padding: 0.625rem 2.3125rem 0.625rem 0.625rem;
    color: 
  rgb(255, 255, 255)
  
  ;
    background: #f04f36;
    border-radius: 3px;
  }
  .filter-item--grid .filter-text {
    font-size: var(--font-size-body-small);
    display: inline-block;
    vertical-align: middle;
  }
  .filter-item--grid .filter-text {
    font-style: normal;
    font-weight: 700;
  }
  .filter-item--grid .filter-icon--remove {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    padding: 0.25rem;
    color: #f04f36;
    border-radius: 100%;
    transform: translateY(-50%);
  }
  .filter-item--grid .filter-icon--remove:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: 
  rgb(255, 255, 255)
  
  ;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .filter-item--grid .filter-icon--remove svg {
    position: relative;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    fill: currentColor;
  }
  .filter-item--grid .filter-icon--remove path {
    stroke-width: 0.25px;
    stroke: #f04f36;
  }
  .filter-item--grid a:hover .filter-icon--remove:before {
    transform: scale(1.1);
  }
  
  @media screen and (max-width: 859px) {
    .filter-item--grid-simple {
      display: block;
      margin-top: 0.9375rem;
    }
  }
  .filter-item--grid-simple .filter-item-clear-all {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-small);
    padding: 0.3125rem;
    background-color: transparent;
  }
  @media screen and (max-width: 859px) {
    .filter-item--grid-simple .filter-item-clear-all {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .collection-filters__filter {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .collection-filters__filter-group {
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .collection-filters__filter-group:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .compare-filters__filter-group--no-heading {
    padding: 0;
  }
  
  .collection-filters__filter-range {
    display: flex;
    margin: 1rem 0;
  }
  @media screen and (min-width: 860px) {
    .collection-filters__filter-range {
      display: block;
    }
  }
  
  .collection-filters__filter-range--from,
  .collection-filters__filter-range--to {
    position: relative;
    display: flex;
    align-items: center;
    width: 7.5rem;
    margin: 0.234375rem 0;
  }
  @media screen and (min-width: 860px) {
    .collection-filters__filter-range--from,
  .collection-filters__filter-range--to {
      width: 100%;
      margin: 0.234375rem 0;
    }
  }
  
  .collection-filters__filter-range--from {
    margin-right: 1rem;
    margin-left: 0;
  }
  @media screen and (min-width: 860px) {
    .collection-filters__filter-range--from {
      margin-right: 0;
    }
  }
  
  .collection-filters__filter-range--to {
    margin-right: 0;
  }
  
  .collection-filters__filter-range-label {
    left: 1.625rem;
  }
  
  .collection-filters__filter-range-currency {
    margin-right: 0.46875rem;
  }
  
  .collection-filters__filter-title {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    margin: 0;
    font-size: var(--font-size-body-small);
    color: #1d1d1d;
    text-transform: none;
    letter-spacing: 0;
    pointer-events: none;
  }
  
  .collection-filters__filter-icon-wrapper {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.46875rem;
    pointer-events: none;
    outline: none;
  }
  
  .collection-filters__filter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -3px;
    color: #1d1d1d;
    transform: translateX(-50%);
  }
  .collection-filters__filter-icon svg {
    display: block;
    width: 8px;
    height: 6px;
    fill: currentColor;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.25);
  }
  .collection-filters__filter-icon .icon-chevron-down-left,
  .collection-filters__filter-icon .icon-chevron-down-right {
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0);
    transform-origin: 50% 89%;
  }
  
  .collection-filters__filter-list-item {
    display: flex;
    align-items: center;
    margin-top: 0.46875rem;
  }
  .collection-filters__filter-list-item:first-child {
    margin-top: 0;
    padding-top: 0.9375rem;
  }
  
  .collection-filters__filter-link {
    display: flex;
    align-items: center;
    padding: 0.1875rem;
    margin: 0;
    font-size: var(--font-size-body-small);
    line-height: 1.15;
    color: currentColor;
    text-decoration: none;
    outline-offset: -4px;
    cursor: pointer;
  }
  .collection-filters__filter-link:hover {
    z-index: 101;
  }
  
  .collection-filters__filter-link[data-filter-active] {
    transition-duration: 0ms;
  }
  .collection-filters__filter-link[data-filter-active] .collection-filters__filter-link, .collection-filters__filter-link[data-filter-active] .collection-filters__filter-link:hover {
    color: #f04f36;
  }
  .collection-filters__filter-link[data-filter-active] .collection-filters__filter-list-item-text {
    font-style: normal;
    font-weight: 700;
    color: #f04f36;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .collection-filters__filter-link[data-disabled] {
    cursor: default;
    opacity: 50%;
  }
  
  .collection-filters__filter-list-item-text {
    display: inline-block;
    max-width: calc(100% - (0.625rem + 0.875rem));
    margin-left: 0.625rem;
    font-size: var(--font-size-body-small);
    line-height: 1.15;
    color: currentColor;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .active-filter-group {
    display: inline-block;
    padding: 0;
    margin: 0 0.703125rem 0 0;
    font-size: 0;
    white-space: normal;
  }
  
  .active-filter-group__item-wrapper {
    display: inline-block;
    margin-top: 0.46875rem;
    margin-right: 0.46875rem;
    vertical-align: middle;
  }
  .active-filter-group__item-wrapper:last-child {
    margin-right: 0;
  }
  .active-filter-group__item-wrapper .active-filter-group__item {
    position: relative;
    display: block;
    padding: 0.625rem 2.3125rem 0.625rem 0.625rem;
    color: 
  rgb(255, 255, 255)
  
  ;
    cursor: pointer;
    background: #f04f36;
    border-radius: 3px;
  }
  .active-filter-group__item-wrapper .active-filter-text {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    font-size: var(--font-size-body-small);
    vertical-align: middle;
  }
  .active-filter-group__item-wrapper .filter-icon--remove {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    padding: 0.25rem;
    color: #f04f36;
    border-radius: 100%;
    transform: translateY(-50%);
  }
  .active-filter-group__item-wrapper .filter-icon--remove::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: 
  rgb(255, 255, 255)
  
  ;
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .active-filter-group__item-wrapper .filter-icon--remove svg {
    position: relative;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    fill: currentColor;
  }
  .active-filter-group__item-wrapper .filter-icon--remove path {
    stroke: #f04f36;
    stroke-width: 0.25px;
  }
  .active-filter-group__item-wrapper .active-filter-group__item:hover .filter-icon--remove::before {
    transform: scale(1.1);
  }
  
  .productgrid--filters {
    display: flex;
    align-items: center;
  }
  
  @media screen and (min-width: 860px) {
    .productgrid--filters--mobile {
      display: none;
    }
  }
  
  .active-filter-group--remove-all {
    display: block;
    padding: 0;
    margin: 0.9375rem 0 0 0;
  }
  @media screen and (min-width: 860px) {
    .active-filter-group--remove-all {
      display: inline-block;
      margin: 0.46875rem 0 0 0.703125rem;
      font-size: 0;
      white-space: normal;
    }
  }
  
  .filter-item-clear-all {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-small);
    padding: 0.3125rem;
    background-color: transparent;
  }
  @media screen and (max-width: 859px) {
    .filter-item-clear-all {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .productitem--listview-price,
  .productitem--listview-badge {
    display: none;
  }
  
  @media screen and (min-width: 860px) {
    .collection--section .productgrid--outer {
      display: grid;
      grid-template-columns: 185px calc(
            100% - 210px
          );
      grid-template-rows: auto auto;
      grid-template-areas: "masthead masthead" "sidebar product-items-wrapper";
      column-gap: 25px;
      row-gap: 1.875rem;
    }
    .collection--section .productgrid--outer.layout--no-sidebar {
      grid-template-areas: "masthead masthead" "product-items-wrapper product-items-wrapper";
    }
  }
  .productgrid--masthead {
    grid-area: masthead;
  }
  .productgrid--masthead > *:first-child {
    margin-top: 0;
  }
  .productgrid--masthead .subcollections__container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .productgrid--sidebar {
    grid-area: sidebar;
  }
  
  .productgrid--wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 185px);
    margin-top: 0.9375rem;
  }
  @media screen and (min-width: 860px) {
    .productgrid--wrapper {
      margin-top: 0;
    }
  }
  .productgrid--wrapper.layout--no-sidebar {
    width: 100%;
  }
  @supports (display: grid) {
    .productgrid--wrapper {
      grid-area: product-items-wrapper;
      width: 100%;
    }
  }
  @media screen and (min-width: 860px) {
    .search--section .layout--has-sidebar .productgrid--wrapper {
      display: grid;
      grid-template-columns: 185px calc(
            100% - 210px
          );
      grid-template-rows: auto auto;
      grid-template-areas: "masthead masthead" "sidebar productgrid--items";
      column-gap: 25px;
      row-gap: 1.875rem;
    }
  }
  
  .productgrid--filters {
    width: 100%;
    margin: 1.640625rem 0;
  }
  @media screen and (max-width: 859px) {
    .productgrid--filters {
      display: none;
    }
  }
  
  .productgrid--utils-container {
    width: calc(
      100% + 20px
    );
  }
  @media screen and (min-width: 860px) {
    .productgrid--utils-container {
      width: 100%;
    }
  }
  
  .productgrid--utils {
    display: none;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    table-layout: fixed;
  }
  @media screen and (max-width: 859px) {
    .productgrid--utils.productgrid--utils--visible-mobile {
      display: flex;
      align-items: center;
      padding: 0.234375rem 0.625rem;
      margin-left: calc((20px / 2) * -1);
    }
    .productgrid--utils.productgrid--utils-sticky {
      position: sticky;
      z-index: 800;
      transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .productgrid--utils.productgrid--utils-box-shadow {
      box-shadow: 0 1px 4px rgba(128, 128, 128, 0.25);
    }
  }
  @media screen and (min-width: 860px) {
    .productgrid--utils {
      display: table;
    }
    .productgrid--utils.productgrid--utils--hidden-desktop {
      display: none;
    }
  }
  
  /*
    This is a hidden element that is used with IntersectionObserver to determine
    where the utility bar becomes sticky.
  */
  .productgrid--utils-sticky-intersection {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    visibility: hidden;
  }
  
  .productgrid--items {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.640625rem;
    padding: 0;
  }
  .search--section .productgrid--items {
    margin-top: 1.640625rem;
  }
  @media screen and (max-width: 719px) {
    .search--section .productgrid--items {
      margin-top: 1.171875rem;
    }
  }
  
  .productgrid--item {
    position: relative;
    z-index: 1;
    display: flex;
    height: var(--base-height, auto);
    flex-direction: column;
    justify-content: flex-start;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .productgrid--item:hover {
    border-color: rgba(128, 128, 128, 0.2);
  }
  @media screen and (min-width: 1024px) {
    .productgrid--item[data-open], .productgrid--item:hover {
      z-index: 300;
    }
  }
  .productgrid--items.products-per-row-4 .productgrid--item {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .productgrid--items.products-per-row-4 .productgrid--item:nth-child(2n+1) {
    margin-left: 0;
  }
  .productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+2) {
    margin-top: 0;
  }
  @media screen and (max-width: 859px) and (min-width: 680px) {
    .productgrid--items.products-per-row-4 .productgrid--item {
      width: calc(33.3333333333% - 6.6666666667px);
      margin-top: 10px;
      margin-left: 10px;
    }
    .productgrid--items.products-per-row-4 .productgrid--item:nth-child(2n+1) {
      margin-left: 10px;
    }
    .productgrid--items.products-per-row-4 .productgrid--item:nth-child(3n+1) {
      margin-left: 0;
    }
    .productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+3) {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 860px) {
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item {
      width: calc(33.3333333333% - 13.3333333333px);
      margin-top: 20px;
      margin-left: 20px;
    }
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(3n+1) {
      margin-left: 0;
    }
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+3) {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item {
      width: calc(25% - 15px);
      margin-top: 20px;
      margin-left: 20px;
    }
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(3n+1) {
      margin-left: 20px;
    }
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(4n+1) {
      margin-left: 0;
    }
    .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+4) {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 860px) {
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item {
      width: calc(25% - 15px);
      margin-top: 20px;
      margin-left: 20px;
    }
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(4n+1) {
      margin-left: 0;
    }
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(-n+4) {
      margin-top: 0;
    }
  }
  .productgrid--items.products-per-row-3 .productgrid--item {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .productgrid--items.products-per-row-3 .productgrid--item:nth-child(2n+1) {
    margin-left: 0;
  }
  .productgrid--items.products-per-row-3 .productgrid--item:nth-child(-n+2) {
    margin-top: 0;
  }
  @media screen and (min-width: 680px) {
    .productgrid--items.products-per-row-3 .productgrid--item {
      width: calc(33.3333333333% - 6.6666666667px);
      margin-top: 10px;
      margin-left: 10px;
    }
    .productgrid--items.products-per-row-3 .productgrid--item:nth-child(3n+1) {
      margin-left: 0;
    }
    .productgrid--items.products-per-row-3 .productgrid--item:nth-child(-n+3) {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 860px) {
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item, .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item {
      width: calc(33.3333333333% - 13.3333333333px);
      margin-top: 20px;
      margin-left: 20px;
    }
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item:nth-child(3n+1), .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item:nth-child(3n+1) {
      margin-left: 0;
    }
    .layout--no-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item:nth-child(-n+3), .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-3 .productgrid--item:nth-child(-n+3) {
      margin-top: 0;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .productitem__container {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
  }
  
  .productgrid--footer {
    padding-top: 2.9296875rem;
    margin-top: 2.9296875rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  @media screen and (max-width: 719px) {
    .productgrid--footer-item:not(:first-child) {
      margin-top: 1.171875rem;
    }
  }
  @media screen and (min-width: 720px) {
    .productgrid--footer-item {
      float: left;
      width: calc(50% - 20px);
    }
    .productgrid--footer-item:not(:first-child) {
      margin-left: 40px;
    }
  }
  
  .productgrid--footer-title {
    font-size: var(--font-size-heading-5);
    margin-top: 0;
    margin-bottom: 0;
    color: #1d1d1d;
    text-transform: uppercase;
  }
  
  .productgrid--footer-results-list {
    padding-left: 0;
    margin-top: 1.171875rem;
    margin-bottom: 0;
    list-style: none;
  }
  .productgrid--footer-results-list li {
    font-size: var(--font-size-body);
    line-height: 1.56;
    color: #1d1d1d;
  }
  .productgrid--footer-results-list li:not(:first-child) {
    margin-top: 0.46875rem;
  }
  
  .productitem--description {
    display: none;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .productgrid-listview .productgrid--items .productgrid--item {
    width: 100%;
  }
  .productgrid-listview .productgrid--items .productgrid--item:nth-of-type(n + 1) {
    margin: 20px 0 0;
  }
  .productgrid-listview .productgrid--items {
    display: block;
  }
  .productgrid-listview .productgrid--item {
    width: 100%;
    margin: 20px 0 0;
  }
  .productgrid-listview .productitem__image-container {
    grid-row-end: span 2;
    width: 25%;
  }
  @media screen and (max-width: 859px) {
    .productgrid-listview .productitem__image-container {
      width: 100%;
    }
  }
  .productgrid-listview .productitem--image img {
    margin: 0;
  }
  .productgrid-listview .productitem--image-link .productitem__badge {
    display: none;
  }
  @media screen and (max-width: 1023px) {
    .productgrid-listview .productitem--image-link {
      margin: 0;
    }
  }
  .no-touch .productgrid-listview .productitem--actions,
  .productgrid-listview .productitem--actions {
    position: static;
    display: flex;
    max-width: 300px;
    margin-top: 0.46875rem;
    padding-left: 25px;
    opacity: 1;
    visibility: visible;
  }
  .no-touch .productgrid-listview .productitem--actions .productitem--action,
  .productgrid-listview .productitem--actions .productitem--action {
    display: block;
    width: auto;
    min-width: auto;
    padding: 0;
    margin-top: 0.46875rem;
    margin-right: 0.46875rem;
  }
  .no-touch .productgrid-listview .productitem--actions .productitem--action:nth-of-type(2n),
  .productgrid-listview .productitem--actions .productitem--action:nth-of-type(2n) {
    order: 1;
  }
  @media screen and (max-width: 1023px) {
    .no-touch .productgrid-listview .productitem--actions .productitem--action.productitem-action--desktop,
  .productgrid-listview .productitem--actions .productitem--action.productitem-action--desktop {
      display: none;
    }
  }
  .no-touch .productgrid-listview .productitem--actions .productitem--listview-price,
  .productgrid-listview .productitem--actions .productitem--listview-price {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  .no-touch .productgrid-listview .productitem--actions .productitem--listview-badge,
  .productgrid-listview .productitem--actions .productitem--listview-badge {
    display: none;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .no-touch .productgrid-listview .productitem--actions .productitem--listview-badge .productitem__badge,
  .productgrid-listview .productitem--actions .productitem--listview-badge .productitem__badge {
    position: relative;
    top: -0.375rem;
  }
  @media screen and (min-width: 860px) {
    .no-touch .productgrid-listview .productitem--actions,
  .productgrid-listview .productitem--actions {
      display: block;
      flex: 0 0 200px;
    }
    .no-touch .productgrid-listview .productitem--actions .productitem--image-link,
  .productgrid-listview .productitem--actions .productitem--image-link {
      width: 25%;
    }
    .no-touch .productgrid-listview .productitem--actions .productitem--listview-price,
  .productgrid-listview .productitem--actions .productitem--listview-price {
      display: block;
    }
    .no-touch .productgrid-listview .productitem--actions .productitem--listview-badge,
  .productgrid-listview .productitem--actions .productitem--listview-badge {
      display: flex;
    }
    .no-touch .productgrid-listview .productitem--actions .productitem--action,
  .productgrid-listview .productitem--actions .productitem--action {
      width: 100%;
      margin-top: 0.5rem;
      margin-right: 0;
      padding: 0;
    }
  }
  .productgrid-listview .productitem--swatches {
    position: relative;
    order: 1;
    opacity: 1;
    visibility: visible;
  }
  .productgrid-listview .productitem--description {
    order: 2;
  }
  .productgrid-listview .productitem__container {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto minmax(0, 100%);
  }
  @media screen and (min-width: 860px) {
    .productgrid-listview .productitem__container {
      display: flex;
      justify-content: space-between;
    }
  }
  .productgrid-listview .productitem--info {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 25px;
  }
  @media screen and (min-width: 860px) {
    .productgrid-listview .productitem--info {
      width: 50%;
      margin: 0 50px 0 25px;
    }
  }
  @media screen and (min-width: 860px) {
    .productgrid-listview .productitem--info .productitem__price {
      display: none;
    }
  }
  @media screen and (max-width: 859px) and (min-width: 680px) {
    .productgrid-listview .productitem--info .productitem__price {
      margin-top: 0.46875rem;
    }
  }
  @media screen and (min-width: 860px) {
    .productgrid-listview .productitem--title {
      font-style: normal;
      font-weight: 700;
      font-size: var(--font-size-body-large);
      color: #1d1d1d;
    }
  }
  .productgrid-listview .price__compare-at.visible {
    display: block;
  }
  .productgrid-listview .price__compare-at.visible .price__spacer {
    display: none;
  }
  @media screen and (min-width: 860px) {
    .productgrid-listview .productitem--description {
      display: block;
    }
  }
  .productgrid--sidebar-menu {
    font-size: 0.875rem;
  }
  .productgrid--sidebar-menu .navmenu-link--active {
    font-style: normal;
    font-weight: 700;
  }
  .productgrid--sidebar-menu .navmenu-item {
    display: block;
    margin-top: 0.5rem;
    line-height: 1.375;
  }
  .productgrid--sidebar-menu .navmenu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
  }
  .productgrid--sidebar-menu .navmenu .navmenu {
    padding-left: 0.8125rem;
  }
  .productgrid--sidebar-menu .navmenu-depth-3 {
    border-left: 2px solid rgba(0, 0, 0, 0.15);
  }
  .productgrid--sidebar-menu .navmenu-depth-3 .navmenu-item {
    font-size: var(--font-size-body-smaller);
    margin-top: 0.4375rem;
  }
  
  .product-row--container {
    position: relative;
  }
  @media screen and (max-width: 1023px) {
    .product-row--container {
      padding-bottom: 10px;
      margin-bottom: -10px;
      overflow: hidden;
    }
  }
  
  .product-row {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    outline: none;
  }
  .product-row.flickity-enabled {
    cursor: grab;
  }
  .product-row .flickity-slider .productgrid--item {
    min-height: 100%;
  }
  .product-row .productgrid--item {
    width: 220px;
    margin-top: 0;
    margin-right: 10px;
  }
  .product-row .productgrid--item:last-child {
    margin-right: 0;
  }
  @media screen and (max-width: 1079px) and (min-width: 1024px) {
    .product-row .productgrid--item {
      width: calc(25% - 15px);
      margin-right: 20px;
    }
    .featured-collection__container .product-row .productgrid--item:nth-child(4):nth-last-child(2) {
      display: none;
    }
    .product-recommendations--container .product-row .productgrid--item:nth-child(5) {
      display: none;
    }
    .product-row .productgrid--item:last-child {
      margin-right: 0;
    }
  }
  @media screen and (min-width: 1080px) {
    .product-row .productgrid--item {
      width: calc(20% - 16px);
      margin-right: 20px;
    }
    .product-row .productgrid--item:last-child {
      margin-right: 0;
    }
  }
  
  .productgrid--search {
    position: relative;
    z-index: 1;
    display: block;
  }
  
  .productgrid--search-form-field {
    height: 4.125rem;
    padding-top: 0.5rem;
    padding-right: 3rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.9921875rem;
    line-height: 1;
    color: #1d1d1d;
  }
  @media screen and (max-width: 719px) {
    .productgrid--search-form-field {
      height: 3.125rem;
      font-size: 1.171875rem;
    }
  }
  .productgrid--search-form-field::placeholder {
    color: currentColor;
    opacity: rgba(29, 29, 29, 0.6);
  }
  
  .productgrid--search-button {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    padding: 0.125rem;
    margin-top: -1rem;
    color: #1d1d1d;
  }
  @media screen and (max-width: 719px) {
    .productgrid--search-button {
      width: 1.875rem;
      height: 1.875rem;
      margin-top: -0.9375rem;
    }
  }
  .productgrid--search-button .search-icon--inactive {
    width: 100%;
    height: 100%;
  }
  .productgrid--search-button .search-icon--active {
    color: rgba(29, 29, 29, 0.2);
  }
  
  @media screen and (max-width: 859px) {
    .productgrid--sidebar {
      display: none;
    }
  }
  @media screen and (min-width: 860px) {
    .productgrid--sidebar {
      float: left;
      display: inline-block;
      width: 185px;
    }
  }
  
  .productgrid--sidebar-section,
  .productgrid--sidebar-title {
    margin-top: 2.9296875rem;
  }
  .productgrid--sidebar-section:first-child,
  .productgrid--sidebar-title:first-child {
    margin-top: 0;
  }
  
  .productgrid--sidebar-section,
  .productgrid--sidebar-group {
    position: relative;
  }
  
  .productgrid--sidebar-title {
    margin-bottom: 1.171875rem;
    font-size: var(--font-size-heading-5);
    color: #1d1d1d;
  }
  
  .productgrid--sidebar-title-as-tags {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    padding-bottom: 0;
    pointer-events: none;
    border-bottom: none;
  }
  @media screen and (min-width: 860px) {
    .productgrid--sidebar-title-as-tags {
      margin-bottom: 0;
    }
  }
  
  .productgrid--sidebar-group {
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .productgrid--sidebar-group:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .productgrid--sidebar-group.productgrid--sidebar-group-as-tags {
    padding: 0;
    border-bottom: 0;
  }
  .productgrid--sidebar-group.productgrid--sidebar-group-as-tags .filter-group {
    padding: 0.9375rem 0;
  }
  
  .productgrid--sidebar-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 1px;
    cursor: pointer;
    background: none;
    border: none;
  }
  @media screen and (max-width: 859px) {
    .productgrid--sidebar-button.productgrid--sidebar-button--as-tags {
      pointer-events: none;
    }
  }
  .productgrid--sidebar-button.productgrid--sidebar-button--as-tags.productgrid--sidebar-button-active ~ .productgrid--sidebar-group-as-tags {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  body:not(.user-is-tabbing) .productgrid--sidebar-button {
    outline: 0;
  }
  
  @media screen and (max-width: 859px) {
    .productgrid--sidebar-icon-wrapper-hide-mobile {
      display: none;
    }
  }
  
  .productgrid--sidebar-icon-wrapper {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.46875rem;
    pointer-events: none;
    outline: none;
  }
  
  .productgrid--sidebar-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -3px;
    color: #1d1d1d;
    transform: translateX(-50%);
  }
  .productgrid--sidebar-icon svg {
    display: block;
    width: 8px;
    height: 6px;
    fill: currentColor;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.25);
  }
  .productgrid--sidebar-icon .icon-chevron-down-left,
  .productgrid--sidebar-icon .icon-chevron-down-right {
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0);
    transform-origin: 50% 89%;
  }
  
  .productgrid--sidebar-button-active svg {
    transform: scale(1.25) translateY(-22%);
  }
  .productgrid--sidebar-button-active .icon-chevron-down-left {
    transform: rotate(45deg);
  }
  .productgrid--sidebar-button-active .icon-chevron-down-right {
    transform: rotate(-45deg);
  }
  
  .productgrid--sidebar-title--small {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    margin: 0;
    font-size: var(--font-size-body-small);
    color: #1d1d1d;
    text-transform: none;
    letter-spacing: 0;
    pointer-events: none;
  }
  
  .productgrid--sidebar-item {
    padding-left: 0;
    margin-top: 0.46875rem;
    margin-left: 0;
    list-style: none;
  }
  .productgrid--sidebar-item[data-accordion-content][data-accordion-state=open] {
    overflow: visible;
  }
  
  .productgrid--sidebar-filters--current {
    margin-bottom: 1.640625rem;
  }
  @media screen and (min-width: 860px) {
    .productgrid--sidebar-filters--current {
      display: none;
    }
  }
  
  .utils-filter,
  .utils-sortby,
  .utils-view {
    font-size: var(--font-size-body-small);
    display: table-cell;
    vertical-align: middle;
  }
  
  .utils-sortby-button,
  .utils-filter-button {
    padding: 0.703125rem 0.46875rem;
  }
  body:not(.user-is-tabbing) .utils-sortby-button,
  body:not(.user-is-tabbing) .utils-filter-button {
    outline: 0;
  }
  
  .utils-filter {
    margin-right: 0.703125rem;
    text-align: left;
  }
  @media screen and (min-width: 860px) {
    .utils-filter {
      display: none;
    }
  }
  
  .utils-filter-button {
    font-size: 0;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .utils-filter-icon {
    display: table-cell;
    padding-right: 0.46875rem;
    vertical-align: middle;
  }
  .utils-filter-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    transition: fill 100ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: currentColor;
  }
  
  .utils-filter-text {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body-small);
    display: table-cell;
    vertical-align: middle;
  }
  
  .utils-sortby {
    font-size: 0;
  }
  
  .utils-sortby-select--wrapper,
  .utils-sortby-title {
    display: inline-block;
    vertical-align: middle;
  }
  
  .utils-sortby-select {
    line-height: 1.625;
    border-color: transparent;
    box-shadow: none;
  }
  .form-field-select-wrapper .utils-sortby-select:hover {
    border-color: transparent;
    box-shadow: none;
  }
  
  .utils-sortby-title {
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
  }
  @media screen and (min-width: 860px) {
    .utils-sortby-title {
      font-size: var(--font-size-body-small);
      display: inline-block;
    }
  }
  
  .utils-sortby-button {
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-body-small);
    display: inline-block;
    vertical-align: middle;
  }
  @media screen and (min-width: 860px) {
    .utils-sortby-button {
      display: none;
    }
  }
  
  .utils-sortby-select--wrapper {
    display: none;
    width: auto;
    max-width: 100%;
  }
  @media screen and (min-width: 860px) {
    .utils-sortby-select--wrapper {
      display: inline-block;
      margin-left: 0.46875rem;
    }
  }
  .utils-sortby-select--wrapper .form-field-select {
    font-size: var(--font-size-body-smaller);
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    color: #1d1d1d;
    border: 0;
    box-shadow: none;
  }
  .utils-sortby-select--wrapper .form-field-select:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  .utils-sortby-select--wrapper svg {
    color: #1d1d1d;
  }
  
  .productgrid--outer:not(.layout--has-sidebar) .utils-sortby {
    text-align: left;
  }
  
  .utils-view {
    width: 6.375rem;
    margin-left: auto;
  }
  @media screen and (max-width: 859px) {
    .utils-view.utils-hide {
      display: none;
    }
  }
  @media screen and (min-width: 860px) {
    .utils-view {
      width: 60%;
    }
  }
  
  .utils-view-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .utils-viewtoggle {
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 860px) {
    .utils-viewtoggle {
      margin-left: 40px;
    }
  }
  
  .utils-viewtoggle-label {
    font-style: normal;
    font-weight: 700;
    display: none;
    margin-right: 0.703125rem;
  }
  @media screen and (min-width: 860px) {
    .utils-viewtoggle-label {
      display: block;
    }
  }
  
  .utils-viewtoggle-button {
    display: flex;
    padding: 12px;
    margin-left: 0;
    color: #838383;
    cursor: pointer;
    background: 
  rgb(255, 255, 255)
  
  ;
    border: 0;
    border-radius: 3px;
    outline: none;
    transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
  }
  .utils-viewtoggle-button:focus {
    box-shadow: 0 0 0 2px rgba(29, 29, 29, 0.2);
  }
  .utils-viewtoggle-button:focus.active {
    box-shadow: 0 0 0 2px rgba(240, 79, 54, 0.4);
  }
  .utils-viewtoggle-button:hover {
    color: #505050;
  }
  .utils-viewtoggle-button.active {
    z-index: 1;
    color: #f04f36;
    background: rgba(240, 79, 54, 0.1);
  }
  @media screen and (min-width: 860px) {
    .utils-viewtoggle-button {
      padding: 0.234375rem;
      background-color: transparent;
    }
    .utils-viewtoggle-button:nth-of-type(1) {
      border: 0;
      border-radius: 2px;
    }
    .utils-viewtoggle-button:nth-of-type(2) {
      border: 0;
      border-radius: 2px;
    }
    .utils-viewtoggle-button.active {
      color: #f04f36;
      background-color: transparent;
    }
  }
  
  .shopify-model-viewer-ui {
    --progress-bar-color: #1d1d1d;
    --progress-bar-height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .shopify-model-viewer-ui:not(.shopify-model-viewer-ui--fullscreen) .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: none;
  }
  .shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: none;
  }
  .shopify-model-viewer-ui model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
    pointer-events: none;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 46px;
    height: auto;
    opacity: 0;
    transition: opacity 125ms cubic-bezier(0.4, 0, 1, 1);
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
    display: none;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
    opacity: 1;
  }
  .shopify-model-viewer-ui:hover .shopify-model-viewer-ui__controls-area {
    opacity: 1;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
    z-index: 1;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-out,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-in,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--fullscreen {
    cursor: pointer;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    width: 46px;
    height: 46px;
    padding: 0;
    color: #1d1d1d;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border: 1px solid rgba(29, 29, 29, 0.05);
    transition: background-color 100ms cubic-bezier(0.4, 0, 1, 1);
  }
  body:not(.user-is-tabbing) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
  body:not(.user-is-tabbing) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    outline: none;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control svg {
    width: 46px;
    height: 46px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover svg {
    opacity: 0.55;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:active,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
    background-color: #f4f4f4;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    position: absolute;
    top: calc(50% - 60px/2);
    left: calc(50% - 60px/2);
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    border: none;
    box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.05);
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg {
    opacity: 0.55;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:first-child {
    border-bottom: 0;
  }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:last-child {
    border-top: 0;
  }
  
  quantity-selector {
    --quantity-button-border-radius: 3px;
    display: block;
    max-width: 200px;
    font-size: var(--font-size-body);
  }
  .cart-item__quantity quantity-selector {
    margin-right: 1.171875rem;
  }
  
  .quantity-selector__label {
    display: inline-block;
    font-size: var(--font-size-body-smaller);
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
  
  .quantity-selector__wrapper {
    display: flex;
  }
  
  .quantity-selector__button-wrapper {
    display: flex;
  }
  .quantity-selector__button-wrapper.quantity-selector__button-wrapper--disabled {
    cursor: not-allowed;
  }
  
  .quantity-selector__button {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    background-color: #ffffff;
    padding: 0.9375rem 1.171875rem;
    cursor: pointer;
  }
  .quantity-selector__button:hover {
    background-color: #f4f4f4;
  }
  .quantity-selector__button:focus {
    outline: 0;
    border-color: 
  #818181
  
  ;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0.5px 
  #919191
  
  ;
  }
  .quantity-selector__button.quantity-selector__button--minus {
    border-right: 0;
    border-radius: var(--quantity-button-border-radius) 0 0 var(--quantity-button-border-radius);
  }
  .quantity-selector__button-wrapper--disabled .quantity-selector__button.quantity-selector__button--minus {
    pointer-events: none;
  }
  .quantity-selector__button-wrapper--disabled .quantity-selector__button.quantity-selector__button--minus svg {
    opacity: 50%;
  }
  .quantity-selector__button.quantity-selector__button--plus {
    border-left: 0;
    border-radius: 0 var(--quantity-button-border-radius) var(--quantity-button-border-radius) 0;
  }
  
  .quantity-selector__input {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 0.9375rem;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    background-color: #ffffff;
    font-size: var(--font-size-button-large);
    -webkit-appearance: textfield;
            appearance: textfield;
    cursor: pointer;
    width: 100%;
    min-width: 75px;
  }
  .quantity-selector__input:focus {
    outline: 0;
    border-color: 
  #818181
  
  ;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0.5px 
  #919191
  
  ;
  }
  .quantity-selector__input::-webkit-outer-spin-button, .quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .cart-item__quantity .quantity-selector__input {
    width: auto;
  }
  
  .plyr.plyr--video {
    color: #1d1d1d;
    background-color: #f4f4f4;
  }
  [data-product-gallery-aspect-ratio=short] .plyr.plyr--video, [data-product-gallery-aspect-ratio=square] .plyr.plyr--video, [data-product-gallery-aspect-ratio=tall] .plyr.plyr--video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .plyr.plyr--video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .plyr.plyr--video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .plyr.plyr--video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  [data-product-gallery-aspect-ratio=short] .plyr.plyr--video .plyr__video-wrapper, [data-product-gallery-aspect-ratio=square] .plyr.plyr--video .plyr__video-wrapper, [data-product-gallery-aspect-ratio=tall] .plyr.plyr--video .plyr__video-wrapper, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .plyr.plyr--video .plyr__video-wrapper, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .plyr.plyr--video .plyr__video-wrapper, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .plyr.plyr--video .plyr__video-wrapper {
    height: 100%;
  }
  [data-product-gallery-aspect-ratio=short] .plyr.plyr--video video, [data-product-gallery-aspect-ratio=square] .plyr.plyr--video video, [data-product-gallery-aspect-ratio=tall] .plyr.plyr--video video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .plyr.plyr--video video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .plyr.plyr--video video, [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .plyr.plyr--video video {
    height: 100%;
  }
  .plyr.plyr--video .plyr__control {
    color: #1d1d1d;
    background: 
  rgb(255, 255, 255)
  
  ;
    border: none;
  }
  .plyr.plyr--video > .plyr__control {
    height: 3.75rem;
    width: 3.75rem;
    padding: 0;
    background: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.05);
  }
  .plyr.plyr--video > .plyr__control > svg {
    height: 100%;
    width: 100%;
    margin: 0;
    border: none;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .plyr.plyr--video > .plyr__control:hover > svg {
    opacity: 0.55;
  }
  .plyr.plyr--video > .plyr__control:active {
    opacity: 0.7;
  }
  .plyr.plyr--video .plyr__progress__buffer {
    background: rgba(29, 29, 29, 0.6);
    opacity: 0.6;
  }
  .plyr.plyr--video .plyr__control--overlaid.plyr__tab-focus,
  .plyr.plyr--video .plyr__control--overlaid:hover {
    color: #1d1d1d;
  }
  .plyr.plyr--video .plyr__video-wrapper,
  .plyr.plyr--video .plyr__poster {
    background-color: #f4f4f4;
  }
  .plyr.plyr--video .plyr__controls {
    background: 
  rgb(255, 255, 255)
  
  ;
    border: none;
    box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.05);
  }
  .plyr.plyr--video .plyr__tooltip {
    color: 
  rgb(255, 255, 255)
  
  ;
    background: #1d1d1d;
  }
  .plyr.plyr--video .plyr__tooltip:before {
    border-top: 4px solid #1d1d1d;
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, #1d1d1d var(--value, 0%), rgba(29, 29, 29, 0.6) var(--value, 0%));
  }
  .plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 
  rgb(255, 255, 255)
  
  ;
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]::-moz-range-track {
    box-shadow: 2px 0 0 0 
  rgb(255, 255, 255)
  
  ;
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 
  rgb(255, 255, 255)
  
  ;
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]:active::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(29, 29, 29, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume {
    background-color: #1d1d1d;
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, 
  rgb(255, 255, 255)
  
   var(--value, 0%), rgba(255, 255, 255, 0.6) var(--value, 0%));
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
    color: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 2px 0 0 0 #1d1d1d;
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
    color: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 2px 0 0 0 #1d1d1d;
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
    color: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 2px 0 0 0 #1d1d1d;
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  }
  
  .product-details {
    color: #1d1d1d;
  }
  @media screen and (max-width: 719px) {
    .product-details {
      margin-top: 1.640625rem;
      margin-bottom: 1.171875rem;
    }
  }
  
  .product-block:first-child > :first-child {
    margin-top: 0;
  }
  
  .product-title {
    margin: 0.46875rem 0;
    font-size: var(--font-size-heading-3);
    line-height: 1.2;
    color: #1d1d1d;
  }
  @media screen and (min-width: 720px) {
    .product-title {
      font-size: var(--font-size-heading-1);
    }
  }
  .product-title a {
    color: #1d1d1d;
    text-decoration: none;
  }
  
  .product-vendor {
    margin: 0.46875rem 0;
    font-size: var(--font-size-body);
    line-height: 1.6;
    color: #949494;
  }
  .key-details {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 3px;
    margin: 1rem 0;
    color: var(--key-details-text-color);
    background-color: var(--key-details-background-color);
  }
  
  .key-details__icon {
    color: var(--key-details-icon-color);
  }
  
  .key-details__icon,
  .key-details__image {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
  }
  
  .key-details__wrapper {
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.5;
    text-align: left;
  }
  .key-details__wrapper a,
  .key-details__wrapper a:hover,
  .key-details__wrapper a:active,
  .key-details__wrapper a:visited {
    color: inherit;
  }
  
  .key-details__wrapper p {
    margin-top: 0;
  }
  .key-details__wrapper p:first-child {
    margin-top: 0;
    line-height: initial;
  }
  .key-details__wrapper p:last-child {
    margin-bottom: 0;
  }
  
  .key-details__heading {
    margin: 0 0 4px 0;
    font-weight: 700;
  }
  
  .product-pricing {
    margin: 0.9375rem 0;
  }
  
  .product-text,
  .product-app {
    margin: 0.46875rem 0;
  }
  
  .product-sku {
    margin: 0.46875rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #949494;
  }
  .product-sku.product-sku--empty {
    display: none;
  }
  
  .product__badge {
    display: inline-block;
    height: 100%;
    margin-right: 0.46875rem;
    margin-bottom: 0.46875rem;
    font-size: var(--font-size-body-smallest);
    white-space: nowrap;
  }
  
  .product__price {
    display: inline;
  }
  .product__price .price__compare-at,
  .product__price .price__current {
    margin-bottom: 0.234375rem;
    font-size: var(--font-size-heading-4);
    line-height: 1.15;
    white-space: nowrap;
  }
  @media screen and (min-width: 720px) {
    .product__price .price__compare-at,
  .product__price .price__current {
      font-size: 1.171875rem;
    }
  }
  .product__price .price__current {
    display: inline-block;
  }
  .product__price .price__compare-at {
    margin-right: 0.234375rem;
  }
  .product__price .price__compare-at.visible ~ .price__current {
    color: #ca0000;
  }
  
  .product-section--container {
    margin-top: 2.9296875rem;
  }
  @media screen and (min-width: 1024px) {
    .product-section--container {
      margin-top: 3.984375rem;
    }
  }
  
  .product-section--title {
    margin-top: 2.9296875rem;
    margin-bottom: 1.171875rem;
    color: #1d1d1d;
    text-align: center;
  }
  @media screen and (min-width: 860px) {
    .product-section--title {
      margin-bottom: 1.640625rem;
    }
  }
  .shopify-section:first-child .product-section--title {
    margin-top: 1.640625rem;
  }
  @media screen and (min-width: 860px) {
    .shopify-section:first-child .product-section--title {
      margin-top: 1.875rem;
    }
  }
  
  .product-section--content {
    margin-top: 1.171875rem;
  }
  @media screen and (min-width: 860px) {
    .product-section--content {
      margin-top: 1.640625rem;
    }
  }
  
  .product-recommendations--title {
    padding-left: 0;
  }
  @media screen and (max-width: 719px) {
    .product-recommendations--title {
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 720px) {
    .product-recommendations--title {
      padding-right: 15px;
    }
  }
  
  .product-message--container {
    display: none;
    max-height: 200px;
    overflow: hidden;
  }
  .product-message--container.visible {
    display: block;
  }
  .product-message--container div {
    padding: 0.703125rem;
  }
  
  .product-message--error {
    outline: none;
  }
  
  :root {
    --color-body-text: #1d1d1d;
    --color-body: #ffffff;
    --color-bg: #ffffff;
  }
  
  shopify-payment-terms {
    display: block;
    margin: 0.703125rem 0 1.640625rem;
    font-size: var(--font-size-body-small);
  }
  
  .custom-liquid {
    margin: 0.703125rem 0;
  }
  
  .collapsible-tab {
    text-align: left;
    border-bottom: 1px solid #dddddd;
  }
  
  .collapsible-tab__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9375rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    font-weight: 700;
    word-break: break-word;
    cursor: pointer;
  }
  .collapsible-tab__heading::-webkit-details-marker {
    display: none;
  }
  .collapsible-tab__heading .icon-chevron-down {
    flex-shrink: 0;
  }
  [open] .collapsible-tab__heading .icon-chevron-down {
    transform: rotate(180deg);
  }
  
  .collapsible-tab__text {
    margin-bottom: 0.9375rem;
    line-height: 1.625;
    word-break: break-word;
  }
  .collapsible-tab__text a {
    color: #f04f36;
  }
  .collapsible-tab__text p {
    margin-top: 0;
  }
  .collapsible-tab__text p:last-child {
    margin-bottom: 0;
  }
  
  .product-block--collapsible-tab {
    border-top: 1px solid #dddddd;
  }
  .product-block--collapsible-tab + .product-block--request_quote,
  .product-block--collapsible-tab + .product-block--collapsible-tab {
    border-top: none;
  }
  
  .pxu-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  @media screen and (max-width: 719px) {
    .pxu-tabs.pxu-tabs--bottom-true {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  .tab-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .tab-radio:checked + .tab-label {
    background: 
  rgb(255, 255, 255)
  
  ;
    border: 1px solid #dddddd;
    border-bottom: none;
    font-weight: 700;
  }
  .tab-radio:checked + .tab-label + .tab-panel {
    display: block;
  }
  
  .no-js .tab-radio:focus + .tab-label,
  .user-is-tabbing .tab-radio:focus + .tab-label {
    border: 2px solid #025ECC;
    border-bottom: none;
  }
  
  .tab-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.35rem;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    background: #f2f2f2;
    cursor: pointer;
    font-weight: normal;
    word-break: break-word;
    border-bottom: 1px solid #dddddd;
  }
  .tab-label:hover {
    background: #ededed;
  }
  @media screen and (max-width: 719px) {
    .tab-label {
      width: 100%;
      border-bottom: none;
      justify-content: flex-start;
    }
  }
  
  .tab-panel {
    width: 100%;
    display: none;
    word-break: break-word;
    padding: 0 1.35rem 1.35rem 1.35rem;
    background: 
  rgb(255, 255, 255)
  
  ;
    border: 1px solid #dddddd;
    border-top: none;
    text-align: left;
    white-space: normal;
    line-height: 1.5;
  }
  @media screen and (min-width: 720px) {
    .tab-panel {
      order: 1;
      padding: 2rem;
    }
  }
  .tab-panel .secondary_button {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
  .tab-panel p {
    margin-top: 0;
  }
  .tab-panel p:last-child {
    margin-bottom: 0;
  }
  
  .tab-panel a {
    color: #f04f36;
  }
  
  .complementary-products {
    --slide-item-padding: 1rem;
    --slide-item-outer-gap: 1rem;
    --slide-item-inner-gap: 1rem;
    --slide-item-border-color: black;
    --slide-item-border-thickness: 1px;
    --slider-dot-gap: 0.5rem;
    --slider-dot-size: 0.5rem;
    --slider-dot-color: #cacaca;
    --slider-active-dot-color: #787878;
  }
  
  .complementary-products__slider [data-slide] {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    gap: var(--slide-item-outer-gap);
    width: 100%;
    height: auto;
  }
  .complementary-products__slider .flickity-page-dots {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: var(--slider-dot-gap);
  }
  .complementary-products__slider .flickity-page-dots .dot {
    margin: 0;
    border-radius: 50%;
    background: var(--slider-dot-color);
    height: var(--slider-dot-size);
    width: var(--slider-dot-size);
  }
  .complementary-products__slider .flickity-page-dots .dot.is-selected {
    background: var(--slider-active-dot-color);
  }
  
  .complementary-products__grid {
    display: flex;
    flex-direction: column;
    gap: var(--slide-item-outer-gap);
  }
  
  .complementary-product {
    display: flex;
    flex-direction: row;
    gap: var(--slide-item-inner-gap);
    padding: var(--slide-item-padding);
    border: var(--slide-item-border-thickness) solid var(--slide-item-border-color);
  }
  
  .complementary-product__name,
  .complementary-product__price-text {
    margin: 0;
  }
  
  .complementary-product__price-text {
    display: inline-block;
  }
  
  .complementary-product__image-link {
    display: block;
    position: relative;
    line-height: 0;
  }
  
  .complementary-products {
    --slide-item-inner-gap: 0.703125rem;
    --slider-dot-gap: 0.703125rem;
    --slider-dot-color: #1d1d1d;
    --slider-active-dot-color: #1d1d1d;
    --slide-item-padding: 0.703125rem;
    --slide-item-border-color: rgba(128, 128, 128, 0.16);
  }
  
  .complementary-product {
    margin: 10px;
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .complementary-product:hover {
    box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2);
  }
  
  .complementary-products__container {
    position: relative;
  }
  .complementary-products__container.complementary-products__container--grid {
    margin: 1.875rem 0 0.9375rem;
  }
  .complementary-products__container.complementary-products__container--slider {
    margin: 1.875rem 0 3.984375rem;
  }
  .product-block--first .complementary-products__container {
    margin-top: 0;
  }
  
  .complementary-products__slider {
    margin: 0 -10px;
  }
  .complementary-products__slider .flickity-viewport {
    overflow: hidden;
  }
  .complementary-products__slider .flickity-button {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: 
  rgb(255, 255, 255)
  
  ;
    color: #1d1d1d;
    border-radius: 24px;
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 2px 5px rgba(127, 127, 127, 0.5);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 1079px) {
    .complementary-products__slider .flickity-button {
      display: none;
    }
  }
  .complementary-products__slider .flickity-button:disabled {
    cursor: initial;
    opacity: 0.5;
  }
  .complementary-products__slider .flickity-button:disabled svg {
    opacity: 0.3;
  }
  .complementary-products__slider .flickity-button:not(:disabled):hover {
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 3px 10px rgba(127, 127, 127, 0.5);
    opacity: 1;
    transform: translateY(-50%) scale(1.125);
  }
  .complementary-products__slider .flickity-button.previous {
    left: -17px;
  }
  .complementary-products__slider .flickity-button.previous svg {
    left: -1px;
  }
  .complementary-products__slider .flickity-button.next {
    right: -17px;
  }
  .complementary-products__slider .flickity-button.next svg {
    right: -1px;
  }
  .complementary-products__slider .flickity-button .flickity-button-icon {
    fill: currentColor;
  }
  .complementary-products__slider .flickity-page-dots {
    bottom: -1.875rem;
  }
  .complementary-products__slider .flickity-page-dots .dot {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .complementary-products__slider .flickity-page-dots .dot.is-selected {
    opacity: 1;
    transform: scale(1.25);
  }
  
  .complementary-products__title {
    font-size: var(--font-size-body);
    margin: 1.875rem 0 1.171875rem;
  }
  .product-block--first .complementary-products__title,
  .complementary-products__title + .complementary-products__container {
    margin-top: 0;
  }
  
  .complementary-product__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .complementary-product__name {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    line-height: 1.3125;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
  }
  .complementary-products--emphasized .complementary-product__name {
    order: 2;
    margin-top: 0.234375rem;
  }
  
  .complementary-product__price-text {
    display: none;
  }
  
  .complementary-product__price {
    font-size: var(--font-size-body);
  }
  .complementary-product__price:only-of-type {
    color: #f04f36;
    text-decoration: none;
  }
  .complementary-product--on-sale .complementary-product__price {
    order: 2;
    color: #ca0000;
  }
  .complementary-products--emphasized .complementary-product__price {
    font-size: var(--font-size-body-larger);
  }
  
  .complementary-product__unit-price {
    order: 3;
    margin: 0.234375rem 0;
    font-size: var(--font-size-body-smallest);
    color: rgba(29, 29, 29, 0.8);
  }
  
  .complementary-product__price-wrapper {
    margin-top: 0.234375rem;
  }
  .complementary-products--emphasized .complementary-product__price-wrapper {
    order: 1;
    margin-top: 0;
  }
  .complementary-product--on-sale .complementary-product__price-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .complementary-product__price-compare {
    font-size: 0.8125rem;
    line-height: 1.38;
    color: #949494;
    text-decoration: line-through;
  }
  .complementary-product--on-sale .complementary-product__price-compare {
    order: 1;
  }
  
  .complementary-product__link {
    margin-top: 0.9375rem;
  }
  .complementary-products--emphasized .complementary-product__link {
    order: 3;
  }
  
  .complementary-product__image-element {
    width: 100%;
    height: auto;
  }
  
  .complementary-product__image {
    flex: 0 0 25%;
  }
  @media screen and (min-width: 480px) {
    .complementary-product__image {
      flex: 0 0 18%;
    }
  }
  @media screen and (min-width: 720px) {
    .complementary-product__image {
      flex: 0 0 25%;
    }
  }
  @media screen and (min-width: 1024px) {
    .complementary-product__image {
      flex: 0 0 20%;
    }
  }
  @media screen and (min-width: 1024px) {
    .product__container--three-columns .complementary-product__image {
      flex: 0 0 25%;
    }
  }
  
  .complementary-product__details {
    flex-grow: 1;
  }
  
  .product__badge,
  .hotspot__badge,
  .productitem__badge {
    font-style: normal;
    font-weight: 700;
    padding: 0.234375rem 0.3125rem;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .product__badge--soldout,
  .hotspot__badge--soldout,
  .productitem__badge--soldout {
    color: 
  rgb(255, 255, 255)
  
  ;
    background-color: #1d1d1d;
  }
  
  .product__badge--sale,
  .productitem__badge--sale,
  .hotspot__badge--sale,
  .product__badge--pre-order,
  .productitem__badge--pre-order,
  .hotspot__badge--pre-order {
    color: #fff;
    background-color: #ca0000;
  }
  
  .variant-selection__variants {
    display: none !important;
    padding: 0;
    margin-top: 0.9375rem;
    margin-right: 0;
    margin-left: 0;
    border: none;
  }
  .no-js .variant-selection__variants.no-js-required {
    display: block;
    width: 100%;
  }
  .no-js .variant-selection__variants.js-required {
    display: none;
  }
  .js .variant-selection__variants.no-js-required {
    display: none;
  }
  .js .variant-selection__variants.js-required {
    display: block;
  }
  
  .form-field-select[data-variant-option-chosen-value],
  .options-selection__input-select[data-variant-option-chosen-value],
  [data-variant-option-chosen-value].age-gate__select {
    color: transparent;
  }
  .form-field-select:not([data-variant-option-chosen-value=false]),
  .options-selection__input-select:not([data-variant-option-chosen-value=false]),
  .age-gate__select:not([data-variant-option-chosen-value=false]) {
    color: #4d4d4d;
  }
  .form-field-select option,
  .options-selection__input-select option,
  .age-gate__select option {
    color: #4d4d4d;
  }
  
  .product-form--error-option-unselected .options-selection__option-name[data-variant-option-chosen-value=false] {
    color: #f05d5d;
  }
  .product-form--error-option-unselected .form-field-title[data-variant-option-chosen-value=false],
  .product-form--error-option-unselected .options-selection__select-label[data-variant-option-chosen-value=false],
  .product-form--error-option-unselected [data-variant-option-chosen-value=false].age-gate__select-label {
    color: #f05d5d;
  }
  
  .product-form--regular {
    margin: 0.9375rem 0;
  }
  
  @media screen and (min-width: 480px) {
    .product__container--two-columns .product-form__action-wrapper {
      align-items: flex-end;
      flex-direction: row;
    }
  }
  @media screen and (min-width: 720px) {
    .product__container--two-columns .product-form__action-wrapper {
      flex-direction: column;
      align-items: stretch;
    }
  }
  @media screen and (min-width: 860px) {
    .product__container--two-columns .product-form__action-wrapper {
      align-items: flex-end;
      flex-direction: row;
    }
  }
  @media screen and (min-width: 480px) {
    .product__container--three-columns .product-form__action-wrapper {
      align-items: flex-end;
      flex-direction: row;
    }
  }
  @media screen and (min-width: 1024px) {
    .product__container--three-columns .product-form__action-wrapper {
      flex-direction: column;
      align-items: stretch;
    }
  }
  .featured-product__container .product-form__action-wrapper {
    text-align: center;
    align-items: center;
  }
  @media screen and (min-width: 480px) {
    .featured-product__container .product-form__action-wrapper {
      text-align: left;
      align-items: flex-end;
    }
  }
  
  .product-form--alt .form-options-first {
    margin-top: 0;
  }
  
  .form-options-swatches {
    z-index: 5;
  }
  
  .product-form--atc {
    margin-top: 0.9375rem;
    font-size: 0;
  }
  .product-form--alt input[type=hidden] + .product-form--atc {
    margin-top: 0;
  }
  
  .product-form--atc-button {
    color: #ffffff;
    background-color: #f04f36;
    border: 1px solid #dddddd;
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    position: relative;
    width: 100%;
    padding: 0.9375rem;
  }
  .product-form--atc-button:not(.disabled):hover {
    background: rgb(243, 114, 94);
    border: 1px solid 
  #cecece
  
  ;
  }
  .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }
  .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .product-form--atc-button.mdc-ripple-surface:hover::before, .product-form--atc-button.mdc-ripple-surface::before {
    opacity: 0;
  }
  .product-form--atc-button.mdc-ripple-surface::after {
    background-color: #ffffff;
  }.product-form--atc-button {
      text-transform: none;
    }.product-form--atc-button .atc-button--text {
    display: block;
    opacity: 1;
    transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  .product-form--atc-button .atc-button--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -13px;
    margin-left: -13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: rotate 0.6s linear infinite;
  }
  .product-form--atc-button .atc-button--icon svg {
    display: block;
    width: 26px;
    height: 26px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8);
  }
  .product-form--atc-button.processing .atc-button--text {
    opacity: 0;
    transform: scale(1.075);
  }
  .product-form--atc-button.processing .atc-button--icon {
    visibility: visible;
    opacity: 1;
  }
  .product-form--atc-button.processing .atc-button--icon svg {
    transform: scale(1);
  }
  .smart-payment-enabled .product-form--atc-button {
    color: #ffffff;
    background-color: #f04f36;
    border: 1px solid #dddddd;
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    width: 100%;
    margin-top: 0.9375rem;
    margin-left: 0;
    font-size: var(--font-size-body);
  }
  .smart-payment-enabled .product-form--atc-button:not(.disabled):hover {
    background: rgb(243, 114, 94);
    border: 1px solid 
  #cecece
  
  ;
  }
  .smart-payment-enabled .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }
  .smart-payment-enabled .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .smart-payment-enabled .product-form--atc-button.mdc-ripple-surface:hover::before, .smart-payment-enabled .product-form--atc-button.mdc-ripple-surface::before {
    opacity: 0;
  }
  .smart-payment-enabled .product-form--atc-button.mdc-ripple-surface::after {
    background-color: #ffffff;
  }.smart-payment-enabled .product-form--atc-button {
      text-transform: none;
    }@media screen and (max-width: 1279px) {
    .product-form--alt .product-form--atc-button {
      font-size: 15px;
    }
  }
  
  .options-selection__option-name {
    font-style: normal;
    font-weight: 700;
  }
  @media screen and (min-width: 720px) {
    .options-selection__option-name {
      font-size: var(--font-size-body-smaller);
    }
  }
  
  .option-swatch-value {
    font-weight: 400;
  }
  
  .options-selection__option-values {
    margin-top: 10px;
  }
  
  .options-selection__option-value {
    display: inline-block;
  }
  
  .options-selection__option-value-input {
    position: absolute;
    opacity: 0;
  }
  .options-selection__option-value-input + .options-selection__option-value-name, .options-selection__option-value-input + .options-selection__option-swatch-wrapper {
    display: inline-block;
    width: auto;
    padding: 0.46875rem 0.703125rem;
    margin: 0 5px 10px 0;
    cursor: pointer;
    transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .options-selection__option-value-input + .options-selection__option-value-name.mdc-ripple-surface::after, .options-selection__option-value-input + .options-selection__option-swatch-wrapper.mdc-ripple-surface::after {
    background-color: #f04f36;
  }
  @media screen and (min-width: 720px) {
    .options-selection__option-value-input + .options-selection__option-value-name, .options-selection__option-value-input + .options-selection__option-swatch-wrapper {
      font-size: var(--font-size-body-smaller);
    }
  }
  .options-selection__option-value-input:focus:not(:disabled) ~ .options-selection__option-value-name:not(.options-selection__option-swatch-wrapper) {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .options-selection__option-value-input:not(:checked):focus + .options-selection__option-value-name, .options-selection__option-value-input:not(:checked):hover + .options-selection__option-value-name {
    border-color: 
  #bebebe
  
  ;
  }
  .options-selection__option-value-input:checked + .options-selection__option-value-name {
    color: #f04f36;
    background-color: rgba(240, 79, 54, 0.06);
    border-color: #f04f36;
  }
  .options-selection__option-value-input:checked + .options-selection__option-value-name:focus + .options-selection__option-value-name:not(.options-selection__option-swatch-wrapper) {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .options-selection__option-value-input[data-variant-option-available=false] + .options-selection__option-value-name {
    text-decoration: line-through;
    opacity: 0.5;
  }
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper {
    position: relative;
    height: 64px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0);
    transition: box-shadow 150ms cubic-bezier(0.7, 0.18, 1, 1);
    box-shadow: none;
  }.options-selection__option-value-input + .options-selection__option-swatch-wrapper {
      border-radius: 2.5px;
    }.swatches-variant-images-square .options-selection__option-value-input + .options-selection__option-swatch-wrapper {
    border-radius: 1px;
  }
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    pointer-events: none;
    content: "";
    will-change: transform;
  }
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper:hover {
    z-index: 5;
  }
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper .options-selection__option-swatch {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transition: transform 150ms cubic-bezier(0.7, 0.18, 1, 1);
  }.options-selection__option-value-input + .options-selection__option-swatch-wrapper .options-selection__option-swatch {
      border-radius: 2.5px;
    }.swatches-variant-images-square .options-selection__option-value-input + .options-selection__option-swatch-wrapper .options-selection__option-swatch {
    border-radius: 0;
  }
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper .options-selection__option-swatch-inner {
    width: 64px;
  }
  .options-selection__option-value-input:focus ~ .options-selection__option-swatch-wrapper {
    outline: none;
  }
  .options-selection__option-value-input:checked + .options-selection__option-swatch-wrapper {
    background-color: transparent;
  }
  .options-selection__option-value-input[data-variant-option-available=false] + .options-selection__option-swatch-wrapper {
    opacity: 1;
  }
  .product-form--atc-button[disabled] + .shopify-payment-button {
    display: none;
  }
  
  .options-selection__select {
    position: relative;
  }
  
  .form-field-select[data-variant-option-chosen-value],
  .options-selection__input-select[data-variant-option-chosen-value],
  [data-variant-option-chosen-value].age-gate__select {
    color: transparent;
  }
  .form-field-select:not([data-variant-option-chosen-value=false]),
  .options-selection__input-select:not([data-variant-option-chosen-value=false]),
  .age-gate__select:not([data-variant-option-chosen-value=false]) {
    color: #4d4d4d;
  }
  .form-field-select option,
  .options-selection__input-select option,
  .age-gate__select option {
    color: #4d4d4d;
  }
  
  .options-selection__select-label:not([data-variant-option-chosen-value=false]), .age-gate__select-label:not([data-variant-option-chosen-value=false]) {
    top: 0.5rem;
    font-size: 0.8125rem;
    transition-delay: 0ms;
  }
  
  .shopify-payment-button {
    margin-top: 0.9375rem;
  }
  .shopify-payment-button .shopify-payment-button__button {
    margin-right: auto;
    margin-left: auto;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: var(--font-size-button-large);
    padding: 0.875rem 1.75rem;
    letter-spacing: 0.0em;
    position: relative;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded:not(.disabled):hover {
    background: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded:active {
    background: 
  #0f0f0f
  
  ;
    border: 1px solid 
  #0f0f0f
  
  ;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .shopify-payment-button .shopify-payment-button__button--unbranded.mdc-ripple-surface:hover::before, .shopify-payment-button .shopify-payment-button__button--unbranded.mdc-ripple-surface::before {
    opacity: 0;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.mdc-ripple-surface::after {
    background-color: #ffffff;
  }.shopify-payment-button .shopify-payment-button__button--unbranded {
      text-transform: none;
    }.shopify-payment-button .shopify-payment-button__button--unbranded .atc-button--text {
    display: block;
    opacity: 1;
    transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1), transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded .atc-button--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -13px;
    margin-left: -13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: rotate 0.6s linear infinite;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded .atc-button--icon svg {
    display: block;
    width: 26px;
    height: 26px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.8);
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.processing .atc-button--text {
    opacity: 0;
    transform: scale(1.075);
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.processing .atc-button--icon {
    visibility: visible;
    opacity: 1;
  }
  .shopify-payment-button .shopify-payment-button__button--unbranded.processing .atc-button--icon svg {
    transform: scale(1);
  }
  @media screen and (max-width: 1279px) {
    .product-form--alt .shopify-payment-button .shopify-payment-button__button--unbranded {
      font-size: 15px;
    }
  }
  .shopify-payment-button .shopify-payment-button__button--branded {
    min-height: 48px;
    overflow: hidden;
    border-radius: 3px;
  }
  .shopify-payment-button .shopify-payment-button__more-options {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-small);
    padding: 0;
  }
  .shopify-payment-button .shopify-payment-button__more-options:hover {
    text-decoration: none;
  }
  .shopify-payment-button .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
    display: none;
  }
  
  .product-gallery {
    position: relative;
  }
  
  .product-gallery--viewer {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (min-width: 720px) {
    .product-gallery--viewer {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .hover-zoom-enabled .product-gallery--viewer {
      cursor: crosshair;
    }
  }
  .click-to-zoom-enabled .product-gallery--viewer {
    cursor: pointer;
  }
  .product-gallery--viewer.product-gallery--has-media .product-gallery--media:not([data-gallery-selected=true]) {
    position: absolute;
  }
  .product-gallery--viewer.product-gallery--has-media:not(.flickity-enabled) .product-gallery--media:not([data-gallery-selected=true]) {
    visibility: hidden;
    opacity: 0;
  }
  
  .product-gallery:not([data-product-gallery-aspect-ratio=natural]) .product-gallery--image-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
  }
  
  [data-product-gallery-aspect-ratio=natural] .product-gallery--image-background {
    background-size: 0;
  }
  [data-product-gallery-aspect-ratio=natural] .product-gallery--external_video {
    padding-bottom: 56.25%;
  }
  
  [data-product-gallery-aspect-ratio=short] .product-gallery--media,
  [data-product-gallery-aspect-ratio=square] .product-gallery--media,
  [data-product-gallery-aspect-ratio=tall] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media {
    height: 0;
  }
  
  .in-theme-editor [data-product-gallery-aspect-ratio=short],
  .in-theme-editor [data-product-gallery-aspect-ratio=square],
  .in-theme-editor [data-product-gallery-aspect-ratio=tall] {
    background-color: 
  rgb(255, 255, 255)
  
  ;
  }
  [data-product-gallery-aspect-ratio=short] .product-gallery--loaded-image,
  [data-product-gallery-aspect-ratio=square] .product-gallery--loaded-image,
  [data-product-gallery-aspect-ratio=tall] .product-gallery--loaded-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
  }
  
  [data-product-gallery-aspect-ratio=tall] .product-gallery--loaded-image {
    width: 100%;
  }
  
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media img,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media img,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media img {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transform: none;
  }
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media img[data-rimg=noscript],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media img[data-rimg=noscript],
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media img[data-rimg=noscript] {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  [data-product-gallery-aspect-ratio=short] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=short] .product-gallery--media {
    padding-bottom: 75%;
  }
  
  [data-product-gallery-aspect-ratio=square] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=square] .product-gallery--media {
    padding-bottom: 100%;
  }
  
  [data-product-gallery-aspect-ratio=tall] .product-gallery--media,
  [data-product-gallery-image-crop][data-product-gallery-aspect-ratio=tall] .product-gallery--media {
    padding-bottom: 150%;
  }
  
  .product-gallery--media {
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #1d1d1d;
    outline: none;
    opacity: 0;
    transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-gallery--media video,
  .product-gallery--media .video,
  .product-gallery--media .shopify-model-viewer-ui {
    display: none;
  }
  .product-gallery--media[data-gallery-selected=true] video,
  .product-gallery--media[data-gallery-selected=true] .video,
  .product-gallery--media[data-gallery-selected=true] .shopify-model-viewer-ui {
    display: block;
  }
  @media screen and (max-width: 719px) {
    .flickity-enabled .product-gallery--media, .product-gallery--media[data-gallery-selected=true], .product-gallery--media.product-gallery--image-placeholder {
      opacity: 1;
    }
  }
  @media screen and (min-width: 720px) {
    .product-gallery--media {
      left: 0 !important;
      z-index: -1;
      opacity: 0;
    }
    .product-gallery--media.product-gallery--image-placeholder, .product-gallery--media[data-gallery-selected=true], .product-gallery--media.is-selected {
      z-index: 0;
      width: 100%;
      opacity: 1;
    }
  }
  [data-product-gallery-aspect-ratio=natural] .product-gallery--media img,
  .product-gallery--media svg {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  .product-gallery--navigation {
    position: relative;
    width: 100%;
    padding-bottom: 0.125rem;
    margin-top: 0.46875rem;
    margin-left: -0.125rem;
    font-size: 0;
    text-align: left;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-gallery--navigation.loading {
    position: absolute;
    opacity: 0;
  }
  @media screen and (min-width: 720px) {
    .product-gallery--navigation {
      margin-top: 0.46875rem;
      margin-right: -0.3125rem;
      margin-left: -0.3125rem;
    }
  }
  
  .gallery-navigation--scroll-button {
    position: absolute;
    z-index: 2;
    display: none;
    width: 2rem;
    height: 100%;
    color: #1d1d1d;
    cursor: pointer;
    background: 
  rgb(255, 255, 255)
  
  ;
    border-top: none;
    border-bottom: none;
    outline: none;
    transform: translate3d(0, 0, 0);
  }
  .gallery-navigation--scroll-button.visible {
    display: block;
  }
  .gallery-navigation--scroll-button.scroll-left {
    left: 0;
    padding-left: 0;
    border-right: 1px solid rgba(128, 128, 128, 0.3);
    border-left: none;
  }
  .gallery-navigation--scroll-button.scroll-left svg {
    transform: rotate(90deg);
  }
  .gallery-navigation--scroll-button.scroll-right {
    right: 0;
    padding-right: 0;
    border-right: none;
    border-left: 1px solid rgba(128, 128, 128, 0.3);
  }
  .gallery-navigation--scroll-button.scroll-right svg {
    transform: rotate(270deg);
  }
  
  .gallery-navigation--scroller {
    padding-top: 0.234375rem;
    padding-bottom: 0.234375rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  @media screen and (min-width: 720px) {
    .gallery-navigation--scroller {
      overflow: visible;
      white-space: normal;
    }
  }
  @media screen and (max-width: 719px) {
    .gallery-navigation--scroller .product-gallery--media-thumbnail:last-child {
      margin-right: 10px;
    }
    .gallery-navigation--scroller::-webkit-scrollbar {
      display: none;
    }
  }
  
  .product-gallery--media-thumbnail {
    position: relative;
    display: inline-block;
    height: 4rem;
    padding: 2px;
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 0 2px transparent;
    transition: box-shadow 100ms cubic-bezier(0.4, 0, 1, 1);
  }
  @media screen and (min-width: 720px) {
    .product-gallery--media-thumbnail {
      margin-top: 0.375rem;
    }
  }
  @media screen and (min-width: 1080px) {
    .product-gallery--media-thumbnail {
      height: 4.9375rem;
    }
    
  }
  .no-js .product-gallery--media-thumbnail {
    cursor: default;
  }
  .product-gallery--media-thumbnail:focus {
    outline: none;
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.15);
  }
  .product-gallery--media-thumbnail[data-gallery-selected=true] {
    box-shadow: 0 0 0 1.5px 
  #818181
  
  ;
  }
  .product-gallery--media-thumbnail[data-gallery-selected=true]:focus {
    box-shadow: 0 0 0 1.5px 
  #818181
  
  , 0 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .product-gallery--media-thumbnail .product-gallery--media-thumbnail-img-wrapper {
    position: relative;
    display: block;
    height: 100%;
  }
  .product-gallery--media-thumbnail .icon-play-thumb,
  .product-gallery--media-thumbnail .icon-model-thumb {
    position: absolute;
    top: 0.1875rem;
    right: 0.1875rem;
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    color: #1d1d1d;
    pointer-events: none;
    background: 
  rgb(255, 255, 255)
  
  ;
    box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.05);
  }
  .no-js .product-gallery--media-thumbnail .icon-play-thumb,
  .no-js .product-gallery--media-thumbnail .icon-model-thumb {
    display: none;
  }
  
  .product-gallery--media-thumbnail-img {
    display: block;
    max-width: 100%;
    height: 100%;
  }
  
  .product-gallery--media-thumbnail:focus,
  .product-gallery--media-thumbnail-img-wrapper:focus {
    outline: none;
  }
  
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] {
      display: flex;
      flex-wrap: wrap;
      align-self: flex-start;
    }
    
    [data-product-gallery-thumbnails=left] .product-gallery--navigation {
      flex: 1 0 auto;
      align-self: flex-start;
      max-width: 4.375rem;
      max-height: 34.375rem;
      padding: 0;
      margin-top: 0;
      margin-right: 1.171875rem;
    }
  }
  @media screen and (min-width: 720px) and (min-width: 1080px) {
    [data-product-gallery-thumbnails=left] .product-gallery--navigation {
      max-width: 5.3125rem;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .gallery-navigation--scroller {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 5rem;
      max-height: 34.375rem;
      margin-right: 1rem;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }
  @media screen and (min-width: 720px) and (min-width: 1080px) {
    [data-product-gallery-thumbnails=left] .gallery-navigation--scroller {
      width: 6rem;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail {
      width: 4rem;
      height: auto;
      margin-top: -2px;
      margin-bottom: 0.375rem;
    }
  }
  @media screen and (min-width: 720px) and (min-width: 1080px) {
    [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail {
      width: 4.9375rem;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail-img-wrapper {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail-img {
      width: 100%;
      max-width: auto;
      height: auto;
      max-height: 100%;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .product-gallery--viewer {
      padding: 0;
      flex: 1;
    }
  }
  @media screen and (min-width: 720px) {
    [data-product-gallery-thumbnails=left] .product-gallery--viewinyourspace {
      align-self: flex-start;
    }
  }
  
  
  
  .product-gallery--external-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product-gallery--external-video .video {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  
  .product-gallery--video video {
    width: 100%;
  }
  
  .product-gallery--model {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .no-js .product-gallery--model {
    height: auto;
    padding-bottom: 0;
  }
  
  .no-js .product-gallery--model img {
    height: auto;
  }
  
  .product-gallery--viewinyourspace {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #1d1d1d;
    background-color: rgba(29, 29, 29, 0.08);
    border: 0;
    padding: 0;
    margin: 1rem 0;
  }
  .product-gallery--viewinyourspace[data-shopify-xr-hidden] {
    visibility: hidden;
  }
  @media screen and (min-width: 720px) {
    .product-gallery--viewinyourspace[data-shopify-xr-hidden] {
      display: none;
    }
  }
  .product-gallery--viewinyourspace svg {
    width: 44px;
    height: 44px;
  }
  
  .product-stock-level-wrapper {
    line-height: 1;
    margin: 0.9375rem 0;
  }
  .product-stock-level-wrapper[data-stock-variant-selected=true] {
    display: block;
  }
  .product-stock-level-wrapper[data-stock-variant-selected=false] {
    display: none;
  }
  
  .product-stock-level {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-size-body-small);
  }
  
  .product-stock-level--high .product-stock-level__badge-text::first-letter {
    text-transform: uppercase;
  }
  
  .product-stock-level--continue-selling,
  .product-stock-level--high,
  .product-stock-level--pre-order,
  .product-stock-level--incoming {
    color: #3C9342;
  }
  
  .product-stock-level--none {
    color: #BF262F;
  }
  
  .product-stock-level--low {
    color: #E99114;
  }
  
  .product-stock-level__text {
    display: flex;
    align-items: center;
    color: inherit;
  }
  .product-stock-level__text svg {
    margin-right: 0.234375rem;
  }
  
  .product-stock-level__badge-text {
    display: block;
  }
  
  .product-stock-level__availability {
    font-weight: bold;
    margin-right: 0.234375rem;
    color: #1d1d1d;
  }
  
  /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*
      Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
  */
  /* pswp = photoswipe */
  .pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
  }
  .pswp * {
    box-sizing: border-box;
  }
  .pswp img {
    max-width: none;
  }
  
  /* style is added when JS option showHideOpacity is set to true */
  .pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp--open {
    display: block;
  }
  
  .pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  
  .pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
  
  .pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
  }
  
  /*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
  .pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
  }
  
  .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .pswp__container,
  .pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  /* Prevent selection and tap highlights */
  .pswp__container,
  .pswp__img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
  }
  
  .pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp--animated-in .pswp__bg,
  .pswp--animated-in .pswp__zoom-wrap {
    transition: none;
  }
  
  .pswp__container,
  .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
  }
  
  .pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  
  .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
  
  /*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
  .pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
  }
  
  /*
      div element that matches size of large image
      large image loads on top of it
  */
  .pswp__img--placeholder--blank {
    background: #222;
  }
  
  .pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
  }
  
  /*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
  .pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
  }
  
  .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
  }
  
  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*
  
      Contents:
  
      1. Buttons
      2. Share modal and links
      3. Index indicator ("1 of X" counter)
      4. Caption
      5. Loading indicator
      6. Additional styles (root element, top bar, idle state, hidden state, etc.)
  
  */
  /*
  
      1. Buttons
  
   */
  /* <button> css reset */
  .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
  }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1;
  }
  .pswp__button:active {
    outline: none;
    opacity: 0.9;
  }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
  .pswp__ui--over-close .pswp__button--close {
    opacity: 1;
  }
  
  .pswp__button,
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
      background-image: url(default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
      background: none;
    }
  }
  .pswp__button--close {
    background-position: 0 -44px;
  }
  
  .pswp__button--share {
    background-position: -44px -44px;
  }
  
  .pswp__button--fs {
    display: none;
  }
  
  .pswp--supports-fs .pswp__button--fs {
    display: block;
  }
  
  .pswp--fs .pswp__button--fs {
    background-position: -44px 0;
  }
  
  .pswp__button--zoom {
    display: none;
    background-position: -88px 0;
  }
  
  .pswp--zoom-allowed .pswp__button--zoom {
    display: block;
  }
  
  .pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
  }
  
  /* no arrows on touch screens */
  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
  }
  
  /*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
  }
  
  .pswp__button--arrow--left {
    left: 0;
  }
  
  .pswp__button--arrow--right {
    right: 0;
  }
  
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
  }
  
  .pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
  }
  
  .pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
  }
  
  /*
  
      2. Share modal/popup and links
  
   */
 
   
  .pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
  }
  .pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
  }
  .pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
  }
  .pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
  }
  
  /* increase size of share links on touch devices */
  .pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
  }
  
  a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
  }
  a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
  }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
  }
  
  a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
  }
  
  a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
  }
  
  a.pswp__share--download:hover {
    background: #DDD;
  }
  
  /*
  
      3. Index indicator ("1 of X" counter)
  
   */
  .pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
  }
  
  /*
  
      4. Caption
  
   */
  .pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
  }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB;
  }
  
  .pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
  }
  
  .pswp__caption--empty {
    display: none;
  }
  
  /* Fake caption element, used to calculate height of next/prev image */
  .pswp__caption--fake {
    visibility: hidden;
  }
  
  /*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
  .pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
  }
  
  .pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
  }
  
  .pswp__preloader--active {
    opacity: 1;
  }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat;
  }
  
  .pswp--css_animation .pswp__preloader--active {
    opacity: 1;
  }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite;
  }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  }
  .pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
  }
  .pswp--css_animation .pswp__preloader__cut {
    /* 
        The idea of animating inner circle is based on Polymer ("material") loading indicator 
         by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
  }
  .pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
  }
  
  @media screen and (max-width: 1024px) {
    .pswp__preloader {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      float: right;
    }
  }
  @keyframes clockwise {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes donut-rotate {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(-140deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  /*
  
      6. Additional styles
  
   */
  /* root element of UI */
  .pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
  }
  
  /* top black bar with buttons and "1 of X" indicator */
  .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
  }
  
  .pswp__caption,
  .pswp__top-bar,
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
  }
  
  .pswp__top-bar,
  .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
  .pswp__ui--fit .pswp__top-bar,
  .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
  .pswp__ui--idle .pswp__top-bar {
    opacity: 0;
  }
  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
  }
  
  /*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
  .pswp__ui--hidden .pswp__top-bar,
  .pswp__ui--hidden .pswp__caption,
  .pswp__ui--hidden .pswp__button--arrow--left,
  .pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
  }
  
  /* pswp__ui--one-slide class is added when there is just one item in gallery */
  .pswp__ui--one-slide .pswp__button--arrow--left,
  .pswp__ui--one-slide .pswp__button--arrow--right,
  .pswp__ui--one-slide .pswp__counter {
    display: none;
  }
  
  .pswp__element--disabled {
    display: none !important;
  }
  
  .pswp--minimal--dark .pswp__top-bar {
    background: none;
  }
  
  .product-gallery--expand {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body-smaller);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 501;
    padding: 0.375rem 0.625rem 0.375rem 0.5625rem;
    margin: 0 0.703125rem 0.703125rem 0;
    font-weight: normal;
    color: #1d1d1d;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
  @media screen and (max-width: 719px) {
    .product-gallery--expand.expand--hide-mobile {
      display: none;
    }
  }
  @media screen and (min-width: 720px) {
    .product-gallery--expand.expand--hide-desktop {
      display: none;
    }
  }
  @media screen and (min-width: 720px) {
    .product-gallery--expand {
      margin-right: 0.703125rem;
    }
  }
  [data-selected-media-type=video] .product-gallery--expand, [data-selected-media-type=external_video] .product-gallery--expand, [data-selected-media-type=model] .product-gallery--expand {
    display: none;
  }
  .product-gallery--expand span {
    display: flex;
    align-items: center;
    outline: none;
  }
  .product-gallery--expand span svg {
    margin-right: 0.3125rem;
  }
  .product-gallery--expand .tap-text {
    display: none;
  }
  .has-touch .product-gallery--expand .click-text {
    display: none;
  }
  .has-touch .product-gallery--expand .tap-text {
    display: flex;
  }
  
  .pswp .pswp__bg {
    background: 
  rgb(255, 255, 255)
  
  ;
    transition: opacity 200ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  .pswp .pswp__img--placeholder {
    animation: shimmer-background 1050ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  .pswp .pswp__top-bar {
    background: transparent;
    opacity: 1;
  }
  .pswp .pswp__button--close {
    width: 2.5rem;
    height: 2.5rem;
    margin: 12px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.03), 0 2px 5px rgba(127, 127, 127, 0.3);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  @media screen and (min-width: 720px) {
    .pswp .pswp__button--close {
      width: 3rem;
      height: 3rem;
      margin: 25px;
    }
  }
  .pswp .pswp__button--close:hover {
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.04), 0 3px 10px rgba(127, 127, 127, 0.4);
    transform: scale(1.125);
  }
  .pswp .pswp__button--close:hover span {
    opacity: 0.8;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .pswp .pswp__button--close span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    outline: none;
  }
  .pswp .product-zoom--thumbnails {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0.46875rem 0;
    padding: 0.234375rem 0.46875rem;
    opacity: 0;
    background: 
  rgb(255, 255, 255)
  
  ;
    transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1);
  }
  @media screen and (min-width: 720px) {
    .pswp .product-zoom--thumbnails {
      top: 0;
      bottom: auto;
      width: auto;
      margin: 25px;
      padding: 0 0 0.1875rem;
      background: transparent;
    }
  }
  .pswp .gallery-navigation--scroll-button {
    top: 0;
    padding: 0 0.46875rem;
  }
  .pswp .product-zoom--thumb-scroller {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    white-space: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
  }
  @media screen and (min-width: 720px) {
    .pswp .product-zoom--thumb-scroller {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      padding: 0;
      max-height: 31.25rem;
      overflow: visible;
    }
  }
  .pswp.pswp--animated-in .product-zoom--thumbnails,
  .pswp.pswp--animated-in .pswp__button--close {
    opacity: 1;
  }
  @media screen and (max-width: 719px) {
    .pswp .product-gallery--media-thumbnail {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 720px) {
    .pswp .product-gallery--media-thumbnail {
      width: 51px;
      height: auto;
    }
    .pswp .product-gallery--media-thumbnail-img {
      width: 100%;
    }
  }
  
  @keyframes drift-fadeZoomIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes drift-fadeZoomOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes drift-fadeIn {
    0% {
      transform: scale(1);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes drift-fadeOut {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes drift-loader-rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0);
    }
    50% {
      transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .product-gallery--zoomed-image {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  
  .drift-zoom-pane {
    background: #fff;
    /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
    transform: translate3d(0, 0, 0);
    z-index: 3;
    box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2);
  }
  .product-gallery--zoomed-image .drift-zoom-pane {
    height: 34.375rem;
    width: 34.375rem;
    left: 25px;
  }
  @media screen and (max-width: 1279px) {
    .layout--two-col .product-gallery--zoomed-image .drift-zoom-pane {
      height: 28.125rem;
      width: 28.125rem;
    }
  }
  .drift-zoom-pane img {
    top: 0;
    left: 0;
  }
  
  .drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 200ms cubic-bezier(0.7, 0.18, 1, 1);
  }
  .product-gallery--image .drift-zoom-pane.drift-opening {
    animation: drift-fadeIn 200ms cubic-bezier(0.7, 0.18, 1, 1);
  }
  
  .drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 150ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  .product-gallery--image .drift-zoom-pane.drift-closing {
    animation: drift-fadeOut 150ms cubic-bezier(0.1, 0.1, 0, 1);
  }
  
  .drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
  
  .drift-zoom-pane-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    animation: drift-loader-rotate 0.6s infinite linear;
  }
  .drift-loading .drift-zoom-pane-loader {
    display: block;
  }
  .drift-zoom-pane-loader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 0;
    content: url('data:image/svg+xml;utf8, <svg width="50" height="50" viewBox="0 0 77 77" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.5 76.5C17.513 76.5 0.5 59.487 0.5 38.5C0.5 17.513 17.513 0.5 38.5 0.5C59.487 0.5 76.5 17.513 76.5 38.5C76.5 59.487 59.487 76.5 38.5 76.5ZM38.5 73.5C57.83 73.5 73.5 57.83 73.5 38.5C73.5 19.17 57.83 3.5 38.5 3.5C19.17 3.5 3.5 19.17 3.5 38.5C3.5 57.83 19.17 73.5 38.5 73.5Z" fill="%231d1d1d" fill-opacity="0.16"/><path opacity="0.9" d="M38.5 75C58.658 75 75 58.658 75 38.5" stroke="%231d1d1d" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: translate(-50%, -50%);
  }
  
  .drift-bounding-box {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 500;
  }
  
  .price__compare-at {
    display: none;
    font-size: 0.8125rem;
    line-height: 1.38;
    color: #949494;
    text-decoration: line-through;
  }
  .price__compare-at.visible {
    display: inline-block;
  }
  
  .price__current {
    margin-right: 0.234375rem;
    font-size: var(--font-size-body);
    line-height: 1.4375rem;
  }
  
  .price__current--hidden,
  .price__compare-at--hidden {
    display: none;
  }
  
  .product__unit-price,
  .productitem__unit-price {
    display: inline-block;
    margin-bottom: 0.234375rem;
    font-size: var(--font-size-body-smallest);
    color: rgba(29, 29, 29, 0.8);
  }
  .product__unit-price.hidden,
  .productitem__unit-price.hidden {
    display: none;
  }
  
  .productitem__unit-price {
    margin-top: 0.234375rem;
  }
  
  .productitem__savings {
    margin: 0.234375rem 0;
    font-size: var(--font-size-body-small);
    color: #f04f36;
  }
  
  .product__tax,
  .productitem__tax {
    margin-top: 0.234375rem;
    margin-bottom: 1.171875rem;
    font-size: var(--font-size-body-smallest);
    color: rgba(29, 29, 29, 0.8);
  }
  .product__tax a,
  .productitem__tax a {
    color: rgba(29, 29, 29, 0.8);
  }
  .product__tax.hidden,
  .productitem__tax.hidden {
    display: none;
  }
  
  .product-recently-viewed--section {
    position: relative;
  }
  .product-recently-viewed--section.hide {
    display: none;
  }
  .product-recently-viewed--section .flickity-viewport {
    position: relative;
  }
  .product-recently-viewed--section .flickity-viewport:before, .product-recently-viewed--section .flickity-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: 100%;
    bottom: 0;
    background: linear-gradient(to right, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
    z-index: 2;
  }
  .product-recently-viewed--section .flickity-viewport:after {
    left: 100%;
    right: -20px;
    background: linear-gradient(to left, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  }
  .product-recently-viewed--section .flickity-prev-next-button {
    opacity: 1;
  }
  .product-recently-viewed--section .flickity-prev-next-button svg {
    transform: scale(1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 300ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: #1d1d1d;
  }
  .product-recently-viewed--section .flickity-prev-next-button:disabled {
    cursor: default;
    opacity: 0.15;
  }
  .product-recently-viewed--section .flickity-prev-next-button:hover:not([disabled]) {
    opacity: 1;
  }
  .product-recently-viewed--section .flickity-prev-next-button:hover:not([disabled]) svg {
    transform: scale(1.2);
  }
  .product-recently-viewed--section .flickity-prev-next-button:active:not([disabled]) {
    opacity: 0.5;
  }
  @media screen and (max-width: 859px) {
    .product-recently-viewed--section .flickity-prev-next-button {
      display: none;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 860px) {
    .product-recently-viewed--section .flickity-prev-next-button.next {
      right: 1.5625rem;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 860px) {
    .product-recently-viewed--section .flickity-prev-next-button.previous {
      left: 1.5625rem;
    }
  }
  
  .product-recently-viewed__wrapper {
    padding: 1.640625rem 1.171875rem 0.46875rem;
    background-color: #f4f4f4;
  }
  
  .product-recently-viewed__content {
    display: flex;
    width: 100%;
    padding: 0 20px;
    margin: 1.875rem auto;
    overflow: hidden;
    outline: none;
  }
  @media screen and (min-width: 860px) {
    .product-recently-viewed__content {
      width: calc(100% - (70px - 40px));
    }
  }
  @media screen and (max-width: 859px) {
    .product-recently-viewed__content {
      padding: 0 calc(0.234375rem / 2);
    }
  }
  
  .product-recently-viewed__header {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  @media screen and (min-width: 860px) {
    .product-recently-viewed__header {
      display: flex;
    }
  }
  
  .product-recently-viewed__heading {
    margin: 0;
    color: #1d1d1d;
  }
  @media screen and (max-width: 859px) {
    .product-recently-viewed__heading {
      margin-bottom: 0.703125rem;
    }
  }
  
  .product-recently-viewed__clear {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    font-size: 13.125px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  
  .product-recently-viewed-card {
    font-size: var(--font-size-body-small);
    width: 10.9375rem;
    padding: 0;
    height: auto;
    margin-right: 10px;
    margin-bottom: 4px;
    background: #fff;
    transition: transform 0ms, opacity 300ms;
    list-style-type: none;
  }
  .product-recently-viewed-card .productitem {
    padding-top: 10px;
  }
  .product-recently-viewed-card.hide-card {
    opacity: 0;
  }
  .product-recently-viewed-card.move-card {
    transform: translateX(calc(-100% - 10px));
    transition: transform 500ms, opacity 250ms;
  }
  @media screen and (min-width: 860px) {
    .product-recently-viewed-card {
      width: 12.5rem;
      padding: 0;
      margin-right: 20px;
    }
  }
  
  .product-recently-viewed-card-time {
    font-size: var(--font-size-body-smallest);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.703125rem;
    line-height: 1;
    opacity: 0.7;
  }
  @media screen and (min-width: 860px) {
    .product-recently-viewed-card-time {
      font-size: var(--font-size-body-smaller);
    }
  }
  
  .product-recently-viewed-card-remove {
    padding: 5px;
    margin-right: -6px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #1d1d1d;
  }
  @media screen and (min-width: 860px) {
    .product-recently-viewed-card-remove {
      margin-right: -10px;
    }
  }
  .product-recently-viewed-card-remove svg {
    display: block;
    fill: currentColor;
  }
  
  .product-recently-viewed-card-image.product-recently-viewed-card-image-placeholder {
    background-color: #ededed;
  }
  
  .product-recently-viewed-card-price {
    padding: 20px 0 5px;
  }
  .product-recently-viewed-card-price .price__current {
    color: #f04f36;
  }
  .product-recently-viewed-card-price .product__badge {
    font-size: var(--font-size-body-smaller);
  }
  
  .product-recently-viewed-card-title {
    position: relative;
    display: block;
    height: 45px;
    color: #1d1d1d;
    font-size: var(--font-size-body-small);
    line-height: 1.5;
    text-decoration: none;
    overflow: hidden;
  }
  .product-recently-viewed-card-title:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1.25rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
    text-align: right;
  }
  
  .product-request-form {
    scroll-margin-top: 150px;
  }
  
  .product-request-form__disclosure {
    text-align: left;
    border-bottom: 1px solid #dddddd;
  }
  
  .product-request-form__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9375rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    font-weight: 700;
    word-break: break-word;
    cursor: pointer;
  }
  .product-request-form__heading::-webkit-details-marker {
    display: none;
  }
  .product-request-form__heading .icon-chevron-down {
    flex-shrink: 0;
  }
  [open] .product-request-form__heading .icon-chevron-down {
    transform: rotate(180deg);
  }
  
  .product-request-form__field {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1.171875rem;
  }
  .product-request-form__field.product-request-form__field--columns {
    display: flex;
    flex-direction: column;
    gap: 1.171875rem;
    margin-top: 0.46875rem;
  }
  @media screen and (min-width: 1280px) {
    .product-request-form__field.product-request-form__field--columns {
      flex-direction: row;
    }
  }
  
  .product-request-form__field-column {
    position: relative;
  }
  @media screen and (min-width: 1280px) {
    .product-request-form__field-column {
      flex: 1;
    }
  }
  
  .product-request-form__action {
    margin-bottom: 1.640625rem;
  }
  
  .product-request-form__error-message,
  .product-request-form__success-message {
    margin-bottom: 1.171875rem;
    padding: 0.46875rem 0.703125rem;
    font-weight: normal;
  }
  
  .product-block--request_quote {
    border-top: 1px solid #dddddd;
  }
  .product-block--request_quote + .product-block--collapsible-tab {
    border-top: none;
  }
  
  .spr-container {
    padding: 0;
    border: 0;
  }
  
  .spr-header {
    padding: 1.640625rem 1.171875rem;
  }
  
  .spr-header-title {
    color: #1d1d1d;
  }
  @media screen and (min-width: 860px) {
    .spr-header-title {
      margin-bottom: 1.640625rem;
    }
  }
  .shopify-section:first-child .spr-header-title {
    margin-top: 1.640625rem;
  }
  @media screen and (min-width: 860px) {
    .shopify-section:first-child .spr-header-title {
      margin-top: 1.875rem;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .spr-summary,
  .spr-header-title {
      text-align: left;
    }
  }
  .spr-summary {
    font-size: var(--font-size-heading-3);
    position: relative;
    margin-top: 0.703125rem;
  }
  .spr-summary .spr-starrating {
    display: block;
    margin-right: 0;
  }
  @media screen and (min-width: 720px) {
    .spr-summary .spr-starrating {
      display: inline-block;
    }
  }
  .spr-summary .spr-starrating .spr-icon {
    font-size: var(--font-size-heading-3);
  }
  @media screen and (min-width: 720px) {
    .spr-summary {
      display: flex;
      align-items: center;
    }
  }
  
  .spr-summary-caption {
    font-size: var(--font-size-body);
    display: block;
    margin-top: 0.703125rem;
    line-height: 1.5;
    color: #1d1d1d;
    vertical-align: bottom;
  }
  @media screen and (min-width: 720px) {
    .spr-summary-caption {
      display: inline-block;
      margin-top: 0.234375rem;
      margin-left: 0.46875rem;
    }
  }
  .spr-summary-caption span.spr-summary-actions-togglereviews {
    color: #949494;
  }
  .spr-summary-caption a.spr-summary-actions-togglereviews {
    opacity: 1;
  }
  
  .spr-summary-actions {
    display: block;
    margin-top: 1.640625rem;
  }
  @media screen and (min-width: 720px) {
    .spr-summary-actions {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-top: 0;
    }
  }
  
  .spr-summary-actions-newreview {
    color: #ffffff;
    background-color: #f04f36;
    border: 1px solid #dddddd;
    float: none;
  }
  .spr-summary-actions-newreview:not(.disabled):hover {
    background: rgb(243, 114, 94);
    border: 1px solid 
  #cecece
  
  ;
  }
  .spr-summary-actions-newreview.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }
  .spr-summary-actions-newreview.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .spr-summary-actions-newreview.mdc-ripple-surface:hover::before, .spr-summary-actions-newreview.mdc-ripple-surface::before {
    opacity: 0;
  }
  .spr-summary-actions-newreview.mdc-ripple-surface::after {
    background-color: #ffffff;
  }
  
  .spr-form {
    padding: 1.640625rem 1.171875rem;
    margin-top: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  @media screen and (min-width: 720px) {
    .spr-form {
      padding-top: 2.9296875rem;
      padding-bottom: 2.9296875rem;
    }
  }
  .spr-form .spr-form-title {
    font-size: var(--font-size-heading-4);
    color: #1d1d1d;
  }
  .spr-form form {
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
  }
  .spr-form .spr-form-label {
    font-style: normal;
    display: block;
    margin-top: 1.640625rem;
    color: #1d1d1d;
  }
  .spr-form .spr-form-contact-name .spr-form-label {
    margin-top: 0.9375rem;
  }
  .spr-form .spr-form-input {
    display: block;
    margin-top: 0.703125rem;
  }
  .spr-form .spr-form-input-text,
  .spr-form .spr-form-input-email,
  .spr-form .spr-form-input-textarea {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0;
  }
  .spr-form .spr-form-input-text::placeholder,
  .spr-form .spr-form-input-email::placeholder,
  .spr-form .spr-form-input-textarea::placeholder {
    color: #4d4d4d;
    opacity: 0.4;
  }
  .spr-form .spr-form-input-text.spr-form-input-error,
  .spr-form .spr-form-input-email.spr-form-input-error,
  .spr-form .spr-form-input-textarea.spr-form-input-error {
    border-color: #f05d5d;
  }
  .spr-form .spr-form-review-rating .spr-icon {
    width: 1.40625rem;
    height: 1.40625rem;
    font-size: var(--font-size-heading-3);
    color: #ffab41;
  }
  .spr-form .spr-form-actions {
    margin-top: 1.640625rem;
  }
  .spr-form .spr-button-primary {
    float: none;
  }
  .spr-form .spr-form-contact-name,
  .spr-form .spr-form-contact-email,
  .spr-form .spr-form-contact-location,
  .spr-form .spr-form-review-rating,
  .spr-form .spr-form-review-title,
  .spr-form .spr-form-review-body {
    margin-bottom: 0;
  }
  
  .spr-content .spr-reviews {
    padding: calc(1.875rem / 2) 1.171875rem;
    margin-top: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .spr-content .spr-review {
    padding: calc(1.875rem / 2) 0;
    margin: 0;
    border: 0;
  }
  @media screen and (min-width: 720px) {
    .spr-content .spr-review {
      float: left;
      width: calc(50% - 1.171875rem);
    }
    .spr-content .spr-review:nth-child(2n+1) {
      margin-right: calc(1.171875rem * 2);
      clear: left;
    }
  }
  .spr-content .spr-review:first-child {
    margin-top: 0;
  }
  .spr-content .spr-review .spr-review-header-starratings {
    margin-bottom: 0.234375rem;
  }
  .spr-content .spr-review .spr-review-header-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0.46875rem;
    color: #1d1d1d;
  }
  .spr-content .spr-review .spr-review-header-byline {
    font-size: var(--font-size-body-small);
    display: block;
    margin-top: 0.46875rem;
    margin-bottom: 0;
    font-style: normal;
    color: #949494;
  }
  .spr-content .spr-review .spr-review-header-byline strong {
    font-style: normal;
    font-weight: 400;
  }
  .spr-content .spr-review .spr-review-content {
    margin-top: 0.703125rem;
    margin-bottom: 0;
  }
  .spr-content .spr-review .spr-review-content .spr-review-content-body {
    font-size: var(--font-size-body);
    line-height: 1.625;
  }
  .spr-content .spr-review .spr-review-reply {
    padding: 0.9375rem;
    margin-top: 1.171875rem;
    margin-bottom: 0;
    background-color: #f4f4f4;
  }
  .spr-content .spr-review .spr-review-reply .spr-review-reply-body {
    font-size: var(--font-size-body-smaller);
  }
  .spr-content .spr-review .spr-review-footer {
    margin-top: 1.171875rem;
  }
  .spr-content .spr-review .spr-review-footer a {
    font-size: 0.75rem;
  }
  .spr-content .spr-pagination {
    padding: 1.640625rem 0 0;
    clear: both;
    border-top: 0;
  }
  .spr-content .spr-pagination a {
    padding: 0 0.5625rem;
  }
  .spr-content .spr-pagination-page {
    display: inline-block;
    color: #1d1d1d;
  }
  .spr-content .spr-pagination-page.is-active {
    padding: 0.5625rem;
  }
  .spr-content .spr-pagination-prev,
  .spr-content .spr-pagination-next {
    position: relative;
    right: auto;
    left: auto;
    display: inline-block;
  }
  
  .surface-pick-up-embed {
    --surface-pick-up-embed-theme-success-color: #51a551;
    --surface-pick-up-embed-theme-error-color: #f05d5d;
    --surface-pick-up-embed-theme-paragraph-font-size: var(--font-size-body);
    --surface-pick-up-embed-theme-paragraph-smaller-font-size: var(--font-size-body-smallest);
    --surface-pick-up-embed-theme-body-font-weight-bold: 700;
    --surface-pick-up-embed-theme-body-text-color: #1d1d1d;
    --surface-pick-up-embed-theme-link-text-decoration: underline;
    --surface-pick-up-embed-row-gap: 0.703125rem;
    --surface-pick-up-embed-column-gap: 0.703125rem;
    padding-top: 1.875rem;
    transition: opacity 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .surface-pick-up--loading .surface-pick-up-embed {
    opacity: 0;
  }
  
  .surface-pick-up-item {
    --surface-pick-up-item-theme-success-color: #51a551;
    --surface-pick-up-item-theme-error-color: #f05d5d;
    --surface-pick-up-item-theme-paragraph-font-size: var(--font-size-body);
    --surface-pick-up-item-theme-paragraph-smaller-font-size: var(--font-size-body-smallest);
    --surface-pick-up-item-theme-body-font-weight-bold: 700;
    --surface-pick-up-item-theme-body-text-color: #1d1d1d;
    --surface-pick-up-item-theme-border-color: rgba(0, 0, 0, 0.15);
    --surface-pick-up-item-theme-link-text-decoration: underline;
    --surface-pick-up-item-row-gap: 0.703125rem;
    --surface-pick-up-item-column-gap: 0.234375rem;
    --surface-pick-up-item-gap: 1.640625rem;
  }
  
  
  .featured-product__container .surface-pick-up-embed {
    padding: 0.9375rem;
    margin: 0.9375rem 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .variant-selection options-selection > * {
    padding: 0;
    margin-top: 0.9375rem;
    margin-right: 0;
    margin-left: 0;
    border: none;
  }
  .no-js .variant-selection options-selection > * {
    display: none;
  }
  
  .js .variants-ui__select-main {
    display: none;
  }
  
  #icon-star {
    color: #ffab41;
  }
  
  .icon-star-background {
    transition: none;
    transform: scaleX(var(--rating-scale, 0));
  }
  
  .icon-star-reference {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
  }
  
  .rating {
    display: flex;
    align-items: center;
    margin: 0.46875rem 0;
    font-size: var(--font-size-body-tiny);
  }
  
  .rating__star-wrapper {
    display: flex;
  }
  
  .rating__star {
    width: 19px;
    height: auto;
  }
  
  .rating__star-1 {
    --rating-scale: calc(var(--rating-value));
  }
  
  .rating__star-2 {
    --rating-scale: calc(var(--rating-value) - 1);
  }
  
  .rating__star-3 {
    --rating-scale: calc(var(--rating-value) - 2);
  }
  
  .rating__star-4 {
    --rating-scale: calc(var(--rating-value) - 3);
  }
  
  .rating__star-5 {
    --rating-scale: calc(var(--rating-value) - 4);
  }
  
  .rating__text {
    display: none;
  }
  
  .rating__count {
    margin: 0 0 0 5px;
  }
  
  @media (forced-colors: active) {
    .rating__star-wrapper {
      display: none;
    }
    .rating__text {
      display: block;
    }
  }
  .promo-block {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media screen and (max-width: 719px) {
    .promo-block {
      border-radius: 4px;
    }
  }
  .promo-block .pxu-lia-element {
    --slide-fade-translate-y: 15px;
    animation: slide-fade-y 600ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
    animation-delay: calc(75ms + 200ms * var(--pxu-lia-outer-sequence) + 100ms * var(--pxu-lia-inner-sequence));
  }
  
  .promo-block--content-wrapper {
    position: relative;
    width: 100%;
    transition: font-size 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .promo-block--content-align-top-center .promo-block--content-wrapper, .promo-block--content-align-center-center .promo-block--content-wrapper, .promo-block--content-align-bottom-center .promo-block--content-wrapper {
    text-align: center;
  }
  .promo-block--content-align-top-center .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-top-center .promo-block--content-wrapper .promo-block--text, .promo-block--content-align-center-center .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-center-center .promo-block--content-wrapper .promo-block--text, .promo-block--content-align-bottom-center .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-bottom-center .promo-block--content-wrapper .promo-block--text {
    margin-right: auto;
    margin-left: auto;
  }
  .promo-block--content-align-top-right .promo-block--content-wrapper, .promo-block--content-align-center-right .promo-block--content-wrapper, .promo-block--content-align-bottom-right .promo-block--content-wrapper {
    text-align: right;
  }
  .promo-block--content-align-top-right .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-top-right .promo-block--content-wrapper .promo-block--text, .promo-block--content-align-center-right .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-center-right .promo-block--content-wrapper .promo-block--text, .promo-block--content-align-bottom-right .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-align-bottom-right .promo-block--content-wrapper .promo-block--text {
    margin-right: 0;
    margin-left: auto;
  }
  @media screen and (max-width: 719px) {
    .promo-block--content-wrapper {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .promo-block--content-wrapper .promo-block--header,
  .promo-block--content-wrapper .promo-block--text {
      max-width: 65%;
    }
    .promo-block--expanded:not(.animating-out) .promo-block--content-wrapper {
      white-space: normal;
    }
    .promo-block--expanded .promo-block--content-wrapper, .promo-block--expanded:not(.animating-out) .promo-block--content-wrapper {
      max-width: 100%;
    }
    .promo-block--expanded .promo-block--content-wrapper .promo-block--header,
  .promo-block--expanded .promo-block--content-wrapper .promo-block--text, .promo-block--expanded:not(.animating-out) .promo-block--content-wrapper .promo-block--header,
  .promo-block--expanded:not(.animating-out) .promo-block--content-wrapper .promo-block--text {
      max-width: 80%;
    }
  }
  
  .promo-block--content {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 1.875rem 1.171875rem;
    color: currentColor;
    text-decoration: none;
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 719px) {
    .promo-block--content {
      height: 120px;
      padding-right: calc(4.375rem + 1.171875rem);
      margin-top: 10px;
      cursor: pointer;
      border-radius: 4px;
    }
    .promo-block--content.animating, .promo-block--content.promo-block--expanded {
      overflow: hidden;
    }
    .promo-block--content.animating-in, .promo-block--content.promo-block--expanded:not(.animating-out) {
      height: 270px;
    }
    .promo-block--content.promo-block--expanded, .promo-block--content.promo-block--expanded:not(.animating-out) {
      padding-right: 1.25em;
    }
    .promo-block--content.promo-block--expanded.promo-block--unlinked {
      cursor: default;
    }
  }
  @media screen and (min-width: 1080px) {
    .promo-block--content {
      padding: 1.640625rem;
    }
  }
  
  .promo-block--content-align-center-left,
  .promo-block--content-align-center-center,
  .promo-block--content-align-center-right {
    align-items: center;
  }
  
  .promo-block--content-align-bottom-left,
  .promo-block--content-align-bottom-center,
  .promo-block--content-align-bottom-right {
    align-items: flex-end;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .promo-block--content-align-center-left,
  .promo-block--content-align-center-center,
  .promo-block--content-align-center-right,
  .promo-block--content-align-bottom-left,
  .promo-block--content-align-bottom-center,
  .promo-block--content-align-bottom-right {
      align-items: flex-start;
    }
  }
  .promo-block--background {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .promo-block--expander {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4.375rem;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 0;
    border-radius: 0 4px 4px 0;
    outline: none;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (min-width: 720px) {
    .promo-block--expander {
      display: none;
    }
  }
  .promo-block--expanded .promo-block--expander {
    visibility: hidden;
  }
  .promo-block--expanded.animating-out .promo-block--expander {
    visibility: visible;
  }
  .animating-in .promo-block--expander, .promo-block--expanded:not(.animating-out) .promo-block--expander {
    opacity: 0;
    transition-delay: 0ms;
  }
  .promo-block--expander svg {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 12px;
    margin-bottom: -7px;
    margin-left: -10px;
    overflow: visible;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
    transform-origin: 50% 50%;
  }
  
  .promo-block--text,
  .promo-block--header {
    max-width: 60%;
    transition: font-size 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media screen and (max-width: 719px) {
    .promo-block--text,
  .promo-block--header {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .promo-block--expanded:not(.animating-out) .promo-block--text,
  .promo-block--expanded:not(.animating-out) .promo-block--header {
      white-space: normal;
    }
  }
  
  .promo-block--header {
    font-size: var(--font-size-heading-3);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
  }
  @media screen and (max-width: 719px) {
    .animating-in .promo-block--header, .promo-block--expanded:not(.animating-out) .promo-block--header {
      font-size: var(--font-size-heading-1);
    }
    .promo-block--expanded .promo-block--header {
      overflow: visible;
    }
  }
  @media screen and (min-width: 720px) {
    .promo-grid--container .promo-block--header {
      font-size: var(--font-size-heading-3);
    }
  }
  @media screen and (min-width: 1024px) {
    .promo-block--header {
      line-height: 1.4;
    }
    .promo-grid--container .promo-block--header {
      font-size: var(--font-size-heading-medium);
    }
  }
  
  .promo-block--text {
    font-size: var(--font-size-body-small);
    margin-top: 0.234375rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
  @media screen and (max-width: 719px) {
    .animating-in .promo-block--text, .promo-block--expanded .promo-block--text {
      font-size: var(--font-size-body-medium);
    }
  }
  @media screen and (min-width: 1024px) {
    .promo-grid--container .promo-block--text {
      font-size: var(--font-size-body-medium);
    }
  }
  
  @media screen and (max-width: 1023px) {
    .promo-grid__columns--3 .promo-block--text,
  .promo-grid__columns--3 .promo-block--header,
  .promo-grid__columns--4 .promo-block--text,
  .promo-grid__columns--4 .promo-block--header {
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1024px) {
    .promo-grid__columns--3 .promo-block--text,
  .promo-grid__columns--3 .promo-block--header,
  .promo-grid__columns--4 .promo-block--text,
  .promo-grid__columns--4 .promo-block--header {
      max-width: 80%;
    }
  }
  @media screen and (min-width: 1024px) {
    .promo-grid__columns--3 .promo-block--header,
  .promo-grid__columns--4 .promo-block--header {
      font-size: var(--font-size-heading-2);
    }
  }
  
  @media screen and (min-width: 1024px) {
    .promo-grid__columns--4 .promo-block--text {
      font-size: var(--font-size-body);
    }
  }
  
  .promo-block--button {
    display: none;
    margin-top: 1.171875rem;
    transition: background-color 400ms cubic-bezier(0, 0, 0.2, 1), font-size 150ms cubic-bezier(0, 0, 0.2, 1), padding 150ms cubic-bezier(0, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  .animating-in .promo-block--button, .promo-block--expanded .promo-block--button {
    display: inline-block;
  }
  .promo-block--expanded:not(.animating-out) .promo-block--button {
    opacity: 1;
  }
  @media screen and (min-width: 720px) {
    .promo-block--button {
      display: inline-block;
      opacity: 1;
    }
  }
  @media screen and (min-width: 1024px) {
    .promo-grid--container .promo-block--button {
      font-size: var(--font-size-button-medium);
      padding: 0.75rem 1.125rem;
      letter-spacing: 0.0em;
    }.promo-grid--container .promo-block--button {
        text-transform: none;
      }}
  
  .share-buttons {
    margin: 0.9375rem 0;
  }
  .share-buttons .share-buttons--title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font-size-body-smaller);
    font-weight: 700;
    color: #1d1d1d;
  }
  .share-buttons .share-buttons--list {
    margin-top: 0.9375rem;
    font-size: 0;
  }
  @media screen and (min-width: 720px) {
    .share-buttons .share-buttons--list {
      margin-top: 0.703125rem;
    }
  }
  .share-buttons .share-buttons--button {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .share-buttons .share-buttons--button:not(:first-child) {
    margin-left: 0.46875rem;
  }
  @media screen and (min-width: 720px) {
    .share-buttons .share-buttons--button {
      width: 24px;
      height: 24px;
    }
  }
  .share-buttons .share-buttons--button svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    fill: currentColor;
  }
  @media screen and (min-width: 720px) {
    .share-buttons .share-buttons--button svg {
      padding: 1px;
    }
  }
  .share-buttons .share-buttons--button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 100%;
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .share-buttons .share-buttons--button:hover::before {
    transform: scale(1.15);
  }
  .share-buttons .share-buttons--facebook::before {
    background-color: #425dab;
  }
  .share-buttons .share-buttons--twitter::before {
    background-color: #1da1f2;
  }
  .share-buttons .share-buttons--linkedin::before {
    background-color: #0077B5;
  }
  .share-buttons .share-buttons--pinterest::before {
    background-color: #bd1c1c;
  }
  
  .show-more__content-wrapper {
    position: relative;
    height: var(--closed-height, auto);
    max-height: var(--show-more-max-height);
    overflow: hidden;
  }
  .show-more__content-wrapper[data-show-more-animation="closed=>open"] {
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .show-more__content-wrapper[data-show-more-animation="closed=>open"] .show-more__toggle-more-wrapper::before {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .show-more__content-wrapper[data-show-more-animation="open=>closed"] {
    transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .show-more__content-wrapper[data-show-more-animation="open=>closed"] .show-more__toggle-more-wrapper::before {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .show-more__content-wrapper[data-show-more-state=open] {
    height: var(--open-height, auto);
  }
  .show-more__content-wrapper[data-show-more-state=open] .show-more__toggle-more-wrapper::before {
    opacity: 0;
  }
  
  .show-more__content-wrapper--no-overflow {
    height: auto;
    max-height: none;
    overflow: visible;
  }
  
 
  
  
  
  
  
  
  
  
  /* custom code */
  
  
  .button-primary.mdc-ripple-surface.mdc-ripple-upgraded {
      background-color: #F04F36 !important;
  }
  /* collection page css  */
  .collection-filters__filter {
      max-height: 220px;
      overflow-y: auto !important;
      padding-right:8px;
  }
  .collection-filters__filter-title {
      padding: 5px 0;
  }
  .collection-filters__filter-link {
      width: 100%;
      position: relative;
      padding-right: 28px;
  }
  .facet-filter-count {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0,-50%);
  }
  .collection-filters__filter::-webkit-scrollbar{
      width: 3px;
      background-color: #F5F5F5;
  }
  .collection-filters__filter::-webkit-scrollbar-thumb{
      border-radius: 10px;
      background-color: #000000;
  }
  .search-bar-filter{
    padding: 10px 0;
    display:none;
  }
  .productgrid--sidebar-button-active +.search-bar-filter{
    display:block;
  }
  .search-bar-filter input {
      width: 100%;
      border-radius: 15px;
      padding: 5px 15px;
      border: 2px solid #000;
  }
  
  .collection-filters__filter-title::before {
      content: '\f0d7';
      font-family: 'FontAwesome';
      font-size: 18px;
      padding-right: 7px;
  }
  .productgrid--sidebar-button-active .collection-filters__filter-title::before {
       content: '\f0d8';
      font-family: 'FontAwesome';
  }
  .collection-filters__filter-range {
      display: flex;
  }
  .collection-filters__filter-range--from {
      padding-right: 5px;
  }
  .collection-filters__filter-range--to {
      padding-left: 5px;
  }
  .collection-filters__filter-range-label {
      left: 0.625rem;
  }


  


  

.form-control {
  line-height: 2.5;
}