/** Shopify CDN: Minification failed

Line 1041:1 Unexpected "{"

**/
/* MOBILE-HERO -- START */

@media (min-width: 768px) {
  .mobile_hero_section {
    display: none;
  }
}

.mobile_hero_section {
  overflow: hidden;
}

/* V1 - START */

.mobile_hero_v1 .mh_inner_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 2px;
  padding: 0 2px;
}
.mobile_hero_v1 .mh_inner_grid .mh_inner_col {
  width: calc(50% - 1px);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile_hero_v1 .mh_inner_collec .mh_collec_box a {
  display: block;
}
.mobile_hero_v1
  .mh_inner_grid
  .mh_inner_col:first-child
  .mh_inner_collec:first-child
  .mh_collec_banner
  img {
  height: 43.846vw;
  width: 100%;
}
.mobile_hero_v1
  .mh_inner_grid
  .mh_inner_col:last-child
  .mh_inner_collec:last-child
  .mh_collec_banner
  img {
  height: 48.974vw;
  width: 100%;
}
.mobile_hero_v1
  .mh_inner_grid
  .mh_inner_col:first-child
  .mh_inner_collec:last-child
  .mh_collec_banner
  img {
  height: 88.718vw;
  width: 100%;
}
.mobile_hero_v1
  .mh_inner_grid
  .mh_inner_col:last-child
  .mh_inner_collec:first-child
  .mh_collec_banner
  img {
  height: 83.59vw;
  width: 100%;
}
.mobile_hero_v1 .mh_inner_collec .mh_collec_box .mh_collec_banner img {
  object-fit: cover;
  object-position: center;
}
.mobile_hero_v1 .mh_inner_collec .mh_collec_box {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.mobile_hero_v1
  .mh_inner_grid
  .mh_inner_col:first-child
  .mh_collec_box::before {
  content: none;
}
/* .mobile_hero_v1 .mh_inner_collec .mh_collec_box::before {
  position: absolute;
  content: "";
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 67.02%,
    rgba(0, 0, 0, 0.5) 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
} */
.mobile_hero_v1 .mh_inner_collec .mh_collec_box .mh_collec_title {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.mobile_hero_v1 .mh_collec_title h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: Helvetica;
  font-size: 3.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* V1 - END */

/* V2 - START */

.mobile_hero_box.mobile_hero_v2 {
  background: #efefef;
}
.mobile_hero_v2 .mh_inner_banner > a {
  display: block;
}
.mobile_hero_v2 .mh_inner_banner img {
  display: block;
}
.mobile_hero_v2 .mh_inner_details {
  padding: 0 20px 25px;
}
.mobile_hero_v2 .mh_inner_caption h5 {
  color: rgba(17, 17, 17, 0.75);
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  text-align: center;
  text-transform: uppercase;
}
.mobile_hero_v2 .mh_inner_caption h5 strong {
  border-radius: 99px;
  background: rgba(17, 17, 17, 0.1);
  padding: 4px 8px 3px;
  font-weight: 400;
}
.mobile_hero_v2 .mh_inner_details .mh_inner_title {
  padding: 10px 0 16px;
}
.mobile_hero_v2 .mh_inner_details .mh_inner_title h1 {
  color: #111;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
}
.mobile_hero_v2 .mh_inner_details .nh__inner_newbtn a {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  color: #fff;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 4px;
}
.mobile_hero_v2 .mh_inner_details .nh__bestseller_btbn {
  padding-top: 15px;
  text-align: center;
}
.mobile_hero_v2 .mh_inner_details .nh__bestseller_btbn a {
  display: inline-block;
  color: #323234;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

/* V2 - END */

/* V3 - START */

.mobile_hero_v3 .mh_inner_box {
  position: relative;
}
.mobile_hero_v3 .mh_inner_box a {
  display: block;
}
.mobile_hero_v3 .mh_inner_details {
  padding: 0 20px 25px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mobile_hero_v3 .mh_inner_caption h5 {
  color: #ffffff;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.56px;
  text-align: center;
  text-transform: uppercase;
}
.mobile_hero_v3 .mh_inner_caption h5 strong {
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px 3px;
  font-weight: 400;
}
.mobile_hero_v3 .mh_inner_details .mh_inner_title {
  padding: 10px 0 20px;
}
.mobile_hero_v3 .mh_inner_details .mh_inner_title h1 {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -1.02px;
}
.mobile_hero_v3 .mh_inner_details .nh__inner_newbtn a {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 4px;
}
.mobile_hero_v3 .mh_inner_details .nh__bestseller_btbn {
  padding-top: 15px;
  text-align: center;
}
.mobile_hero_v3 .mh_inner_details .nh__bestseller_btbn a {
  display: inline-block;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

/* V3 - END */

/* V4 - START */

.mobile_hero_v4 .mh_inner_box {
  position: relative;
}
.mobile_hero_v4 .mh_inner_details {
  padding: 34px 20px 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mobile_hero_v4 .mh_inner_caption h5 {
  color: #ffffff;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.56px;
  text-align: center;
  text-transform: uppercase;
}
.mobile_hero_v4 .mh_inner_caption h5 strong {
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px 3px;
  font-weight: 400;
}
.mobile_hero_v4 .mh_inner_details .mh_inner_title {
  padding: 4px 0 10px;
}
.mobile_hero_v4 .mh_inner_details .mh_inner_title h1 {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.2px;
}
.mobile_hero_v4 .mh_inner_details .nh__inner_newbtn a {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 4px;
}
.mobile_hero_v4 .mh_inner_details .nh__bestseller_btbn {
  padding-top: 15px;
  text-align: center;
}
.mobile_hero_v4 .mh_inner_details .nh__bestseller_btbn a {
  display: inline-block;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

/* V4 - END */

/* MOBILE-HERO -- END */

/* --------------- ---------------- -----------::
 START :: product page + product card
::--------------- ---------------- ----------- */

/* 
.ProductItem---Title .prodcut-card-judgeme-widgets {
    display: block !important;
}
.ProductMeta .product-judgeme-widgets {
    display: block !important;
}
.ProductMeta .product-judgeme-widgets .jdgm-preview-badge[data-template="product"]{
    display: block !important;
}
.jdgm-widget .jdgm-revs-tab-btn {
    display: none !important;
}
.main-product-judgemerw{
    display: block !important;
}
.main-product-judgemerw .jdgm-review-widget[data-from-snippet="true"] {
    display: block !important;
}
*/
.main-product-judgemerw .page-width {
  padding: 20px 25px;
}
.ProductMeta .product-judgeme-widgets {
  margin-bottom: 10px;
  margin-top: 12px;
}

.jdgm-star {
  color: #6c5e58 !important;
}
.jdgm-histogram__bar-content {
  background: #6c5e58 !important;
}
@media only screen and (max-width: 767px) {
  .main-product-judgemerw .jdgm-rev-widg__header {
    text-align: center;
  }
}
.main-product-judgemerw .jdgm-rev-widg__header h2.jdgm-rev-widg__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}
.main-product-judgemerw .jdgm-rev-widg__header .jdgm-rev-widg__summary {
  float: none;
  margin-bottom: 10px;
}

@media only screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductItem---Title .prodcut-card-judgeme-widgets.hidden-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .ProductItem---Title .prodcut-card-judgeme-widgets.hidden-phone {
    display: none !important;
  }
  .main-product-judgemerw .page-width {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .ProductItem---Title .prodcut-card-judgeme-widgets > .jdgm-widget {
    font-size: 10px !important;
  }
}

.jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
  padding-bottom: 4px !important;
}

/* --------------- ---------------- -----------::
 END :: card review 
::--------------- ---------------- ----------- */

/* :: START :: cart-look-item.liquid */

.Drawer__Main {
  overflow: visible;
}

#sidebar-menu .Drawer__Main {
  /* overflow: scroll; */
}

.cart_upsell_box {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  margin-top: 15px;
  display: none !important;
}
.cart_upsell_box .custom-upsell--title h4 {
  color: #000;
  /* font-family: Helvetica; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.cart_upsell_box.cart_upsell__v1,
.cart_upsell_box.cart_upsell__v2,
.cart_upsell_box.cart_upsell__v3,
.cart_upsell_box.cart_upsell__v4,
.cart_upsell_box.cart_upsell__v5 {
  display: block !important;
}
.cart_upsell_box.cart__is-empty {
  display: none !important;
}

/* START - V1 */

.cart_upsell__v1 .custom--upsell-inner.upsell-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  margin: 16px -30px 0 0;
  padding: 0 30px 16px 0;
}
.cart_upsell__v1 .custom--upsell-inner.upsell-slider::-webkit-scrollbar {
  background: rgba(196, 196, 196, 0.75);
  height: 2px;
}
.cart_upsell__v1 .custom--upsell-inner.upsell-slider::-webkit-scrollbar-thumb {
  background: #323234;
  height: 2px;
}
.cart_upsell__v1 .custom--upsell-inner.upsell-slider .upsell--item {
  flex: 0 0 auto;
  width: 280px;
  width: auto;
}
.cart_upsell__v1 .upsell--item .custom--upsell-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart_upsell__v1 .custom--upsell-item .custom--upsell-item-img {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
}
.cart_upsell__v1 .custom--upsell-item .custom--upsell-item-details {
  flex: 1;
}
.cart_upsell__v1 .upsell-item-title .ui-productname {
  margin: 0 0 6px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v1 .upsell--review-price .upsell-item-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart_upsell__v1
  .upsell--review-price
  .upsell-item-price
  .upsell-compare--price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
  margin: 0;
}
.cart_upsell__v1
  .upsell--review-price
  .upsell-item-price
  .upsell-original--price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v1 .upsell-item-form {
  margin-top: 10px;
}
.cart_upsell__v1 .upsell-item-form .upsell_price_btn {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 6px;
}
.cart_upsell__v1 .upsell_price_btn .upsell_product_variant {
  flex: 0 0 auto;
  width: 80px;
}
.cart_upsell__v1 .upsell_price_btn .upsell-item-add-button {
  flex: 0 0 auto;
}
.cart_upsell__v1 .variant-popdown-upsell select {
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.75);
  height: 30px;
  color: #000;
  /* font-family: Helvetica; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart_upsell__v1 .upsell-item-add-button .upsell-add-button {
  background: #323234;
  padding: 4px 6px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 85px;
  align-items: center;
  justify-content: center;
}
.cart_upsell__v1 .upsell-item-add-button .upsell-add-button .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.cart_upsell__v1 .custom--upsell-item-img a {
  display: block;
}
.cart_upsell__v1 .custom--upsell-item-img img {
  width: 100%;
  height: 100%;
}
.cart_upsell__v1 .upsell-item-add-button.upsell-item-add-button_one {
  display: none;
}
.cart_upsell__v1
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg {
  width: 30px;
  height: 23px;
}
.cart_upsell__v1
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: #fff;
}

/* END - V1 */

/* START - V2 */

.cart_upsell__v2 .custom--upsell-inner.upsell-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  margin: 16px -30px 0 0;
  padding: 0 30px 16px 0;
}
.cart_upsell__v2 .custom--upsell-inner.upsell-slider::-webkit-scrollbar {
  background: rgba(196, 196, 196, 0.75);
  height: 2px;
}
.cart_upsell__v2 .custom--upsell-inner.upsell-slider::-webkit-scrollbar-thumb {
  background: #323234;
  height: 2px;
}
.cart_upsell__v2 .custom--upsell-inner.upsell-slider .upsell--item {
  flex: 0 0 auto;
  width: 135px;
}
.cart_upsell__v2 .upsell--item .custom--upsell-item {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}
.cart_upsell__v2 .custom--upsell-item .custom--upsell-item-img {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.cart_upsell__v2 .custom--upsell-item-img a {
  display: block;
}
.cart_upsell__v2 .custom--upsell-item-img img {
  width: 100%;
  height: 100%;
}
.cart_upsell__v2 .custom--upsell-item .custom--upsell-item-details {
  flex: 1;
  width: 100%;
}
.cart_upsell__v2 .upsell-item-title .ui-productname {
  margin: 0 0 6px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v2 .upsell--review-price .upsell-item-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart_upsell__v2
  .upsell--review-price
  .upsell-item-price
  .upsell-compare--price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0;
  display: none;
  text-transform: uppercase;
}
.cart_upsell__v2
  .upsell--review-price
  .upsell-item-price
  .upsell-original--price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v2 .upsell-item-form {
  margin-top: 10px;
}
.cart_upsell__v2 .upsell-item-form .upsell_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.cart_upsell__v2 .upsell_price_btn .upsell_product_variant {
  flex: 1;
}
.cart_upsell__v2 .upsell_price_btn .upsell-item-add-button {
  flex: 0 0 auto;
}
.cart_upsell__v2 .variant-popdown-upsell select {
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.75);
  height: 30px;
  color: #000;
  /* font-family: Helvetica; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart_upsell__v2 .upsell-item-add-button .upsell-add-button {
  background: #323234;
  padding: 4px 6px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 85px;
  align-items: center;
  justify-content: center;
}
.cart_upsell__v2 .upsell-item-add-button .upsell-add-button .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.cart_upsell__v2 .upsell-item-add-button.upsell-item-add-button_one {
  display: none;
}
.cart_upsell__v2
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg {
  width: 30px;
  height: 23px;
}
.cart_upsell__v2
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: #fff;
}

/* END - V2 */

/* START - V3 */

.cart_upsell__v3 .custom--upsell-inner.upsell-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  margin: 16px -30px 0 0;
  padding: 0 30px 16px 0;
}
.cart_upsell__v3 .custom--upsell-inner.upsell-slider::-webkit-scrollbar {
  background: rgba(196, 196, 196, 0.75);
  height: 2px;
}
.cart_upsell__v3 .custom--upsell-inner.upsell-slider::-webkit-scrollbar-thumb {
  background: #323234;
  height: 2px;
}
.cart_upsell__v3 .custom--upsell-inner.upsell-slider .upsell--item {
  flex: 0 0 auto;
  width: 50%;
}
.cart_upsell__v3 .upsell--item .custom--upsell-item {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}
.cart_upsell__v3 .custom--upsell-item .custom--upsell-item-img {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.cart_upsell__v3 .custom--upsell-item-img a {
  display: block;
}
.cart_upsell__v3 .custom--upsell-item-img img {
  width: 100%;
  height: 100%;
}
.cart_upsell__v3 .custom--upsell-item .custom--upsell-item-details {
  flex: 1;
  width: 100%;
}
.cart_upsell__v3 .upsell-item-title .ui-productname {
  margin: 0 0 6px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v3 .upsell--review-price .upsell-item-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart_upsell__v3
  .upsell--review-price
  .upsell-item-price
  .upsell-compare--price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
  margin: 0;
}
.cart_upsell__v3
  .upsell--review-price
  .upsell-item-price
  .upsell-original--price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v3 .upsell-item-form {
  margin-top: 10px;
}
.cart_upsell__v3 .upsell-item-form .upsell_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.cart_upsell__v3 .upsell_price_btn .upsell_product_variant {
  flex: 1;
}
.cart_upsell__v3 .upsell_price_btn .upsell-item-add-button {
  flex: 0 0 auto;
}
.cart_upsell__v3 .variant-popdown-upsell select {
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.75);
  height: 30px;
  color: #000;
  /* font-family: Helvetica; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart_upsell__v3 .upsell-item-add-button .upsell-add-button {
  background: #323234;
  padding: 4px 6px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 70px;
  align-items: center;
  justify-content: center;
}
.cart_upsell__v3 .upsell-item-add-button .upsell-add-button .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.cart_upsell__v3 .upsell-item-add-button.upsell-item-add-button_one {
  display: none;
}
.cart_upsell__v3
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg {
  width: 30px;
  height: 23px;
}
.cart_upsell__v3
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: #fff;
}

/* END - V3 */

/* START - V4 */

.cart_upsell__v4 .custom--upsell-inner.upsell-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  margin: 16px 0px 0 0;
  /* padding: 0 30px 16px 0; */
  flex-direction: column;
}
.cart_upsell__v4 .custom--upsell-inner.upsell-slider::-webkit-scrollbar {
  background: rgba(196, 196, 196, 0.75);
  height: 2px;
}
.cart_upsell__v4 .custom--upsell-inner.upsell-slider::-webkit-scrollbar-thumb {
  background: #323234;
  height: 2px;
}
.cart_upsell__v4 .custom--upsell-inner.upsell-slider .upsell--item {
  flex: 0 0 auto;
  width: 100%;
}
.cart_upsell__v4 .upsell--item .custom--upsell-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.cart_upsell__v4 .custom--upsell-item .custom--upsell-item-img {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}
.cart_upsell__v4 .custom--upsell-item .custom--upsell-item-details {
  flex: 1;
}
.cart_upsell__v4 .upsell-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cart_upsell__v4 .upsell-item-title .ui-productname {
  margin: 0 0 0px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  max-width: 120px;
}
.cart_upsell__v4 .upsell--review-price .upsell-item-price {
  display: flex;
  align-items: end;
  gap: 2px;
  flex-direction: column;
  justify-content: end;
}
.cart_upsell__v4
  .upsell--review-price
  .upsell-item-price
  .upsell-compare--price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration-line: line-through;
  margin: 0;
}
.cart_upsell__v4
  .upsell--review-price
  .upsell-item-price
  .upsell-original--price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.cart_upsell__v4 .upsell-item-form {
  margin-top: 6px;
}
.cart_upsell__v4 .upsell-item-form .upsell_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cart_upsell__v4 .upsell_price_btn .upsell_product_variant {
  flex: 1;
}
.cart_upsell__v4 .upsell_price_btn .upsell-item-add-button,
.cart_upsell__v4 .upsell--review-price {
  flex: 0 0 auto;
}
 {
  flex: 0 0 auto;
}
.cart_upsell__v4 .variant-popdown-upsell select {
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.75);
  height: 30px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100px;
}
.cart_upsell__v4 .upsell-item-add-button .upsell-add-button {
  background: #323234;
  padding: 4px 6px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 85px;
  align-items: center;
  justify-content: center;
}
.cart_upsell__v4 .upsell-item-add-button .upsell-add-button .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.cart_upsell__v4 .custom--upsell-item-img a {
  display: block;
}
.cart_upsell__v4 .custom--upsell-item-img img {
  width: 100%;
  height: 100%;
}
.cart_upsell__v4 .upsell-item-add-button.upsell-item-add-button_one {
  display: none;
}
.cart_upsell__v4
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg {
  width: 30px;
  height: 23px;
}
.cart_upsell__v4
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: #fff;
}
.cart_upsell__v4 .upsell--item.upsell--item_4,
.cart_upsell__v4 .upsell--item.upsell--item_5,
.cart_upsell__v4 .upsell--item.upsell--item_6 {
  display: none;
}

/* END - V4 */

/* START - V5 */

.cart_upsell__v5 .custom--upsell-inner.upsell-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  margin: 16px -30px 0 0;
  padding: 0 30px 16px 0;
}
.cart_upsell__v5 .custom--upsell-inner.upsell-slider::-webkit-scrollbar {
  background: rgba(196, 196, 196, 0.75);
  height: 2px;
}
.cart_upsell__v5 .custom--upsell-inner.upsell-slider::-webkit-scrollbar-thumb {
  background: #323234;
  height: 2px;
}
.cart_upsell__v5 .custom--upsell-inner.upsell-slider .upsell--item {
  flex: 0 0 auto;
  width: 50%;
}
.cart_upsell__v5 .upsell--item .custom--upsell-item {
  display: flex;
  align-items: start;
  gap: 0px;
  flex-direction: column;
}
.cart_upsell__v5 .custom--upsell-item .custom--upsell-item-img {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.cart_upsell__v5 .custom--upsell-item-img a {
  display: block;
}
.cart_upsell__v5 .custom--upsell-item-img img {
  width: 100%;
  height: 100%;
}
.cart_upsell__v5 .custom--upsell-item .custom--upsell-item-details {
  flex: 1;
  width: 100%;
}
.cart_upsell__v5 .upsell-item-title .ui-productname {
  margin: 0 0 6px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v5 .upsell--review-price .upsell-item-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart_upsell__v5
  .upsell--review-price
  .upsell-item-price
  .upsell-compare--price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0;
}
.cart_upsell__v5
  .upsell--review-price
  .upsell-item-price
  .upsell-original--price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.cart_upsell__v5 .upsell-item-add-button {
  width: 100%;
  margin-bottom: 10px;
}
.cart_upsell__v5 .upsell-item-add-button select.add__btn_custom_sel {
  display: flex;
  width: 100%;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  appearance: none;
  padding: 9px;
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cart_upsell__v5 .upsell-item-form {
  display: none;
}
.cart_upsell__v5 .upsell-item-form .upsell_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.cart_upsell__v5 .upsell_price_btn .upsell_product_variant {
  flex: 1;
}
.cart_upsell__v5 .upsell_price_btn .upsell-item-add-button {
  flex: 0 0 auto;
}
.cart_upsell__v5 .variant-popdown-upsell select {
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.75);
  height: 30px;
  color: #000;
  /* font-family: Helvetica; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart_upsell__v5 .upsell-item-add-button .upsell-add-button {
  background: #323234;
  padding: 4px 6px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.cart_upsell__v5 .upsell-item-add-button .upsell-add-button .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.cart_upsell__v5 .upsell-item-add-button.upsell-item-add-button_one {
  display: block;
}
.cart_upsell__v5
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg {
  width: 30px;
  height: 23px;
}
.cart_upsell__v5
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: #000;
}

/* END - V5 */

/* :: END :: cart-look-item.liquid */

.Drawer--cart .cart--goal + .Drawer__Main {
  margin-top: 14px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart_upsell_box.upsell-full {
  display: none !important;
}

.product_grid_slider:not(.slick-initialized) .pgs_item:not(:first-child) {
  display: none;
}

.MegaMenu:not(.MegaMenu--grid) > div {
  gap: 6rem;
}

.MegaMenu__Bold {
  font-weight: 600;
}

/* START -- TAB COLLECTION */

/* V1 -- START */

section.tab_collection_section.tab_collection_v1 header {
  margin-bottom: 24px;
}
.tab_collection_section.tab_collection_v1 .SectionHeader__SubHeading {
  color: #000;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.tab_collection_section.tab_collection_v1 .tc_tab_linkbox {
  margin: 0 10px;
}
.tab_collection_section.tab_collection_v1 ul.tc_tab_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto 12px;
  max-width: 400px;
}
.tab_collection_section.tab_collection_v1 ul.tc_tab_link .tc_tab_titles {
  color: rgba(50, 50, 52, 0.75);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 11.4px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 10px 13px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
}
.tab_collection_section.tab_collection_v1
  ul.tc_tab_link
  .tc_tab_titles.current {
  border-color: #111111;
  color: #000;
}
.tab_collection_section.tab_collection_v1 .tc_tab_content {
  display: none;
}
.tab_collection_section.tab_collection_v1 .tc_tab_content.current {
  display: inherit;
}
.tab_collection_section.tab_collection_v1
  .show_collection_btn
  .SectionFooter
  a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #292929;
  padding: 14px 24px;
  color: #fff;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
}
@media (min-width: 768px) {
  section.tab_collection_section.tab_collection_v1 header {
    margin-bottom: 30px;
  }
  .tab_collection_section.tab_collection_v1 ul.tc_tab_link {
    margin: 0 auto 25px;
    max-width: 450px;
  }
  .tab_collection_section.tab_collection_v1 ul.tc_tab_link .tc_tab_titles {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tab_collection_section.tab_collection_v1 .Grid__Cell.product_grid_hide {
    display: none;
  }
  .tab_collection_section.tab_collection_v1 .tc_tab_content .ProductItem__Info {
    flex-direction: column;
    padding: 10px 6px 0;
    gap: 2px;
  }
  .tab_collection_section.tab_collection_v1
    .tc_tab_content
    .ProductItem__Info
    .ProductItem__Title {
    padding: 0;
    color: #000;
    /* text-align: center; */
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .tab_collection_section.tab_collection_v1
    .tc_tab_content
    .ProductItem__Info
    .ProductItem__Price {
    color: #000;
    text-align: right;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

/* V1 -- END */

/* V2 -- START */

section.tab_collection_section.tab_collection_v2 header {
  margin-bottom: 20px;
}
.tab_collection_section.tab_collection_v2 .SectionHeader__SubHeading {
  color: #000;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.tab_collection_section.tab_collection_v2 .tc_tab_linkbox {
  margin: 0 10px;
}
.tab_collection_section.tab_collection_v2 ul.tc_tab_link {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  /* border-bottom: 1px solid #dbdbdb; */
  margin: 0 auto 12px;
  max-width: 400px;
  gap: 6px;
}
.tab_collection_section.tab_collection_v2 ul.tc_tab_link .tc_tab_titles {
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  color: rgba(50, 50, 52, 0.75);
  text-align: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tab_collection_section.tab_collection_v2
  ul.tc_tab_link
  .tc_tab_titles.current {
  border-color: #292929;
  background: #292929;
  color: #fff;
}
.tab_collection_section.tab_collection_v2 .tc_tab_content {
  display: none;
}
.tab_collection_section.tab_collection_v2 .tc_tab_content.current {
  display: inherit;
}
.tab_collection_section.tab_collection_v2
  .show_collection_btn
  .SectionFooter
  a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #292929;
  padding: 14px 24px;
  color: #fff;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
}
@media (min-width: 768px) {
  section.tab_collection_section.tab_collection_v2 header {
    margin-bottom: 30px;
  }
  .tab_collection_section.tab_collection_v2 ul.tc_tab_link {
    margin: 0 auto 25px;
    max-width: 450px;
    gap: 10px;
  }
  .tab_collection_section.tab_collection_v2 ul.tc_tab_link .tc_tab_titles {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .tab_collection_section.tab_collection_v2 .Grid__Cell.product_grid_hide {
    display: none;
  }
  .tab_collection_section.tab_collection_v2 .tc_tab_content .ProductItem__Info {
    flex-direction: column;
    padding: 10px 6px 0;
    gap: 2px;
  }
  .tab_collection_section.tab_collection_v2
    .tc_tab_content
    .ProductItem__Info
    .ProductItem__Title {
    padding: 0;
    color: #000;
    /* text-align: center; */
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .tab_collection_section.tab_collection_v2
    .tc_tab_content
    .ProductItem__Info
    .ProductItem__Price {
    color: #000;
    text-align: right;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

/* V2 -- END */

@media (min-width: 1008px) {
  .show_collection_btn.Container .SectionFooter {
    margin-top: 50px;
  }
}

/* END -- TAB COLLECTION */
/* .Header__MainNav .HorizontalList li.menuitem-blackfriday,
.Drawer__Main .SidebarMenu__Nav .Collapsible-blackfriday {
  display: none;
}
.Header__MainNav + form.Header__LocalizationForm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
} */

a.Collapsible__Button.Heading.Link.Link--primary.u-h4.bf__link {
  color: #ef0606;
}
.Header__MainNav .HorizontalList li.menuitem-blackfriday .DropdownMenu,
.Drawer__Main .SidebarMenu__Nav .Collapsible-blackfriday .DropdownMenu {
  display: none;
}
.SidebarMenu__Nav .Collapsible-blackfriday button.Collapsible__Button {
  display: none;
}

.ProductItem__Wrapper
  > .ProductItem__Container
  > .ProductItem__Info.ProductItem__Info--left {
  flex-direction: column;
}

/* CART */
.Cart .Drawer__Footer {
  margin-top: 12px;
}
.Cart .CartItem .CartItem__Title.Heading {
  font-size: 1rem;
}
.CollectionHeading {
  padding: 0 10px;
  margin: 6px 0 20px;
  display: block;
}
.CollectionHeading h1.SectionHeader__Heading {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .CollectionHeading {
    padding: 0 9px;
    margin: 8px 0 16px;
  }
  .CollectionHeading h1.SectionHeader__Heading {
    font-size: 12px;
    line-height: 19px;
  }
}

/* NEW VARIANT VERSIONS -- START */

.HorizontalList--spacingTight .HorizontalList__Item label.SizeSwatch {
  /*padding: 4px;*/
  position: relative;
}
.SizeSwatch:after {
  width: 100%;
  left: 0px;
  position: absolute;
}
.variant__new span.ProductForm__Label {
  margin-bottom: 12px;
  color: #2e2e2e;
  font-family: Helvetica;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

/* COLOR -- START */

/* V1 - START */

.color_variant__1.ColorSwatchList {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.color_variant__1.ColorSwatchList li.HorizontalList__Item {
  margin: 0;
}
.color_variant__1 .HorizontalList__Item .Color__Link > div {
  padding: 2px;
  border-radius: 99px;
  border: 1px solid transparent;
}
.color_variant__1 .HorizontalList__Item .Color__Link.Active > div {
  border-color: #323234;
}
.color_variant__1 .Color__Link > div .Color__Related {
  border-radius: 99px;
  border: 1px solid #9e9b9b;
  width: 20px;
  height: 20px;
}
.color_variant__1 .HorizontalList__Item .Color__Link > div .variant_color_img {
  display: block !important;
  max-width: 52px;
  max-height: 52px;
  object-fit: cover;
  object-position: center;
}

/* V1 - END */

/* V2 - START */

.color_variant__2.ColorSwatchList {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.color_variant__2.ColorSwatchList li.HorizontalList__Item {
  margin: 0;
  cursor: pointer;
}
.color_variant__2 .HorizontalList__Item .Color__Link > div {
  padding: 0px;
  border-bottom: 1px solid transparent;
}
.color_variant__2 .HorizontalList__Item .Color__Link.Active > div {
  border-color: #000;
}
.color_variant__2 .Color__Link > div .Color__Related {
  display: none;
}
.color_variant__2 .HorizontalList__Item .Color__Link > div .variant_color_img {
  display: block !important;
  max-width: 52px;
  max-height: 52px;
  object-fit: cover;
  object-position: center;
}
/* Animation border added css start here */

/*.SizeSwatch__Radio:checked + .SizeSwatch,*/
/*.color_variant__2 .HorizontalList__Item .Color__Link.Active > div {*/
/*  border-bottom: none !important;*/
/*}*/
/*.SizeSwatch:after,*/
/*.ProductForm__Variants .Color__Link > div:after {*/
/*  content: "";*/
/*  display: block;*/
/*  border-bottom: solid 1px #000;*/
/*  transform: scaleX(0);*/
/*  transition: transform 300ms ease-in-out;*/
/*}*/

/*.SizeSwatch.active:after,*/
/*.ProductForm__Variants .Color__Link > div.active:after {*/
/*  transform: scaleX(1);*/
/*}*/

/* Animation border added css end here */
/* V2 - END */

/*  V3 - START */

.color_variant__3.ColorSwatchList {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.color_variant__3.ColorSwatchList li.HorizontalList__Item {
  margin: 0;
}
.color_variant__3 .HorizontalList__Item .Color__Link > div {
  padding: 0px;
  border-bottom: 1px solid transparent;
}
.color_variant__3 .HorizontalList__Item .Color__Link.Active > div {
  border-color: #000;
}
.color_variant__3 .Color__Link > div .Color__Related {
  display: none;
}
.color_variant__3 .HorizontalList__Item .Color__Link > div .variant_color_img {
  display: block !important;
  max-width: 52px;
  max-height: 52px;
  object-fit: cover;
  object-position: center;
}

/*  V3 - END */

/* COLOR -- END */

/* SIZE -- START */

/* V1 - START */

.size_variant__1.SizeSwatchList {
  margin: 0;
  justify-content: start;
  gap: 14px;
}
.size_variant__1.SizeSwatchList .HorizontalList__Item {
  margin: 0;
}
.size_variant__1.SizeSwatchList .HorizontalList__Item .SizeSwatch {
  padding: 0;
  color: #2e2e2e;
  text-align: center;
  font-family: Helvetica;
  font-size: 14.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 1.111px solid rgba(46, 46, 46, 0.25);
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.size_variant__1.SizeSwatchList
  .HorizontalList__Item
  .SizeSwatch__Radio:checked
  + .SizeSwatch {
  font-size: 13.333px;
  font-weight: 700;
  border-color: #2e2e2e;
}

.SizeSwatchList .HorizontalList__Item.valno-maxwidth .SizeSwatch {
  width: auto !important;
  /*padding: 0 8px !important;*/
}

/* V1 - END */

/* V2 - START */

.size_variant__2.SizeSwatchList {
  margin: 0;
  justify-content: start;
  gap: 14px;
}
.size_variant__2.SizeSwatchList .HorizontalList__Item {
  margin: 0;
}
.size_variant__2.SizeSwatchList .HorizontalList__Item .SizeSwatch {
  padding: 0;
  color: #2e2e2e;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 1.111px solid rgba(46, 46, 46, 0.25);
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.size_variant__2.SizeSwatchList
  .HorizontalList__Item
  .SizeSwatch__Radio:checked
  + .SizeSwatch {
  font-size: 12px;
  font-weight: 700;
  border-color: #2e2e2e;
  background: #2e2e2e;
  color: #fff;
}

/* V2 - END */

/* SIZE -- END */

/* NEW VARIANT VERSIONS -- END */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                        COMPLETE THE LOOK CSS START
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.product-icon span,
.complete_look_box,
.complete_look_box.complete-look-vsecond,
.complete_look_box.complete-look-vthird {
  display: none;
}
.complete_look_box.complete-look-vfirst {
  display: block;
}
/* ::::::::::: v1 ::::::::::: */

.complete-look-vfirst {
  padding: 25px 0 5px;
}
.complete-look-vfirst .complete-look-title h4 {
  color: #000;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.complete-look-vfirst .spps-grid-new {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-right: 8px;
  overflow-x: auto;
  padding-bottom: 14px;
}
.spps-grid-new::-webkit-scrollbar {
  height: 3px;
  background: rgba(196, 196, 196, 0.75);
}
.spps-grid-new::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #323234;
}
.complete-look-vfirst .spps-grid-new .product-card {
  /*border: 1px solid #efefef;*/
  /*background: #fff;*/
  padding: 0px 36px 0px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  max-width: 85%;
}
.complete-look-vfirst .spps-grid-new .product-image {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
}
.complete-look-vfirst .spps-grid-new .product-image a {
  display: block;
}
.complete-look-vfirst .spps-grid-new .product-image img {
  width: 100%;
}
.complete-look-vfirst .spps-grid-new .product-title-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  gap: 14px;
}
.complete-look-vfirst .product-icon {
  display: none;
}
.complete-look-vfirst .spps-grid-new .product-title-new .title-new {
  color: #000;
  /* text-align: center; */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*text-transform: uppercase;*/
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.complete-look-vfirst .spps-grid-new .product-price-new {
  padding: 5px 0 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.complete-look-vfirst .product-options {
  line-height: 1;
}
.complete-look-vfirst .spps-grid-new .product-price-new .price {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  /*font-weight: 700;*/
  line-height: normal;
  text-transform: uppercase;
}
.complete-look-vfirst .spps-grid-new .product-price-new .compare_at_price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 0;
}
.complete-look-vfirst .product-color {
  /* padding-left: 8px; */
  /* max-width: 93px; */
}
.complete-look-vfirst .select_version_3 {
  display: none;
}
.complete-look-vfirst .product-options select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  /* padding: 4px 4px 4px 8px; */
  color: #000;
  /* text-align: center; */
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: -0.48px; */
  /* min-width: 90px; */
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  /* background-image: url(/cdn/shop/files/mdi_chevron-up_d2d55c99-ff5e-4578-b258-9c4444eb8d4e.png?v=1733916441); */
  /* background-repeat: no-repeat; */
  /* background-size: 18px; */
  /* background-position: 98% center; */
}
.complete-look-vfirst .product-options select:focus {
  color: black;
}
.complete-look-vfirst .product-options select::-ms-expand {
  display: none;
}
.complete-look-vfirst .spps-grid-new .product-title-icon .addto_upsell {
  display: block;
}
.complete-look-vsecond .product-options select.select_version_3 {
  display: none;
}
.complete-look-vfirst .spps-grid-new .product-title-icon .addto_upsell > svg {
  display: block;
  width: 32px;
  height: 32px;
}
.complete-look-vfirst
  .spps-grid-new
  .product-title-icon
  .addto_upsell
  .custom--loader {
  border-radius: 99px;
  border: 1px solid #2e2e2e;
  background: #2e2e2e;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete-look-vfirst
  .spps-grid-new
  .product-title-icon
  .addto_upsell
  .custom--loader
  svg {
  width: 25px;
  height: 25px;
}
.complete-look-vfirst
  .spps-grid-new
  .product-title-icon
  .addto_upsell
  .custom--loader
  svg
  circle {
  stroke: #fff;
}

@media (max-width: 767px) {
  .complete-look-vfirst .spps-grid-new {
    margin-right: -15px;
  }
}

/* ::::::::::: v2 ::::::::::: */

.complete-look-vsecond {
  padding: 24px 0 5px;
}
.complete-look-vsecond .complete-look-title h4 {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  /* padding-bottom: 14px; */
  text-align: center;
}
.complete-look-vsecond .spps-grid-new {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.complete_look_box.complete-look-vsecond {
  border: 1px solid #efefef;
  padding: 21px 20px;
  margin-top: 28px;
}
.complete-look-vsecond .popular-product {
  padding: 10px 26px 0 0;
}
.complete-look-vsecond .complete-look-title {
  /* margin-top: -30px; */
  background-color: #fff;
  padding: 0 10px;
  width: 160px;
  /* border: 1px solid red; */
  margin: 0 auto;
  margin-top: -30px;
}
.complete-look-vsecond .spps-grid-new .product-card {
  background: #fff;
  padding: 2px 12px 2px 2px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
}
.complete-look-vsecond .spps-grid-new .product-card.custom_product_hide {
  display: none !important;
}
/* .complete-look-vsecond .spps-grid-new .product-card-2,
.complete-look-vsecond .spps-grid-new .product-card-3 {
  margin-top: 16px;
} */
.complete-look-vsecond .spps-grid-new .product-image {
  width: 85px;
  height: 85px;
  flex: 0 0 auto;
}
.complete-look-vsecond .spps-grid-new .product-image img {
  width: 100%;
}
.complete-look-vsecond .spps-grid-new .product-title-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  flex: 1;
}
.complete-look-vsecond .spps-grid-new .product-title-new .title-new {
  color: #000;
  /* text-align: center; */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.complete-look-vsecond .spps-grid-new .product-price-new {
  padding: 5px 0 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.complete-look-vsecond .spps-grid-new .product-price-new .price {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.complete-look-vsecond .spps-grid-new .product-price-new .compare_at_price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 0;
}
.complete-look-vsecond .product-icon svg {
  display: none;
}
.complete-look-vsecond .product-icon {
  display: block;
}
.complete-look-vsecond .product-icon .addto_upsell {
  background: #323234;
  padding: 7px 12px 7px 14px;
  display: flex;
  position: relative;
  height: 28px;
}
.complete-look-vsecond .product-icon span {
  display: flex;
  color: #fff;
  /* background: #323234; */
  /* padding: 7px 10px 7px 12px; */
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 2px;
  /* width: 60px; */
  /* height: 28px; */
}
.complete-look-vsecond .product-icon .custom--loader {
  width: 100%;
  height: 28px;
  background: #323234;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.complete-look-vsecond .product-icon .custom--loader svg {
  width: 25px;
  height: 25px;
}
.complete-look-vsecond .product-icon .custom--loader svg circle {
  stroke: #fff;
}
.complete-look-vsecond .product-icon span svg {
  display: block;
}
.complete-look-vsecond .product-color {
  /* padding-left: 8px; */
  /* max-width: 96px; */
  /* background-color: #fff; */
  line-height: 1;
}
.complete_look_box.complete-look-vsecond .product-icon {
  display: none;
}
.complete-look-vsecond .product-options select {
  -moz-appearance: none;
  -webkit-appearance: none;
  /* background: #fff; */
  background: transparent;
  /* border: 1px solid #e5e5e5; */
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  color: #000;
  /* text-align: center; */
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: -0.48px; */
  text-transform: uppercase;
  /* min-width: 90px; */
  /* background-image: url(/cdn/shop/files/mdi_chevron-up_d2d55c99-ff5e-4578-b258-9c4444eb8d4e.png?v=1733916441);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 98% center; */
}
.complete-look-vsecond .product-options select:focus {
  color: black;
}
.complete-look-vsecond .product-options select.select_version_3 {
  display: none;
}
.complete-look-vsecond .product-options select::-ms-expand {
  display: none;
}

/* ::::::::::: v3 ::::::::::: */

.complete-look-vthird {
  padding: 20px 0 5px;
}
.complete-look-vthird .complete-look-title h4 {
  color: #000;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.complete-look-vthird .spps-grid-new {
  list-style: none;
  display: flex;
  gap: 14px;
  /* align-items: center; */
  padding-right: 10px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.complete-look-vthird .spps-grid-new .product-card {
  background: #fff;
  /* padding: 4px 12px 4px 4px */
  flex: 0 0 auto;
  width: 160px;
}
.complete-look-vthird .spps-grid-new .product-image {
  position: relative;
  padding-top: 100%;
}
.complete-look-vthird .spps-grid-new .product-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.complete-look-vthird .spps-grid-new .product-title-icon {
  margin-top: 8px;
}
.complete-look-vthird .spps-grid-new .product-title-new .title-new {
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.complete-look-vthird .spps-grid-new .product-price-new {
  padding: 6px 0 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}
.complete-look-vthird .spps-grid-new .product-price-new .price {
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.complete-look-vthird .spps-grid-new .product-price-new .compare_at_price {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 0;
}
.product-icon-v3 {
  display: none;
}
.complete-look-vthird .product-icon {
  display: none;
}
.complete-look-vthird .product-options {
  display: flex;
  gap: 10px;
  align-items: center;
}
.complete-look-vthird .product-icon-v3 {
  /* padding: 7px 10px 7px 12px; */
  /* background: #323234; */
  display: block;
  /* flex: 0 0 auto; */
  /* width: 60px; */
  /* height: 28px; */
}
.complete-look-vthird .product-icon-v3 .addto_upsell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  background: transparent;
  width: auto;
  position: relative;
  height: 28px;
}
.complete-look-vthird .product-icon-v3 span svg path {
  fill: #000;
}
.complete-look-vthird .product-icon-v3 span {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-family: Helvetica;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  /* padding: 7px 10px 7px 12px; */
  /* background: #323234; */
  flex: 0 0 auto;
  /* width: 60px; */
  /* height: 28px; */
}
.complete-look-vthird .product-icon-v3 .custom--loader {
  width: 100%;
  height: 28px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 0;
  left: 0;
}
.complete-look-vthird .product-icon-v3 .custom--loader svg {
  width: 25px;
  height: 25px;
}
.complete-look-vthird .product-icon-v3 .custom--loader svg circle {
  stroke: #000;
}
.complete-look-vthird .product-color {
  flex: 1;
}
.complete-look-vthird .product-options select.select_version_1 {
  display: none;
}
.complete-look-vthird .product-options select.select_version_3 {
  display: block;
}
.complete-look-vthird .product-options select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #efefef;
  cursor: pointer;
  padding: 6px 6px 6px 8px;
  color: #000;
  /* text-align: center; */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  width: 100%;
  background-image: url(/cdn/shop/files/mdi_chevron-up_d2d55c99-ff5e-4578-b258-9c4444eb8d4e.png?v=1733916441);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 98% center;
}
.complete-look-vthird .product-options select:focus {
  color: black;
}
.complete-look-vthird .product-options select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .complete-look-vthird .spps-grid-new {
    margin-right: -15px;
  }
}

.gcp-input-row input,
.gcp-input-row textarea {
  border: 1px solid #c0c0c0;
}

.gcp-input-row.gcp-input-row--message {
  margin-bottom: 14px;
}

.gcp-input-row label {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.gcp-input-row input::placeholder,
.gcp-input-row textarea::placeholder {
  opacity: 0.5;
}

.sequra-promotion-widget {
  margin-top: 16px !important;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                        COMPLETE THE LOOK CSS END
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                          HEADER SEARCH CSS START
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.Search__SearchBar .search_form_box {
  display: flex;
  align-items: center;
  width: 100%;
}
.Search__Results[aria-hidden="false"] ~ .new_search__bar {
  display: none !important;
}
.Search__Results button.button-plus {
  display: none;
}

/* V6 -- START */
@media only screen and (max-width: 1007px) {
  .Search_six .search_bar_six {
    display: block !important;
    padding: 0 17px;
  }
  .Search.Search_six {
    /* top: -60%; */
    z-index: 1;
  }
  .Search_six .Search__Inner {
    padding: 16px 0px 10px;
  }
  .Search_six .Search__SearchBar {
    padding: 11px 10px;
    border-radius: 2px;
    border: 1px solid #c5c0bd;
    margin: 0 17px;
    max-width: 100%;
    background-color: #fff;
  }
  .Search_six .Search__SearchBar .search_form_box {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Search_six .Search__Input {
    color: #9c9c9c;
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: none;
  }
}
.Search_six .search-collection-three {
  display: block;
  padding-top: 22px;
}
.Search_six .search-collection-three h4 {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 8px;
}
.Search_six .collection-image-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Search_six .collection-image-name img {
  width: 48px;
  height: 48px;
}
.Search_six .search-collection-image .search-collection-text {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e7e4;
}
.Search_six .search-collection-image:last-child .search-collection-text {
  border-bottom: none;
}
.Search_six .search-collection-list .search-collection-text .icon {
  display: block;
}
.Search_six .search-collection-list .search-collection-text span {
  color: #2a2c2d;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  display: block;
}
.Search_six .product-price-new {
  display: block;
}
.Search_six .search-bestseller {
  padding-top: 22px;
  margin-right: -16px;
}
.Search_six .search-bestseller ul {
  list-style: none;
}
.Search_six .search-bestseller-title h4 {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.Search_six .search-bestseller .spps-grid-new {
  display: flex;
  align-items: start;
  gap: 8px;
  overflow-x: auto;
  padding-right: 16px;
}
.Search_six .spps-grid-new .spps-item-new {
  /* width: 125px; */
  width: 142px;
  flex: 0 0 auto;
}
.Search_six .spps-grid-new .spps-item-new:last-child {
  border-bottom: none;
}
.Search_six .spps-grid-new .spps-media-new img {
  width: 100%;
}
.Search_six .spps-grid-new .spps-info-new {
  flex: 1;
}
.Search_six .spps-grid-new .product-title-new h4 {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  text-transform: uppercase;
  margin: 0;
  padding: 8px 0 4px;
}
.Search_six .spps-grid-new .product-title-new svg {
  display: none;
}
.Search_six .product-price-new {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 15px;
}
.Search_six .product-price-new .compare_at_price {
  color: rgba(42, 44, 45, 0.5);
  text-align: right;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}
.Search_six .product-price-new .price {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.Search_six .search-collection-image {
  display: none;
}
.Search_six .search-collection-image:nth-child(-n + 4) {
  display: block;
}
.Search_six .Search__InputIconWrapper span.hidden-tablet-and-up,
.Search_six .Search__InputIconWrapper span.hidden-phone,
.Search_six .Search__Close svg.Icon.Icon--close {
  display: none;
}
.Search_six .Search__InputIconWrapper span.search_new_icon {
  display: flex !important;
}
.Search_six .Search__Close svg.new_close_icon {
  display: block !important;
}
@media only screen and (min-width: 1008px) {
  .Search_six .search_bar_six {
    display: block !important;
    padding: 0 17px;
  }
  .Search.Search_six {
    /*top: -70%;*/
    z-index: 1;
  }
  .Search_six .Search__Inner {
    padding: 16px 0px 10px;
  }
  .Search_six .Search__SearchBar {
    padding: 11px 10px;
    border-radius: 2px;
    border: 1px solid #c5c0bd;
    margin: 0 17px;
    max-width: 100%;
    background-color: #fff;
  }
  .Search_six .Search__SearchBar .search_form_box {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Search_six .Search__Input {
    color: #9c9c9c;
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: none;
  }
  /* end of desktop */
}
@media only screen and (max-width: 1007px) {
  /* convert style */
  .Search__Inner {
    max-height: calc(100vh - var(--header-height));
  }
  .Search_six .product-price-new {
    text-transform: uppercase;
  }
  .Search_six .Search__Inner {
    padding: 30px 0 20px;
  }
  .Search_six .search-bestseller-title h4 {
    padding-bottom: 14px;
  }
  .Search_six .search-bestseller {
    padding-top: 15px;
  }
}
.Search_six .search-collection-list .search-collection-text span {
  position: relative;
}
.Search_six .search-collection-list .search-collection-text span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.Search_six .search-collection-list .search-collection-text:hover span::after {
  background-color: lightgray;
}
.Search_six .search-collection-list .search-collection-text .icon {
  display: block;
}
.Search_six .search-collection-list .search-collection-text .icon svg {
  display: block;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.Search_six .search-collection-list .search-collection-text .icon svg > path {
  stroke: currentColor;
}
.Search_six .search-collection-list .search-collection-text:hover .icon svg {
  color: lightgray;
}
/* V6 -- END -- backup in [Filter MARTES DEC.03 | Gift Card Factory Setup] */

.PageLayout__Section.PageLayout__Section--secondary {
  display: none;
}
.PageLayout__Section:first-child {
  margin-bottom: 0px;
}
.search_suggestion {
  display: none;
}
.Search_one .Search__Results,
.Search_two .Search__Results,
.Search_three .Search__Results,
.Search_four .Search__Results,
.Search_five .Search__Results,
.Search_six .Search__Results,
.Search_seven .Search__Results {
  display: block !important;
  padding: 20px 18px 0;
  margin: 0px;
}
.Search__Results[aria-hidden="true"] {
  padding: 0px;
}

/* SEARCH RESULT V1 -- START */

.Search__Results_one {
  margin: 17px 0 8px;
  padding: 0 20px 0 17px;
  display: none;
}
.Search__Results_one .PageLayout {
  margin: 0px;
}
.Search_one .Search__Results_one[aria-hidden="false"],
.Search_two .Search__Results_one[aria-hidden="false"],
.Search_three .Search__Results_one[aria-hidden="false"],
.Search_four .Search__Results_one[aria-hidden="false"],
.Search_five .Search__Results_one[aria-hidden="false"],
.Search_six .Search__Results_one[aria-hidden="false"],
.Search_seven .Search__Results_one[aria-hidden="false"] {
  display: block !important;
}
.Search__Results_one .Segment__Title {
  display: none;
}
.Search__Results_one .Grid__Cell {
  margin: 0px;
  padding: 8px 0;
}
.Search__Results_one .Grid__Cell .ProductItem__ImageWrapper {
  margin-right: 0px;
}
.Search__Results_one .Grid__Cell button.button-plus {
  display: none;
}
.Search__Results_one .Grid__Cell .ProductItem__Title {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.Search__Results_one .Grid__Cell .ProductItem__PriceList {
  margin-top: 4px;
}
.Search__Results_one .Grid__Cell .ProductItem__Wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.Search__Results_one .Grid__Cell .ProductItem__Wrapper .prductitem-quickadd {
  width: 72px;
  flex: 0 0 auto;
}
.Search__Results_one .Grid__Cell .ProductItem__Wrapper .ProductItem__Container {
  flex: 1;
}
.Search__Results_one .Grid__Cell span.ProductItem__Price {
  color: #2a2c2d;
  /* text-align: right; */
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Search__Results_one .Grid__Cell .ProductItem__Variants {
  display: none;
}
.Search__Results_one .PageLayout__Section {
  display: none;
}
.Search__Results_one .PageLayout__Section.current {
  display: inherit;
  margin-top: 12px;
}
.Search__Results_one .search_tabing {
  display: flex;
  align-items: center;
  gap: 32px;
}
.Search__Results_one .search_tabing span.search_tab_title {
  display: block;
  color: rgba(42, 44, 45, 0.4);
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.Search__Results_one .search_tabing span.search_tab_title.current {
  color: #2a2c2d;
}
/* SEARCH RESULT V1 -- END */

/* SEARCH RESULT V2 -- START */

.Search__Results_two {
  margin: 0px 0 10px;
  padding: 0 0px 0 0px;
  display: none;
}
.Search__Results_two .PageLayout {
  margin: 0px;
}
.Search__Results_two .PageLayout {
  margin: 0;
}
.Search_one .Search__Results_two[aria-hidden="false"],
.Search_two .Search__Results_two[aria-hidden="false"],
.Search_three .Search__Results_two[aria-hidden="false"],
.Search_four .Search__Results_two[aria-hidden="false"],
.Search_five .Search__Results_two[aria-hidden="false"],
.Search_six .Search__Results_two[aria-hidden="false"],
.Search_seven .Search__Results_two[aria-hidden="false"] {
  display: block !important;
}
.Search__Results_two .search_suggestion {
  display: block;
  padding: 16px 16px 20px;
  border-bottom: 1px solid #2a2c2d;
  /* border-top: 1px solid #2a2c2d; */
}
.Search__Results_two .search_suggestion h4 {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.Search__Results_two .search_suggestion .search-collection-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-right: 16px;
  margin-right: -16px;
  margin-top: 10px;
  flex-wrap: nowrap;
}
.Search__Results_two
  .search_suggestion
  .search-collection-list::-webkit-scrollbar {
  display: none;
}
.Search__Results_two
  .search_suggestion
  .search-collection-list
  .search-collection-text {
  border-radius: 99px;
  border: 1px solid #2a2c2d;
  background: #fff;
  padding: 8px 16px;
  flex: 0 0 auto;
}
.Search__Results_two
  .search_suggestion
  .search-collection-list
  .search-collection-text
  span {
  color: #2a2c2d;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  padding: 0px;
}

.Search__Results_two .Segment__Title {
  display: none;
}
.Search__Results_two .Grid__Cell {
  margin: 0px;
  padding: 8px 0;
}
.Search__Results_two .Grid__Cell .ProductItem__ImageWrapper {
  margin-right: 0px;
}
.Search__Results_two .Grid__Cell button.button-plus {
  display: none;
}
.Search__Results_two .Grid__Cell .ProductItem__Title {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.Search__Results_two .Grid__Cell .ProductItem__PriceList {
  margin-top: 4px;
}
.Search__Results_two .Grid__Cell .ProductItem__Wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.Search__Results_two .Grid__Cell .ProductItem__Wrapper .prductitem-quickadd {
  width: 72px;
  flex: 0 0 auto;
}
.Search__Results_two .Grid__Cell .ProductItem__Wrapper .ProductItem__Container {
  flex: 1;
}
.Search__Results_two .Grid__Cell span.ProductItem__Price {
  color: #2a2c2d;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Search__Results_two .Grid__Cell .ProductItem__Variants {
  display: none;
}
.Search__Results_two .PageLayout__Section {
  display: none;
  padding: 0 20px 0 17px;
}
.Search__Results_two .PageLayout__Section.current {
  display: inherit;
  margin-top: 12px;
}
.Search__Results_two .search_tabing {
  display: flex;
  align-items: center;
  gap: 0px;
}
.Search__Results_two .search_tabing span.search_tab_title {
  display: block;
  color: rgba(42, 44, 45, 0.4);
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  padding: 16px 8px;
  text-transform: uppercase;
}
.Search__Results_two .search_tabing span.search_tab_title.current {
  background: #fff;
  color: #2a2c2d;
}
/* SEARCH RESULT V2 -- END */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                          HEADER SEARCH CSS END
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

p.AnnouncementBar__Content.Heading.u-h5 {
  font-size: 11px !important;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                          PDP PAGE POPUP SLIDER ZOOM IMAGE START
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.lightbox-modal {
  display: none;
}
.lightbox-modal.visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}
.lightbox-modal .swiper-zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.close-lightbox-modal {
  position: absolute;
  top: 5px;
  left: 5px;
  /* background: #fff; */
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 9;
  line-height: 28px;
  padding: 8px;
}
.close-lightbox-modal > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper.swiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide {
  overflow: hidden;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                          PDP PAGE POPUP SLIDER ZOOM IMAGE END
   ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                    PRODUCT ITEM IMAGE GALLERY -- START
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.prductitem-quickadd {
  position: relative;
}
.ProductItem__ImageWrapper_desktop {
  /* display: none; */
}
@media only screen and (min-width: 768px) {
  .prductitem-quickadd .product-item-slider {
    /* display: block !important; */
  }
  .prductitem-quickadd:hover
    .product_grid_slider
    .pgs_item
    .AspectRatio
    .ProductItem__Image_primary {
    display: none !important;
  }
  .prductitem-quickadd:hover
    .product_grid_slider
    .pgs_item
    .AspectRatio
    .ProductItem__Image_scondary {
    display: block !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .prductitem-quickadd .priduct-media-mobile {
    /* display: block !important; */
  }
}

.product_grid_slider.slick-initialized,
.product_grid__slider.slick-initialized {
  margin-bottom: 0;
}

.product_grid_slider.slick-initialized ul.slick-dots,
.product_grid_slider.slick-initialized + .slider-counter {
  display: none !important;
}
/*  .product_grid_slider.slick-initialized button.slick-arrow  */
.product_grid_slider.slick-initialized .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.product_grid_slider.slick-initialized:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767.98px) {
  .product_grid_slider.slick-initialized:hover .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.product_grid_slider.slick-initialized .slick-arrow::before {
  content: none;
  display: none;
}
.product_grid_slider.slick-initialized .slick-prev {
  left: 10px;
  z-index: 1;
}
.product_grid_slider.slick-initialized .slick-next {
  right: 10px;
}

.product_grid__slider.slick-initialized ul.slick-dots,
.product_grid__slider.slick-initialized button.slick-arrow,
.product_grid__slider.slick-initialized + .slider-counter {
  display: none !important;
}
.pgs_item.index-1:hover .AspectRatio > .hover-state,
.product_grid_slider.slick-initialized:hover
  .pgs_item.index-1
  .AspectRatio
  > .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block !important;
}
.product_grid_slider.slick-initialized .ProductItem__Image_onhover {
  display: none;
}
.product_grid_slider.slick-initialized:hover .ProductItem__Image_onhover {
  display: block;
}
.ProductItem-quicv3:hover .ProductItem__Wrapper .ProductItem__LabelList,
.ProductItem-quicv3 .prductitem-quickadd:hover .ProductItem__Variants {
  z-index: 1;
}

/* gallery active after slick load */
.product_grid_slider:not(.slick-initialized) .pgs_item:not(:first-child) {
  display: none;
}
.product_grid_slider:not(.slick-initialized) .pgs_item .hover-state {
  display: none;
}
.product_grid__slider:not(.slick-initialized) .pgs_item:not(:first-child) {
  display: none;
}

/*
.prductitem-quickadd {
  position: relative;
}
.ProductItem__ImageWrapper_desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .prductitem-quickadd .product-item-slider {
    display: block !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .prductitem-quickadd .priduct-media-mobile {
    display: block !important;
  }
}

.product_grid_slider.slick-initialized,
.product_grid__slider.slick-initialized {
  margin-bottom: 0;
}
.product_grid_slider.slick-initialized ul.slick-dots,
.product_grid_slider.slick-initialized button.slick-arrow,
.product_grid__slider.slick-initialized ul.slick-dots,
.product_grid__slider.slick-initialized button.slick-arrow {
  display: none !important;
}
.product_grid_slider.slick-initialized + .slider-counter,
.product_grid__slider.slick-initialized + .slider-counter {
  display: none !important;
}
.pgs_item.index-1:hover .AspectRatio > .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block !important;
}

.ProductItem-quicv3:hover .ProductItem__Wrapper .ProductItem__LabelList,
.ProductItem-quicv3 .prductitem-quickadd:hover .ProductItem__Variants {
  z-index: 1;
}
*/

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                    PRODUCT ITEM IMAGE GALLERY -- END
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::
                NEW FILTER -- START
:::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* .soldout_hide .product_solout {
  display: none !important;
} */
.colorswatch_label {
  display: flex;
  align-items: center;
}
#collection-filters-drawer-form .ColorSwatchDiv {
  display: block;
  margin-top: 0px;
}
.Collapsible-shortby_new,
.drawer_main_title,
.Drawer__Title_new,
.filter__drawer .Drawer__Title_old,
.filter__drawer .Collapsible-shortby_new,
.colorswatch_count {
  display: none !important;
}
/* .filter__drawer .Collapsible-shortby_new, */
.filter__drawer .drawer_main_title,
.filter__drawer .Drawer__Title_new {
  display: block !important;
}

@media (max-width: 640px) {
  .filter__drawer {
    transform: translate(calc(100vw - 0px));
  }
}

/* V1 -- START */

.filter__drawer {
  width: 100%;
  max-width: 390px;
}
.filter__drawer .Drawer__Header {
  border-bottom: 1px solid rgba(50, 50, 52, 0.1);
  padding: 16px 18px 16px;
  min-height: fit-content;
  max-height: fit-content;
  justify-content: space-between;
}
.filter__drawer .Drawer__Header span.Drawer__Title {
  display: block;
  color: rgba(50, 50, 52, 0.75);
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.filter__drawer .Drawer__Header button.Drawer__Close {
  position: unset;
}
.filter__drawer .Drawer__Header button.Drawer__Close::before {
  content: none !important;
}
.filter__drawer .Drawer__Header button.Drawer__Close svg.Icon.Icon--close {
  display: none;
}
.filter__drawer .Drawer__Header button.Drawer__Close svg.nc_filter_icon {
  display: block !important;
  width: 20px;
  height: 20px;
}
.filter__drawer .Drawer__Content {
  padding: 20px 0 20px 20px;
  /* overflow-y: auto; */
}
.filter__drawer .Drawer__Content .Drawer__Main {
  padding: 0 20px 20px 0;
  overflow-y: scroll;
}
.filter__drawer .Drawer__Content .Drawer__Main::-webkit-scrollbar {
  display: none !important;
}
.filter__drawer .drawer_main_title h6 {
  color: #323234;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.filter__drawer .Drawer__Content .Collapsible {
  padding: 0;
}
.filter__drawer .collection-filters-form {
  margin-top: 8px;
}
.filter__drawer .Drawer__Content .Collapsible .Collapsible__Button {
  padding: 8px 0;
  color: #323234;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter__drawer
  .Drawer__Content
  .Collapsible
  .Collapsible__Button
  span.Collapsible__Plus {
  position: relative;
  margin: 0;
}
.filter__drawer .Drawer__Content .Collapsible + .Collapsible {
  margin-top: 8px;
}
/* .filter__drawer .Drawer__Content .Collapsible.Collapsible-shortby_old {
  display: none;
} */
.filter__drawer .collection-filters-form .Collapsible-shortby_new {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(50, 50, 52, 0.1);
}
.filter__drawer .Collapsible-shortby .Collapsible__Inner {
  margin: 5px 0 0;
}
.filter__drawer
  .collection-filters-form
  .Collapsible-shortby_new
  button.Collapsible__Button {
  padding: 0;
  color: #323234;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.filter__drawer
  .collection-filters-form
  .Collapsible-shortby_new
  .Collapsible__Inner {
  height: fit-content;
  visibility: visible;
}
.filter__drawer
  .collection-filters-form
  .Collapsible-shortby_new
  .Collapsible__Content
  ul
  li.Linklist__Item {
  margin-top: 18px;
}
.filter__drawer
  .collection-filters-form
  .Collapsible-shortby_new
  .Collapsible__Content
  ul
  li.Linklist__Item
  span.Link {
  color: #323234;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.filter__drawer .Drawer__Content .Drawer__Footer--padded {
  padding: 0 20px 0 0;
  transform: translateY(10px);
}
@media (min-width: 1140px) {
  .filter__drawer .Drawer__Content .Drawer__Footer--padded {
    transform: translateY(-10px);
  }
}
@media (max-width: 640px) {
  .filter__drawer .Drawer__Content .Drawer__Footer--padded {
    transform: translateY(0px);
  }
}
.filter__drawer .Drawer__Content .Drawer__Footer--padded .ButtonGroup {
  margin: 0;
}
.filter__drawer
  .Drawer__Content
  .Drawer__Footer--padded
  button.ButtonGroup__Item {
  margin: 0;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #323234;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.filter__drawer
  .Drawer__Content
  .Drawer__Footer--padded
  button.ButtonGroup__Item
  span.Text--subdued {
  color: #fff;
  margin: -2px 0 0;
}

.filter__drawer .Collapsible__Content ul.SizeList {
  margin: 4px 0 0 !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.filter__drawer .Collapsible__Content ul.SizeList li {
  margin: 0;
}
.filter__drawer .Collapsible__Content ul.SizeList li label.Link {
  border: 1px solid rgba(50, 50, 52, 0.25);
  background: #fff;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323234;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  min-width: 40px;
}
.filter__drawer .Collapsible__Content ul.SizeList li label.Link::before {
  content: none !important;
}
.filter__drawer
  .Collapsible__Content
  ul.SizeList
  li
  .Linklist__Checkbox:checked
  + label.Link {
  background: #323234;
  color: #fff;
  text-decoration: none !important;
  padding-left: 10px !important;
}
.filter__drawer .Drawer__Content .Collapsible ul.ColorList {
  margin-top: 7px;
  column-count: 2 !important;
  max-width: 266px;
}
.filter__drawer
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item
  label.Link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #323234;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.filter__drawer
  .Drawer__Content
  .Collapsible
  .Collapsible__Content
  ul.ItemList {
  margin-top: 8px;
}
.filter__drawer
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item
  label.Link
  span.ColorSwatchDiv {
  margin: 0px !important;
}
.filter__drawer .colorswatch_label {
  gap: 8px;
}

/* STOCK SWITCH -- START */
.stock_switch .switch {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 46px;
  border-radius: 99px;
  border: 1px solid #000;
  padding: 2px;
}
.stock_switch .switch input {
  display: none;
}
.stock_switch .stock_slider {
  background-color: #ccc;
  bottom: 2px;
  cursor: pointer;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: 0.4s;
}
.stock_switch .stock_slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 12px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 12px;
}
.stock_switch input:checked + .stock_slider {
  background-color: #323234;
}
.stock_switch input:checked + .stock_slider:before {
  transform: translateX(24px);
}
.stock_switch .stock_slider.round {
  border-radius: 99px;
}
.stock_switch .stock_slider.round:before {
  border-radius: 50%;
}
.stock_switch_title {
  margin: 0;
  color: #323234;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.stock_switch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 18px 0 0;
}
.stock_switch span.stock_switch_label {
  display: block;
  color: #323234;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* STOCK SWITCH -- END */
.filter__drawer_one .stock_switch_box {
  display: block !important;
}
.filter__drawer_one .stock_switch_box {
  margin: 0px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 50, 52, 0.1);
}
.filter__drawer.filter__drawer_one .Collapsible-shortby_old {
  display: none !important;
}
.filter__drawer.filter__drawer_one .Collapsible-shortby_new {
  display: block !important;
}

/* V1 -- END */

/* V2 -- START */

.filter__drawer_two .stock_switch_box {
  display: block !important;
}
.filter__drawer_two .stock_switch_box {
  margin: 0px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 50, 52, 0.1);
}
.filter__drawer.filter__drawer_two .Collapsible-shortby_old {
  display: none !important;
}
.filter__drawer.filter__drawer_two .Collapsible-shortby_new {
  display: block !important;
}

/* V2 -- END */

/* V3 -- START */

.filter__drawer_three .stock_switch_box {
  display: block !important;
}
.filter__drawer_three .stock_switch_box {
  margin: 0px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 50, 52, 0.1);
}

.filter__drawer.filter__drawer_three .Collapsible-shortby_old {
  display: none !important;
}
.filter__drawer.filter__drawer_three .Collapsible-shortby_new {
  display: block !important;
}

/* V3 -- END */

/* V4 -- START */

.filter__drawer_four .Drawer__Content .Collapsible ul.ColorList {
  column-count: 1 !important;
  margin-top: 8px;
  max-width: 100%;
}
.filter__drawer_four
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item
  + li.Linklist__Item {
  margin-top: 16px !important;
}
.filter__drawer_four
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item {
  margin-bottom: 0px;
}
.filter__drawer_four
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item
  label.Link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #323234;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  justify-content: space-between;
}
.filter__drawer_four
  .Drawer__Content
  .Collapsible
  ul.ColorList
  li.Linklist__Item
  label.Link
  span.ColorSwatchDiv {
  margin: 0px !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 40px !important;
  border: 1px solid #858585 !important;
}
.filter__drawer_four .colorswatch_label {
  gap: 8px;
}
.filter__drawer_four span.colorswatch_count {
  display: block !important;
}

.filter__drawer_four .stock_switch_box {
  display: block !important;
}
.filter__drawer_four .stock_switch_box {
  margin: 0px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 50, 52, 0.1);
}

.filter__drawer.filter__drawer_four .Collapsible-shortby_old {
  display: none !important;
}
.filter__drawer.filter__drawer_four .Collapsible-shortby_new {
  display: block !important;
}

/* V4 -- END */

/* V5 -- START */

.filter__drawer.filter__drawer_five .Drawer__Content .Collapsible {
  /* border-bottom: 1px solid #d9d9d9; */
  margin: 0 !important;
  padding: 0px 0 0px;
}
.filter__drawer.filter__drawer_five
  .Drawer__Content
  .Collapsible
  .Collapsible__Button {
  padding: 10px 0;
  justify-content: space-between;
}
.filter__drawer_five .Collapsible__Content price-range.price-range {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.filter__drawer_five .price-range__input-group .price-range__input {
  border: 1px solid #d9d9d9;
  padding: 10px;
  width: 50%;
  justify-content: start;
  gap: 8px;
}
.filter__drawer_five
  .price-range__input-group
  .price-range__input
  .input-prefix__field {
  text-align: left;
}
.filter__drawer_five .price-range__range-group.range-group {
  margin-bottom: 0;
}

/* V5 -- END */
.filter__drawer {
}
.filter__drawer .Drawer__Footer--padded.dfpadd .ButtonGroup {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.filter__drawer .Drawer__Footer--padded.dfpadd .CollectionFilters__ClearButton {
  /* display: block !important; */
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
  border-color: #000;
  color: #000;
  padding: 16px 32px;
  background: white;
}
.filter__drawer .Drawer__Footer--padded.dfpadd .ButtonGroup .Button {
  margin: 0;
  flex: 50%;
  width: 100%;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::
                NEW FILTER -- END
:::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* PRODUCT FORM -- START */

.ProductForm__BuyButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
/* .ProductForm__QuantitySelector,
.shopify-payment-button {
  display: none;
} */
.ProductForm__BuyButtons .ProductForm__QuantitySelector_inner {
  margin: 0;
  width: 100%;
  flex: 0 0 139px;
}
.ProductForm__BuyButtons
  .ProductForm__QuantitySelector_inner
  .QuantitySelector {
  /* width: 100%; */
  height: 100%;
}
.ProductForm__BuyButtons button.ProductForm__AddToCart {
  width: 100%;
  flex: 100%;
}
/*.ProductForm__BuyButtons button.ProductForm__AddToCart::before {*/
/*  border: 2px solid #f1ede8 !important;*/
/*}*/
/*.ProductForm__BuyButtons button.ProductForm__AddToCart:hover::before {*/
/*  background: transparent !important;*/
/*}*/
.ProductForm__BuyButtons .shopify-payment-button {
  display: none;
  margin: 0;
  width: 100%;
}
/* .ProductForm__BuyButtons .shopify-payment-button more-payment-options-link {
  display: none;
} */

/* PRODUCT FORM -- END */
/* shop-pay-wallet-button | shopify-paypal-button | shopify-google-pay-button | shopify-apple-pay-button | shopify-payment-button */
/* .payment_other_btns {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
shopify-accelerated-checkout-cart::part(.wallet-cart-button-container) {
  display: none;
}*/
.ProductForm__BuyButtons .ProductForm__QuantitySelector_inner {
  display: none;
}

.klaviyoBIS {
  width: 100%;
}

/* -------------- ------------ ------------------------------------
    Development — EME_027_Collection -- START
-------------- -------------- ---------------------------------- */
.collection__filter_control:not(.collection__filter_version) .filter_group {
  width: 100%;
}
.collection__filter_control:not(.collection__filter_version)
  .filter_item.fitler_fitler {
  text-align: left;
}
.collection__filter_control:not(.collection__filter_version)
  button.CollectionToolbar__Item--filter {
  text-transform: uppercase;
}
.collection__filter_control:not(.collection__filter_version)
  .CollectionToolbar__Item--color,
.collection__filter_control:not(.collection__filter_version)
  .CollectionToolbar__Item--size,
.collection__filter_control:not(.collection__filter_version)
  .CollectionToolbar__Item--type {
  display: none;
}
@media only screen and (min-width: 641px) {
  .collection__filter_control:not(.collection__filter_version)
    button.CollectionToolbar__Item--filter {
    padding-left: 45px;
    padding-right: 45px;
  }
  .collection__filter_control:not(.collection__filter_version)
    div.CollectionToolbar__Item--layout {
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection__filter_control.collection__filter_version
    .CollectionToolbar__LayoutSwitch
    .CollectionToolbar__LayoutType:last-child {
    display: block;
  }
  .collection__filter_control:not(.collection__filter_version)
    .filter_item.fitler_fitler {
    text-align: right;
  }
}
.collection__filter_control:not(.collection__filter_version)
  .filter_item.CollectionToolbar__Item--pmodal {
  display: none;
}

/* with filter version */
.collection__filter_control.collection__filter_version
  .CollectionToolbar__Group {
  width: 100%;
}

.filter-productmodal {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
}
.filter-productmodal > span {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 10.244px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.filter-productmodal > span {
  font-size: 12px;
  text-transform: capitalize;
}
.pmodal-switch {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 29px;
  border-radius: 99px;
  border: 1px solid #000;
  padding: 1px;
}
.pmodal-switch input {
  display: none;
}
.pmodal-switch .pmodal-switch-slider {
  background-color: #ccc;
  bottom: 1px;
  cursor: pointer;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  transition: 0.4s;
  border-radius: 99px;
}
.pmodal-switch .pmodal-switch-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 8px;
}
.pmodal-switch .pmodal-switch-slider.round:before {
  border-radius: 50%;
}
.pmodal-switch input:checked + .pmodal-switch-slider:before {
  transform: translateX(13px);
}
.pmodal-switch input:checked + .pmodal-switch-slider {
  background-color: #323234;
}
.CollectionMain {
}
.ProductItem__Image--thirdmodal {
  display: none;
}
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-1
  .ProductItem__Image_primary,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-1
  .ProductItem__Image_scondary,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-2
  .ProductItem__Image_primary,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-2
  .ProductItem__Image_scondary,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-3
  .ProductItem__Image_primary,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-3
  .ProductItem__Image_scondary {
  display: none !important;
}
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-1
  .ProductItem__Image--thirdmodal,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-2
  .ProductItem__Image--thirdmodal,
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .prductitem-quickadd
  .pgs_item.index-3
  .ProductItem__Image--thirdmodal {
  display: block !important;
}
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .ProductItem__ImageWrapper_desktop
  .ProductItem__Image {
  display: none !important;
}
.CollectionMain
  .ProductList.modalactive
  .ProductItem
  .ProductItem__ImageWrapper_desktop
  .ProductItem__Image.ProductItem__Image--thirdmodal {
  display: block !important;
  opacity: 1 !important;
}
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby:hover,
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby:focus,
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby:focus-visible {
  background: transparent;
}
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby {
  padding: 0 16px 0 0 !important;
  background-color: transparent;
  background-image: url(/cdn/shop/files/mdi_chevron-up_e0ff8ef8-ae52-459f-a4fa-7f898934dafd.png?v=1740652274);

  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center;
}
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby:hover,
.collection__filter_version
  .CollectionToolbar__Group
  .fitler_shortby
  .collection_shortby:focus-visible {
  background-color: transparent;
  background-image: url(/cdn/shop/files/mdi_chevron-up_e0ff8ef8-ae52-459f-a4fa-7f898934dafd.png?v=1740652274);

  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center;
}
@media only screen and (min-width: 1140px) {
  .collection__filter_control:not(.collection__filter_vthree)
    .CollectionToolbar__Item--color,
  .collection__filter_control:not(.collection__filter_vthree)
    .CollectionToolbar__Item--size,
  .collection__filter_control:not(.collection__filter_vthree)
    .CollectionToolbar__Item--type {
    display: none;
  }
  .collection__filter_control.collection__filter_version
    .CollectionToolbar__Group {
    width: 100%;
    flex-direction: row;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    width: 70px;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .filter_item.fitler_fitler {
    text-align: right;
    order: 3;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .filter_item.CollectionToolbar__Item--pmodal {
    order: 2;
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby
    .collection_shortby {
    width: 70px;
    text-transform: capitalize;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323234;
    border: none;
    text-align: left;
    padding: 0;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby
    .collection_shortby:hover,
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby
    .collection_shortby:focus,
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby
    .collection_shortby:focus-visible {
    background: transparent;
  }
  /* v1 */
  .collection__filter_vone .CollectionToolbar__Item--color,
  .collection__filter_vone .CollectionToolbar__Item--size,
  .collection__filter_vone .CollectionToolbar__Item--type,
  .collection__filter_vone .CollectionToolbar__Group .fitler_shortby {
    display: none !important;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    width: 70px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.fitler_fitler {
    text-align: right;
    order: 1;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.CollectionToolbar__Item--pmodal {
    order: 3;
    flex: 1 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler {
    flex: 0 0 auto;
    width: auto;
    padding-right: 2px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__LayoutSwitch,
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__LayoutSwitch {
    display: flex;
    gap: 0;
  }
  .collection__filter_vone .filter-productmodal > span,
  .collection__filter_vtwo .filter-productmodal > span {
    font-size: 14px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  /* v2 */
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.fitler_fitler {
    text-align: left;
    order: 1;
    flex: 0 0 auto;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    order: 3;
    padding-left: 0;
    padding-right: 0;
    width: 70px;
    display: flex;
    align-items: center;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.fitler_shortby {
    display: block;
    flex: 0 0 auto;
    order: 2;
    padding-left: 0px;
    padding-right: 4px;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .filter_item.CollectionToolbar__Item--pmodal {
    order: 4;
    flex: 1 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* v3 */
  .collection__filter_version.collection__filter_vthree
    .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }
  .collection__filter_vthree
    .filter_item.fitler_fitler
    .CollectionToolbar__Item {
    padding: 14px 0;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby,
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    display: none;
  }
  .collection__filter_vthree.collection__filter_version
    .fitler_fitler
    div.CollectionToolbar__Item {
    padding: 0;
    position: static;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler {
    flex: 1 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
    flex: 0 0 auto;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler
    .CollectionToolbar__Item {
    flex: 0 0 auto;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 18px;
    height: 17px;
  }
  .collection__filter_vthree.collection__filter_version
    .fitler_fitler
    .CollectionToolbar__Item
    > button {
    color: #323234;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 2px 14px 2px;
  }
  .collection__filter_vthree .CollectionToolbar__Item .Collapsible__Inner {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    visibility: visible;
    background-color: #fff;
    box-shadow: -5px 6px 7px 0px rgb(0 0 0 / 24%);
  }
  .collection__filter_vthree .CollectionToolbar__Item .Collapsible__Content {
    padding: 15px 20px 30px;
    width: 70%;
  }
  .collection__filter_vthree .CollectionToolbar__Item--size .SizeList {
    text-align: left;
  }
  .collection__filter_vthree
    .CollectionToolbar__Item--size
    .SizeList
    label.Link {
    border: 1px solid rgba(50, 50, 52, 0.25);
    background: #fff;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323234;
    text-align: center;
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 40px;
  }
  .collection__filter_vthree .CollectionToolbar__Item--type .ItemList {
    column-count: 2;
  }
  .collection__filter_vthree .ColorList {
    column-count: 3;
  }
  .collection__filter_vthree .ColorList .colorswatch_label {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .collection__filter_vthree .ColorList .colorswatch_label .ColorSwatchDiv {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    display: block;
    border: 1px solid #f0f0f0;
  }
  .collection__filter_vthree .filter-productmodal > span {
    font-size: 13px;
  }
  /* v4 */
  .collection__filter_vfour .CollectionToolbar__Item--color,
  .collection__filter_vfour .CollectionToolbar__Item--size,
  .collection__filter_vfour .CollectionToolbar__Item--type {
    display: none !important;
  }
  .collection__filter_vfour.collection__filter_version
    .CollectionToolbar__Group {
    align-items: center;
  }
  .collection__filter_vfour.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection__filter_vfour.collection__filter_version
    .CollectionToolbar__LayoutSwitch {
    display: flex;
    gap: 0;
  }
  .collection__filter_vfour .filter_group .filter_item.fitler_shortby {
    order: 2;
    display: block;
    flex: 0 0 auto;
    padding: 0 0 0 0px;
  }
  .collection__filter_vfour .filter_group .CollectionToolbar__Item--layout {
    order: 3;
  }
  .collection__filter_vfour
    .filter_group.CollectionToolbar__Group
    .filter_item.CollectionToolbar__Item--pmodal {
    order: 4;
    padding: 14px 10px;
    flex: 1 0 auto;
  }
  .collection__filter_vfour .filter_group .filter_item.fitler_fitler {
    order: 1;
    padding: 0 0 0 4px;
    flex: 0 0 auto;
  }
  .collection__filter_vfour
    .filter_group
    .filter_item.fitler_fitler
    .CollectionToolbar__Item--filter {
    padding: 14px 4px;
  }
  .collection__filter_vfour
    .filter_group
    .filter_item.fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 20px;
    height: 19px;
  }
  .collection__filter_vfour.collection__filter_version
    .filter-productmodal
    > span {
    font-size: 13px;
  }
}
/* end of desktop */
@media only screen and (max-width: 1139.98px) {
  .collection__filter_version .CollectionToolbar__Group {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler {
    flex: 0 0 auto;
    width: auto;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    padding: 0px;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 19px;
    height: 18px;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 4px;
    padding-right: 0px;
  }
  .collection__filter_version .filter_item.CollectionToolbar__Item--pmodal {
    flex: 1;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .collection__filter_version .CollectionToolbar__Group .fitler_shortby {
    display: block;
    flex: 0 0 auto;
  }
  .collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby
    .collection_shortby {
    width: 72px;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323234;
    border: none;
    text-align: left;
    padding: 0;
  }
  /* v1 */
  .collection__filter_vone .CollectionToolbar__Item--color,
  .collection__filter_vone .CollectionToolbar__Item--size,
  .collection__filter_vone .CollectionToolbar__Item--type,
  .collection__filter_vone .CollectionToolbar__Group .fitler_shortby {
    display: none !important;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler {
    flex: 0 0 auto;
    width: auto;
    padding-right: 2px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__LayoutSwitch {
    display: flex;
    gap: 0;
  }
  .collection__filter_vone .filter-productmodal > span {
    font-size: 14px;
  }
  .collection__filter_vone.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
  }
  /* v2 */
  .collection__filter_vtwo .CollectionToolbar__Item--color,
  .collection__filter_vtwo .CollectionToolbar__Item--size,
  .collection__filter_vtwo .CollectionToolbar__Item--type {
    display: none !important;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby {
    padding-right: 4px;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__LayoutSwitch {
    display: flex;
    gap: 0;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
  }
  .collection__filter_vtwo.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 19px;
    height: 18px;
  }
  .collection__filter_vtwo .filter-productmodal > span {
    font-size: 14px;
  }
  /* v4 */
  .collection__filter_vfour .CollectionToolbar__Item--color,
  .collection__filter_vfour .CollectionToolbar__Item--size,
  .collection__filter_vfour .CollectionToolbar__Item--type {
    display: none !important;
  }
  .collection__filter_vfour.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .collection__filter_vfour.collection__filter_version
    .CollectionToolbar__LayoutSwitch {
    display: flex;
    gap: 0;
  }
  .collection__filter_vfour .filter_group .filter_item.fitler_shortby {
    order: 2;
    padding: 0 0 0 0px;
  }
  .collection__filter_vfour .filter_group .CollectionToolbar__Item--layout {
    order: 3;
  }
  .collection__filter_vfour .filter_group .CollectionToolbar__Item--pmodal {
    order: 4;
    padding: 14px 10px;
  }
  .collection__filter_vfour .filter_group .filter_item.fitler_fitler {
    order: 1;
    padding: 0 0 0 4px;
  }
  .collection__filter_vfour
    .filter_group
    .filter_item.fitler_fitler
    .CollectionToolbar__Item--filter {
    padding: 14px 4px;
  }
  .collection__filter_vfour
    .filter_group
    .filter_item.fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 20px;
    height: 19px;
  }
  .collection__filter_vfour.collection__filter_version
    .filter-productmodal
    > span {
    font-size: 14px;
  }
  /* v3 */
  .collection__filter_vthree
    .filter_item.fitler_fitler
    .CollectionToolbar__Item {
    padding: 14px 0;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_shortby,
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item--layout {
    display: none;
  }
  .collection__filter_vthree.collection__filter_version
    .fitler_fitler
    div.CollectionToolbar__Item {
    padding: 0;
    position: static;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .CollectionToolbar__Item.fitler_fitler {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    gap: 6px;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter {
    font-size: 14px;
  }
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter
    .filter_icon {
    width: 18px;
    height: 17px;
  }
  .collection__filter_vthree.collection__filter_version
    .fitler_fitler
    .CollectionToolbar__Item
    > button {
    color: #323234;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 2px 14px 2px;
  }
  .collection__filter_vthree .CollectionToolbar__Item .Collapsible__Inner {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    visibility: visible;
    background-color: #fff;
    box-shadow: -5px 6px 7px 0px rgb(0 0 0 / 24%);
  }
  .collection__filter_vthree .CollectionToolbar__Item .Collapsible__Content {
    padding: 12px;
  }
  .collection__filter_vthree .CollectionToolbar__Item--size .SizeList {
    text-align: left;
  }
  .collection__filter_vthree
    .CollectionToolbar__Item--size
    .SizeList
    label.Link {
    border: 1px solid rgba(50, 50, 52, 0.25);
    background: #fff;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323234;
    text-align: center;
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 40px;
  }
  .collection__filter_vthree .CollectionToolbar__Item--type .ItemList {
    column-count: 2;
  }
  .collection__filter_vthree .ColorList {
    column-count: 3;
  }
  .collection__filter_vthree .ColorList .colorswatch_label {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .collection__filter_vthree .ColorList .colorswatch_label .ColorSwatchDiv {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    display: block;
    border: 1px solid #f0f0f0;
  }
  .collection__filter_vthree .filter-productmodal > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 390px) {
  .collection__filter_vthree.collection__filter_version
    .CollectionToolbar__Group
    .fitler_fitler
    .CollectionToolbar__Item--filter,
  .collection__filter_vthree.collection__filter_version
    .fitler_fitler
    .CollectionToolbar__Item
    > button,
  .collection__filter_vthree .filter-productmodal > span {
    font-size: 14px;
  }
}

/* -------------- ------------ ------------------------------------
    Development — EME_027_Collection -- END
-------------- -------------- ---------------------------------- */

/* ~~~~~~~~~~~~~~~ PRODUCT STICKY SIZE BTN -- START ~~~~~~~~~~~~~~~ */
/* .size-button-section {
  display: none;
} */
.size-button-section {
  display: block;
}
/* .pdp-button-size-v2 .size-button-section {
  display: block;
} */
@media only screen and (min-width: 768px) {
  .size-button-section {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .size-button-section {
    position: fixed;
    bottom: 0px;
    margin: 0;
    padding: 10px 14px 14px;
    left: 0px;
    right: 0px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 20px rgb(0 0 0 / 25%); */
    z-index: 99;
  }
  .no-scroll .size-button-section {
    z-index: 1;
  }
  .size-button-section .size-buttons {
    padding: 15px 15px;
    border-radius: 5px;
    line-height: normal !important;
    font-size: 14px;
    width: 100%;
    border: 1px solid #2e2e2e;
    border: none;
    background-color: #f1ede8;
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
  }
  .size-button-section .size-buttons:hover,
  .size-button-section .size-buttons:focus,
  .size-button-section .size-buttons:focus-visible {
    border: 1px solid #454545;
    border: none;
    background-color: #f1ede8;
    color: #454545;
  }
}
/* ~~~~~~~~~~~~~~~ PRODUCT STICKY SIZE BTN -- END ~~~~~~~~~~~~~~~ */

/* -------------- ------------ ------------------------------------
    Desktop Product quick view -- START 
-------------- -------------- ---------------------------------- */
body.qvpopup-open {
  overflow: hidden;
}
.qvproductv {
  display: none;
}
.quickview-modal.quic-isactive .qvproductv {
  display: block;
}

.qvproductv .Product----grids {
  display: none;
}

.quick-vone .qvproductv .quick_modal_box {
  padding: 67px 57px 59px;
  max-height: 88vh;
  overflow-y: auto;
}

.quick-vone.quickview-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;

  justify-content: center;
  align-items: center;
}
.quick-vone.quickview-modal.quic-isactive {
  display: flex !important;
}
.quick-vone.quickview-modal .quick-view--section {
  width: 90%;
  max-width: 1280px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
}
.close-modal svg {
  display: block;
}
.quick-vtwo .qvproductv .close-modal {
  top: 23px;
  right: 25px;
}

.quick-vone .qvproductv .qm-product {
  display: flex;
  gap: 40px;
  margin: 0;
}
.quick-vone .qvproductv .qm-product .Product__Gallery {
  flex: 0 0 auto;
  width: calc(57.5% - 40px / 2);
  margin-bottom: 0;
}
.quick-vone .qvproductv .qm-product .Product__InfoWrapper {
  position: relative;
  right: unset;
  top: unset;
  width: calc(42.5% - 40px / 2);
}

.quick-vone .qvproductv .Product----inline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 16px;
}
.quick-vone .qvproductv .Product----inline .Product----Slideshow {
  flex: 0 0 auto;
  width: calc(100% - 86px);
}
.quick-vone .qvproductv .Product----inline .Product----Thunmbnail {
  flex: 0 0 auto;
  width: 70px;
}
.quick-vone
  .qvproductv
  .Product----inline
  .Product----Thunmbnail:not(.slick-initialized) {
  max-height: 605px;
  overflow: hidden;
}
.quick-vone
  .qvproductv
  .Product----inline
  .Product----Slideshow:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.quick-vone
  .qvproductv
  .Product----inline
  .Product----Slideshow:not(.slick-initialized)
  > .Product__SlideItem {
  flex: 0 0 auto;
  width: 100%;
}

.quick-vone
  .qvproductv
  .Product----Thunmbnail.slick-initialized
  .Product__SlideItem {
  margin: 0 0 16px;
}

.quick-vone .qvproductv .Product__Info.product-info {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 100%;
  top: unset;
  right: unset;
  margin: 0 auto;
  padding: 0;
}
.quick-vone .qvproductv .Product__Info .product-title {
  margin-bottom: 10px;
}
.quick-vone .qvproductv .Product__Info .product-title > h2 {
  color: #000;
  font-family: var(--text-font-family);
  /* font-size: 20px; */
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: 0.2px; */
  letter-spacing: 0.15px;
  margin: 0 0 0;
  /* text-transform: uppercase; */
}
.quick-vone .qvproductv .Product__Info .product-price > .price {
  color: #000;
  font-family: var(--text-font-family);
  /* font-size: 18px; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 0.18px; */
  letter-spacing: 0.15px;
}
.quick-vone .qvproductv .Product__Info .ProductForm__Variants {
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.quick-vone
  .qvproductv
  .Product__Info
  .ProductForm__Variants
  .ProductForm__Option
  .ProductForm__Label {
  color: #000;
  font-family: var(--text-font-family);
  /* font-size: 16px; */
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: 0.16px; */
  letter-spacing: 0.13px;
}
.quick-vone .fit-slider .fs-10 {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13px;
}
.quick-vone .ProductForm__BuyButtons .Button.Button--full {
  color: #fff;
  font-family: var(--text-font-family);
  /* font-size: 18px; */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: -0.54px; */
  letter-spacing: -0.408px;
  text-transform: uppercase;
  /* padding: 16px 8px; */
  padding: 12px 6px;
  height: 40px;
  background: #2e2e2e;
}

.quick-vone .qvproductv .Product__Info .productview {
  text-align: center;
  margin: 16px 0 0;
}
.quick-vone .qvproductv .Product__Info .productview a {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

.quick-vone .qvproductv .Product__Info .ProductForm__Inventory.in-stock {
  padding: 10px 17px;
  background: #f7f7f7;
  text-align: center;
  margin: 24px 0 10px;
  text-transform: capitalize;
}
.quick-vone .qvproductv .Product__Info .ProductForm__Inventory.in-stock {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* opacity:0.6; */
  letter-spacing: 0.14px;
}
.quick-vone .qvproductv .Product__Info .ProductForm__Inventory.in-stock strong {
  font-weight: 700;
}
.quick-vone .ProductForm__QuantitySelector {
  display: none;
}

.quick-vone .quick_modal_box .ProductMeta__TaxNotice {
  display: none;
}

.ProductItem .quickview-btn {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 4px;
  /* border-bottom: 1px solid #000; */
  margin-top: 10px;
  position: relative;
}
.ProductItem .quickview-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(1);
  transition: transform 300ms ease-in-out;
  display: block;
}
.ProductItem .quickview-btn:hover::before {
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

@media only screen and (max-width: 767px) {
  .quick-vone .ProductItem .quickview-btn {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1279px) {
  .quick-vone .qvproductv .quick_modal_box {
    padding: 47px 37px 39px;
  }
  .quick-vone .qvproductv .qm-product {
    gap: 24px;
  }
  .quick-vone .qvproductv .qm-product .Product__Gallery {
    width: calc(55% - 24px / 2);
  }
  .quick-vone .qvproductv .qm-product .Product__InfoWrapper {
    width: calc(45% - 24px / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .quick-vone.quickview-modal .quick-view--section {
    width: 94%;
  }
  .quick-vone .qvproductv .Product__Info .ProductForm__Variants {
    padding-top: 16px;
    border-top: 1px solid #ddd;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .quick-vone .qvproductv .Product__Info .ProductForm__Option--labelled {
    margin-bottom: 16px;
  }
  .quick-vone
    .qvproductv
    .color_variant__2
    .HorizontalList__Item
    .Color__Link
    > div
    .variant_color_img {
    display: block !important;
    max-width: 42px;
    max-height: 42px;
    object-fit: cover;
    object-position: center;
  }
  .quick-vone .qvproductv .Product__Info .ProductForm__Inventory.in-stock {
    padding: 8px 14px;
    margin: 16px 0 10px;
  }
  .quick-vone .ProductForm__BuyButtons .Button.Button--full {
    font-size: 16px;
    padding: 10px 8px;
  }

  .quick-vone .qvproductv .Product----inline {
    gap: 10px;
  }
  .quick-vone .qvproductv .Product----inline .Product----Thunmbnail {
    width: 60px;
  }
  .quick-vone .qvproductv .Product----inline .Product----Slideshow {
    width: calc(100% - 70px);
  }
  .quick-vone
    .qvproductv
    .Product----Thunmbnail.slick-initialized
    .Product__SlideItem {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .quick-vone .qvproductv .quick_modal_box {
    padding: 30px 30px 30px;
  }
  .quick-vone .qvproductv .Product----inline {
    flex-direction: column;
  }
  .quick-vone .qvproductv .Product----inline .Product----Thunmbnail {
    width: 100%;
  }
  .quick-vone .qvproductv .Product----inline .Product----Slideshow {
    width: 100%;
  }
  .quick-vone
    .qvproductv
    .Product----Thunmbnail.slick-initialized
    .Product__SlideItem {
    margin: 0 5px 0 5px;
  }
  .quick-vone
    .qvproductv
    .Product----Slideshow.slick-initialized
    .Product__SlideItem {
    margin: 0 5px 0 5px;
  }
  .quick-vone .qvproductv .Product__Info .productview {
    margin: 10px 0 0;
  }
  .quick-vone .qvproductv .Product__Info .productview a {
    font-size: 10px;
    letter-spacing: 0.12px;
  }
  .quick-vone .qvproductv .Product__Info .ProductForm__Inventory.in-stock {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
  .quick-vone
    .qvproductv
    .Product__Info
    .ProductForm__Variants
    .ProductForm__Option
    .ProductForm__Label {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
@media only screen and (max-width: 1199px) {
  .ProductItem .quickview-btn {
    display: none !important;
  }
}

/* v2 */
.quick-vtwo.quickview-modal {
  display: flex !important;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  width: 440px;
  background: #fff;
  box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  z-index: 99;

  justify-content: center;
  align-items: center;
  transition: transform 300ms ease-in-out;
}
.quick-vtwo.quickview-modal.quic-isactive {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.quick-vtwo .qvproductv {
  display: block;
  width: 100%;
}
.quick-vtwo .qvproductv .quick_modal_box {
  max-height: 100vh;
  overflow-y: auto;
  padding: 27px 24px 29px;
}
.quick-vtwo .qvproductv .qm-product.Product {
  margin-bottom: 20px;
}
.quick-vtwo .quick_modal_box .Product__InfoWrapper {
  position: relative;
  right: unset;
  top: unset;
  height: unset;
  width: 100%;
}
.quick-vtwo .quick_modal_box .Product__Gallery {
  margin: 0 0 0;
}
.quick-vtwo .quick_modal_box .Product----inline {
  display: none !important;
}
.quick-vtwo .qvproductv .Product----grids {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quick-vtwo .qvproductv .Product----grids .Product__SlideItem {
  flex: 0 0 auto;
  width: calc(50% - 10px / 2);
}
.quick-vtwo .qvproductv .Product----grids .Product__SlideItem.after-six {
  display: none !important;
}
.quick-vtwo .qvproductv .Product__InfoWrapper .Product__Info {
  max-width: 100%;
  width: 100%;
  position: relative;
  top: unset !important;
  right: unset !important;
  padding-bottom: 0;
}
.quick-vtwo .qvproductv .product-title-top {
  display: block !important;
  margin-bottom: 28px;
}
.quick-vtwo .qvproductv .product-title-top h2 {
  color: #000;

  text-align: center;
  font-family: var(--text-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15px;
}
.quick-vtwo .qvproductv .Product__Info h2 {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15px;
}
.quick-vtwo .qvproductv .ProductMeta__PriceList {
  margin: 8px 0 0;
}
.quick-vtwo .qvproductv .ProductMeta__PriceList .Price {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
}
.quick-vtwo .qvproductv .ProductMeta__TaxNotice {
  opacity: 0.6;
  color: #000;
  font-family: var(--text-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  margin: 10px 0 0;
}
.quick-vtwo .qvproductv .ProductForm__Label {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 14px;
}
.quick-vtwo .qvproductv .fit-slider {
  display: none;
}
.quick-vtwo .qvproductv .ProductForm__Inventory {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
  opacity: 0.6;
  text-transform: capitalize;
}
.quick-vtwo .qvproductv .ProductForm__Inventory.in-stock:before {
  display: none;
}
.quick-vtwo .qvproductv .ProductForm__Inventory strong,
.quick-vtwo .qvproductv .ProductForm__Inventory b {
  font-weight: inherit;
}
.quick-vtwo .qvproductv .ProductForm__BuyButtons button {
  color: #fff;
  font-family: var(--text-font-family);
  font-size: 13.585px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.408px;
  text-transform: uppercase;
  height: 40px;
  padding: 12px 6px;
  background: #2e2e2e;
}

.quick-vtwo .qvproductv .productinline-qb {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.quick-vtwo .qvproductv .productinline-qb .ProductForm__BuyButtons {
  flex: 1;
}
.quick-vtwo .qvproductv .productinline-qb .ProductForm__QuantitySelector {
  margin: 0 0;
  flex: 0 0 auto;
  width: 79px;
}
.quick-vtwo .qvproductv .productinline-qb .QuantitySelector {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 40px;
}
.quick-vtwo
  .qvproductv
  .productinline-qb
  .QuantitySelector
  .QuantitySelector__Button {
  height: 100%;
  padding: 0 0 0 10px;
}
.quick-vtwo
  .qvproductv
  .productinline-qb
  .QuantitySelector
  .QuantitySelector__Button:last-child {
  padding: 0 10px 0 0;
}
.quick-vtwo
  .qvproductv
  .productinline-qb
  .QuantitySelector
  .QuantitySelector__Button
  svg {
  width: 12px;
  height: 12px;
}
.quick-vtwo .qvproductv .ProductForm__BuyButtons.showpaybutton:empty {
  display: none;
}
.quick-vtwo .qvproductv .ProductForm__BuyButtons.showpaybutton {
  margin-top: 12px;
}
.quick-vtwo .qvproductv .productview {
  margin-top: 20px;
  text-align: center;
}
.quick-vtwo .qvproductv .productview > a {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  opacity: 0.75;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
}
.quick-vtwo .quick_modal_box .Product----grids .AspectRatio:before {
  padding-bottom: calc(100% / 0.73);
}
.quick-vtwo .quick_modal_box .Product----grids .AspectRatio img {
  object-fit: cover;
  object-position: top center;
}

/* -------------- ------------ ------------------------------------
    Desktop Product quick view -- END
-------------- -------------- ---------------------------------- */
/* -------------- ------------ ------------------------------------
    Development — (EME Team) Next-previous product -- START
-------------- -------------- ---------------------------------- */

.nextprev-product-one {
  /*display: none;*/
  justify-content: space-between;
  /*align-items: center;*/
  padding: 10px 12px;
}
.nextprev-product-one a.prev-product,
.nextprev-product-one a.next-product {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #000;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}
.nextprev-product-one a > svg {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.nextprev-product-one a.prev-product span label {
  cursor: pointer;
}

.nextprev-product-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.nextprev-product-two a.next-product {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #000;
  font-family: Helvetica;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.nextprev-product-two a > svg {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.nextprev-product-two .np-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.nextprev-product-two .np-breadcrumb > li {
  text-align: center;
  font-family: Helvetica;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #000;
}
.nextprev-product-two .np-breadcrumb > li > a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.nextprev-product-two .np-breadcrumb > li:not(:last-child) {
  padding-right: 16px;
  position: relative;
}
.nextprev-product-two .np-breadcrumb > li:not(:last-child) svg {
  position: absolute;
  top: 0;
  right: 0;
}
.nextprev-product-two .np-breadcrumb > li > a label.collection-title {
  cursor: pointer;
}
.nextprev-product-two .np-breadcrumb > li > span {
  max-width: 200px;
  overflow: hidden;
  display: inline;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-align: left;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .nextprev-product-two .np-breadcrumb > li > span {
    max-width: 180px;
  }
}
@media only screen and (max-width: 499px) {
  .nextprev-product-two .np-breadcrumb > li > span {
    max-width: 125px;
  }
}
/* -------------- ------------ ------------------------------------
    Development — (EME Team) Next-previous product -- END
-------------- -------------- ---------------------------------- */

/* -------------- ------------ ------------------------------------
    Development — (EME Team) Recommended products -- START
-------------- -------------- ---------------------------------- */

.recommend-product-pdp:not(.slider-active) {
  display: flex;
  overflow: hidden;
}

/* -------------- ------------ ------------------------------------
    Development — (EME Team) Recommended products -- END
-------------- -------------- ---------------------------------- */

/* -------------- ------------ ------------------------------------
    Development — (EME Team) Cart Checkout -- START
-------------- -------------- ---------------------------------- */
/*.Drawer--cart .Drawer__Container button.Cart__Checkout::before {*/
/*  content: none;*/
/*  display: none;*/
/*}*/
.Drawer--cart .Drawer__Container button.Cart__Checkout.Button {
  /*border: 2px solid #f1ede8 !important;*/
  /*background-color: #f1ede8;*/
  color: #2e2e2e;
  padding: 13px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.Drawer--cart .Drawer__Container button.Cart__Checkout.Button:hover {
  background: transparent;
}
.Button--primary {
  border: none !important;
  font-size: 14px;
  font-weight: bold;
  color: #2e2e2e !important;
}
.Button--primary:before {
  /*background-color: #f1ede8 !important;*/
  border-radius: 5px;
}
.Cart__Checkout.Button:hover:before,
.ProductForm__AddToCart.Button:hover:before {
  border: none;
  /* background: transparent; */
}

.QuantitySelector {
  border-radius: 5px;
  overflow: hidden;
}
.cart_upsell__v4 .variant-popdown-upsell select {
  border-radius: 5px;
}
.cart_upsell__v4 .upsell-item-add-button .upsell-add-button {
  background-color: #f1ede8 !important;
  color: #2e2e2e !important;
  border-radius: 5px;
}
.cart_upsell__v4 .upsell-item-add-button .upsell-add-button .btn__text svg * {
  fill: currentColor;
}
.cart_upsell__v4
  .upsell-item-add-button
  .upsell-add-button
  .custom--loader
  svg
  circle {
  stroke: currentColor;
}

/* -------------- ------------ ------------------------------------
    Development — (EME Team) Cart Checkout -- END
-------------- -------------- ---------------------------------- */

/* -------------- ------------ ------------------------------------
                      Cart Empty  -- START
-------------- -------------- ---------------------------------- */

.Drawer__Main .cart_empty_icon,
.Drawer__Main .cart_empty_button,
.Drawer__Main .cart_empty_three,
.Drawer__Main .collection-bg {
  display: none;
}

.Drawer__Main.Drawer_Main_three .cart_empty_three {
  display: flex !important;
  max-width: 280px;
  margin: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.Drawer__Main.Drawer_Main_three .cart_empty_three .cart_empty_description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  text-transform: uppercase;
  margin: 32px 0 0;
}
.Drawer_Main_three .cart_empty_title {
  padding-bottom: 12px;
}
.Drawer_Main_three .cart_empty_title h4 p {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.Drawer_Main_three .cart_empty_title h4 p + p {
  margin: 6px 0 0;
}
.Drawer_Main_three .Cart__Empty.Heading.u-h5 {
  display: none;
}
.Drawer__Main.Drawer_Main_three .cart_empty_three .cart_empty_collection {
  width: 100%;
}
.Drawer_Main_three .cart_empty_collection ul {
  list-style: none;
}
.Drawer_Main_three .cart_empty_collection ul img {
  display: none;
}
.Drawer_Main_three .cart_empty_collection ul h2 {
  padding: 12px 20px;
  border-radius: 5px;
  background: #f1ede7;
  color: #2e2e2e;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 12px;
  border: 2px solid #f1ede7;
}
.Drawer_Main_three .cart_empty_collection ul h2:hover {
  background: transparent;
}
.Drawer_Main_three .cart_empty_description span {
  color: #2e2e2e;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  /* padding-top: 32px; */
}

/* -------------- ------------ ------------------------------------
                      Cart Empty  -- END
-------------- -------------- ---------------------------------- */

/* Filter -- Start */

/* .CollectionFilters .Drawer__Content {
  overflow-y: auto;
} */
/* .CollectionFilters .Drawer__Content .Drawer__Footer--padded {
  position: sticky;
  bottom: 0;
  background: #fff;
} */
.CollectionFilters .Drawer__Content .Drawer__Main {
  overflow-y: auto;
}

.CollectionFilters .Drawer__Footer--padded .ButtonGroup {
  margin: 0 -12px;
  gap: 14px;
}
.CollectionFilters
  .Drawer__Footer--padded
  .ButtonGroup
  .ButtonGroup__Item--expand {
  margin: 12px 0px;
}
.CollectionFilters
  .Drawer__Footer--padded
  .ButtonGroup
  .ButtonGroup__Item--expand::before {
  border: 2px solid #f1ede8 !important;
}
.CollectionFilters
  .Drawer__Footer--padded
  .ButtonGroup
  .ButtonGroup__Item--expand:hover::before {
  background: transparent !important;
}
.CollectionFilters
  .Drawer__Footer--padded
  .ButtonGroup
  .CollectionFilters__ClearButton {
  margin-top: 0px;
  transition: none;
  border-radius: 4px;
}
.CollectionFilters
  .Drawer__Footer--padded
  .ButtonGroup
  .CollectionFilters__ClearButton:hover {
  background: var(--text-color-light);
  color: #fff;
}
@media (max-width: 1139px) {
  .CollectionFilters .Drawer__Footer--padded .ButtonGroup {
    margin: -12px;
  }
}
/* Filter -- End */

/* -------------------------------------------------
  EME_032_Product -- START
------------------------------------------------- */

/* v2 */
@media only screen and (min-width: 1008px) {
  .product-gallery-vtwo .Product__Slideshow.Product__Slideshow--zoomable {
    display: flex;
    flex-wrap: wrap;
  }
  .product-gallery-vtwo .Product__Slideshow.Product__Slideshow--zoomable > * {
    flex: 0 0 auto;
    width: 50%;
  }
  @supports (--css: variables) {
    .product-gallery-vtwo
      .Product__Slideshow--zoomable
      .Product__SlideItem
      .AspectRatio:before {
      padding-bottom: calc(100% / (var(--aspect-ratio-vtwo)));
    }
  }
  .product-gallery-vtwo
    .Product__Slideshow--zoomable
    .Product__SlideItem
    .AspectRatio
    > img {
    object-fit: cover;
    object-position: center center;
  }
}
/* v3 */
@media only screen and (min-width: 1008px) {
  .product-gallery-vthree
    .Product__Gallery
    .Product__Slideshow.Product__Slideshow--zoomable {
    display: none;
  }
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow.slider-load-final {
    display: block !important;
    position: relative;
  }
  .product-gallery-vthree .carousel-main .flickity-prev-next-button,
  .product-gallery-vthree .carousel-main .flickity-page-dots,
  .product-gallery-vthree .carousel-nav .flickity-prev-next-button,
  .product-gallery-vthree .carousel-nav .flickity-page-dots {
    display: none;
  }
  
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav {
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 460px;
    overflow: hidden; 
  }

  
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item:hover,
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item:focus-visible {
    border-color: #f1ede8;
  }
  .product-gallery-vthree
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item.is-selected {
    border-color: #323234;
  }
}

/* v4 */
@media only screen and (min-width: 1008px) {
  .product-gallery-vfour
    .Product__Gallery
    .Product__Slideshow.Product__Slideshow--zoomable {
    display: none;
  }
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow.slider-load-final {
    display: block !important;
    position: relative;
  }
  .product-gallery-vfour .carousel-main .flickity-prev-next-button,
  .product-gallery-vfour .carousel-main .flickity-page-dots,
  .product-gallery-vfour .carousel-nav .flickity-prev-next-button,
  .product-gallery-vfour .carousel-nav .flickity-page-dots {
    display: none;
  }
  
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav {
    position: absolute;
    overflow: hidden;
    width: 460px;
    transform: rotate(90deg) translate(-50%, -100%);
    transform-origin: left top;
    top: 50%;
    left: 40px;
  }

  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item
    .Product__SlideshowNavImage {
    transform: rotate(-90deg);
  }
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item:hover,
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item:focus-visible {
    border-color: #f1ede8;
  }
  .product-gallery-vfour
    .Product__Gallery
    .product__deskslideshow
    .carousel-nav
    .navslideshow-item.is-selected {
    border-color: #323234;
  }
}

/* -------------------------------------------------
  EME_032_Product -- END
------------------------------------------------- */
