/** Shopify CDN: Minification failed

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

**/
#popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
#popupContainer .ProductItem.ProductItem--horizontal {
  margin-top: 10px;
}
#popupContent {
  background-color: #fff;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
#closeButton {
}
#popupContent .for-this-spacing .ProductItem__Info {
  width: 100% !important;
  margin: 0 !important;
}
#popupContent .ProductItem__Wrapper {
  display: block !important;
}
#popupContent .var_title {
  font-size: 12px;
  color: #000 !important;
}
#popupContent .Collapsible__Inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
#popupContent .Collapsible {
  border: none !important;
}
#popupContent .ProductItem__ColorSwatchList {
  align-items: center;
  display: flex;
  justify-content: center;
}
#popupContent .Collapsible__Button {
  display: none;
}
#popupContent .ProductItem__PriceList {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(228, 228, 228);
  border-top: 1px solid rgb(228, 228, 228);
  padding: 5px;
}
#popupContent .Price--compareAt {
  color: var(--text-color-light) !important;
}
#popupContent .ProductItem__Info a {
  color: inherit !important;
}

#popupContent .Section {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
  border: none;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  color: rgb(51, 51, 51);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 390px;
  width: 20%;
  cursor: pointer;
}
#popupContent .custom_pro_wrap_main {
  height: 155px;
}

#popupContent .ProductItem__Title {
  display: flex;
  justify-content: center;
  padding: 5px;
}
#popupContent .ProductItem--horizontal .ProductItem__Info {
  margin: 8px 11px 0 11px;
}
#popupContent .banner_title {
  display: none;
}
#popupContent .banner_title1 {
  display: flex;
  justify-content: center;
  padding: 27px 0;
  font-size: 25px;
  margin-bottom: 40px;
}

#popupContent .top.top_banner {
  padding: 10px 0 0;
  position: sticky;
  top: 0;
  background-color: #fff; /* Adjust the background color as needed */
  z-index: 999; /* Adjust the z-index as needed */
}
#popupContent .bottom.top_banner {
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff; /* Adjust the background color as needed */
  z-index: 999; /* Adjust the z-index as needed */
}
#popupContent .sticky {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto 10px auto;
}
#popupContent .p_title {
  font-size: 21px;
  font-weight: 700;
}
#popupContent .ProductItem__Title {
  height: 50px;
}
@media screen and (min-width: 768px) {
  #popupContent button#closeButton,
  #popupContent form.Cart.Cart--expanded button.Cart__Checkout {
    padding: 14px !important;
  }
}
@media screen and (max-width: 1366px) {
  #popupContent .top_banner {
    padding: 5px 15px;
  }
  #popupContent .sticky {
    margin: 0 15px 10px 15px;
  }
}
@media screen and (max-width: 1280px) {
  #popupContent .Collapsible__Inner {
    gap: 25px;
  }
  #popupContent .Section {
    width: 22%;
  }
}
@media screen and (max-width: 1024px) {
  #popupContent .Section {
    width: 31%;
  }
  #popupContent .left_product_section {
    margin: -10px 48px;
  }
}
@media screen and (max-width: 768px) {
  #popupContent .Section {
    width: 45%;
  }
}
#popupContent .top {
  display: block;
  position: sticky;
  top: 0;
}
#popupContent .bottom {
  display: none;
}
#popupContent .banner_title .Header__CartCount {
  font-size: 16px !important;
  font-weight: 100 !important;
  color: #fff;
  position: absolute !important;
  top: -11px !important;
  right: -4px !important;
}
@media screen and (max-width: 512px) {
  #closeButton3{
    margin-bottom: 3px;
  }
  #popupContent .left{
    display:block !important;
  }
  #popupContent .banner_title {
    display: flex;
    justify-content: center;
    padding: 27px 0;
    font-size: 25px;
    padding: 10px 0;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff; /* Adjust the background color as needed */
    z-index: 999; /* Adjust the z-index as needed */
    margin-bottom: 40px;
  }
  #popupContent .bottom .left {
    width: 50%;
  }
  #popupContent button#closeButton3,
  #popupContent form.Cart.Cart--expanded {
    width: 100% !important;
    letter-spacing: 0.1em;
  }
  #popupContent .ProductItem__Title {
    height: 60px;
  }
  #popupContent .top {
    display: none;
  }
  #popupContent .bottom {
    display: block;
    position: sticky;
    bottom: 0;
  }
  #popupContent .Section {
    width: 45%;
    height: 310px;
  }
  #popupContent .Collapsible__Inner {
    gap: 10px;
  }
  #popupContent .p_title {
    font-size: 12px;
    font-weight: 700;
    padding: 6px;
  }
  #popupContent .top_banner {
    padding: 0 0px;
  }
  #popupContent .ProductItem__Image {
    margin-top: 5px;
  }
  #popupContent .left_product_section {
    margin: -15px 0;
  }

  #popupContent .custom_pro_wrap_main {
    display: inline-block;
    height: 100px;
  }
  #popupContent .banner_title {
    padding: 14px 0;
    font-size: 20px;
  }
  /* #popupContent .Button--primary.acce-button {
    width: min-content;
  } */
  #popupContent .Button--primary {
    padding: 10px 5px !important;
  }
  #popupContent .var_title {
    text-align: left;
    padding-left: 6px;
  }
  #popupContent .ProductItem .Button--primary {
    padding: 6px 6px !important;
    font-size: 12px !important;
  }
  #message {
    font-size: 12px;
  }
  #popupContainer .ProductItem.ProductItem--horizontal {
    margin-top: 0;
  }
  #popupContainer .banner_title .Header__CartCount {
    top: -13px !important;
    right: -9px !important;
    font-size: 15px !important;
  }
  #popupContent .hidden-tablet-and-up .Icon--cart {
    width: 20px !important;
    height: 20px !important;
  }
  #popupContent a#CartCount {
    padding: 4px !important;
  }
}
@media screen and (max-width: 370px) {
  #popupContent h2.ProductItem__Title.Heading {
    font-size: 11px;
  }
}
@media screen and (min-width: 1025px) {
  #popupContent button#closeButton,
  #popupContent form.Cart.Cart--expanded{
      width: auto !important;
  }
}
@media screen and (max-width: 320px) {
  #popupContent .Product.sticky {
    display: block;
  }
  #popupContent .var_title {
    text-align: start;
  }
}
#popupContent .ProductItem__Wrapper {
  position: relative;
}
#popupContent .ProductItem--horizontal .ProductItem__Wrapper {
  padding-left: 0;
}

#closeButton1 {
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
  margin-right: 10px;
}
#closeButton1 span {
  border: 3px solid #000;
  padding: 8px 12px 10px;
  border-radius: 100px;
}
#closeButton1.Icon {
  stroke-width: 3px;
}

#closeButton1 span:hover {
  background: var(--button-background);
  border-color: var(--button-background);
}
#closeButton1 span:hover {
  color: #fff;
}

#popupContent .ColorSwatch:after {
  border: 1px solid currentColor !important;
}
#popupContent .ColorSwatch--small {
  width: 17px;
  height: 17px;
}
#popupContent .ColorSwatch__Radio:checked + .ColorSwatch:after {
  border: 1px solid #2028cd !important;
  box-shadow: 0 0 10px rgba(30, 38, 203, 0.6);
}
#popupContent .ProductItem__ColorSwatchList {
  gap: 2px;
}

#popupContent .ProductItem .Button--primary {
  margin: 34px auto 0 !important;
}

#popupContent .ProductItem__Price span {
  color: var(--text-color-light) !important;
}

/* new changed */

#popupContent .left a#CartCount {
  border: 2px solid #2028cd;
  background: #2028cd;
}
#popupContent a#CartCount g {
  fill: #ffffff;
}
#popupContent .left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#popupContent .Cart__Checkout {
  margin-top: 0;
}
#popupContent .Header__CartCount {
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 2px !important;
  right: 12px !important;
}
#popupContent .Header__Icon .Icon--cart-desktop {
  height: 33px;
  width: 33px;
  top: 6px;
  left: -4px;
  position: relative;
}
.banner_title a#CartCount {
  position: absolute;
  right: 13px;
}
#popupContent a#CartCount {
  padding: 6px;
  cursor: pointer;
}

#popupContent .hidden-tablet-and-up .Icon--cart {
  width: 22px;
  height: 22px;
  position: relative;
  left: -1px;
}
.bottom .acce-button {
  font-size: 11px !important;
}
#popupContent .bottom .left {
  gap: 5px !important;
}
#popupContent button#closeButton,
#popupContent form.Cart.Cart--expanded {
  width: 30%;
}

.checkout-secondary{
    color: var(--button-background) !important;
    border-color: var(--button-background) !important;
    background: var(--button-text-color) !important;
}

.checkout-secondary::before{
   background: var(--button-text-color) !important;
}
.checkout-secondary:hover {
    color: #ffffff !important;
    background: #2621AB !important;
    border-color: #2621AB !important;
}
.bottom_block{
  display:grid;
  justify-content:center;
  align-items:center;
  margin:0 auto;
}
.bottom_block{ p{
  display:flex;
  justify-content:center;
}


@media (max-width: 575px) {
    .left_product_section.product_section_desktop.slideshow-container.other_one {
        padding-bottom: 35%;
    }
}