/** Shopify CDN: Minification failed

Line 404:0 Unexpected "}"

**/
.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.sc-line-item.gift-sticker-sheet .sc-properties {
  display:none;
}

.sc-line-item.gift-sticker-sheet .price-date-quantity{
  display:none;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
    left: 11%;
    bottom: 12%;
}
.bar__free__text{
  font-size:8px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c .item-text-m{
     font-size:16px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
    left: 12%;
    bottom: 17%;
}
a.sc-icon-plus {
    background: white;
    color: black;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px;
    width: 40px;
}
.innerbtn {
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
  color:black!important;
}
.sc-add-to-cart {
    display: flex;
    gap: 3px;
}
.sc-footer {
  border-top: 2px solid white;
}
.bottom_text_m {
    font-size: 12px;
    font-family: 'Poppins';
}
.preorder-text{
  font-size:8px;
}
.cart-item-image_m{
display:flex;
}
.main_gift_c {
    display: flex;
    gap: 27px;
  padding:10px;
  justify-content:space-between;
  width:100%;
}
.image_gift_c {
    max-width: 100px;
    margin-left: 15px;
}
.main_title_gift {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
}
.swatch_main_size{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.information_side_m {
    display: flex;
    gap: 11px;
}
.swatch_main_size label {
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fff!important;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.swatch_main_size input:checked + label {
  color: #000;
    background: #fff;
    outline-offset: 0;
    border: none;
}
.title_gift_c {
    max-width: 100%;
}
.discount__price h4{
  margin-bottom:0px;
}
.discount__price {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.continue_shopping_btn {
  text-align: center;
  /* font-weight: bold; */
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font-weight: 500;
  text-underline-offset: 5px;
  padding-bottom: 5px;
}
.sc-proceed-to-checkout {
  padding: 10px;
  padding-bottom: 5px;
}
.side-cart {
  width: 500px;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 999;
  height: 100vh;
  background-color: black;
  /* box-shadow: rgb(116 105 105 / 80%) 0 7px 29px; */
  transition: right 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: white black;
  scrollbar-width: thin;
}
.side-cart .side-cart-inner {
  position: relative;
}
.side-cart::-webkit-scrollbar-thumb {
  background-color: white;
}
.side-cart::-webkit-scrollbar-track {
  background-color: black;
}
.side-cart .sc-line-item:not(:first-child) {
  margin-top: 20px;
}
.side-cart .quantity-container input {
  max-width: 2rem;
  padding-right: 0;
  padding-left: 0;
  min-width:2rem;
}
.side-cart .sc-icon-close {
  background-color: transparent;
  padding: 10px;
  position: fixed;
  right: -30px;
  top: -5px;
  z-index: 19;
  transition: right 0.3s ease;
}
.side-cart.open .sc-icon-close {
  right: 470px;
}
.side-cart .sc-icon-close svg {
  width: 10px;
  height: 10px;
}
.side-cart h4.sc-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  padding-top: 10px;
}
.side-cart .sc-upsells h4 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.side-cart.open {
  right: 0;
}
.side-cart .sc-items {
  padding: 10px;
}
.side-cart .sc-items p.empty {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
.side-cart .sc-items .sc-line-item .sc-item-img {
  width: 120px;
  position: relative;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text {
  position: absolute;
  bottom: 22%;
  left: 15%;
  transform: rotate(15deg);
  min-width: 77px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text-m {
  font-size: 21px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
}
.side-cart .sc-items .sc-properties p.property {
  margin: 0;
}
.side-cart .sc-items .sc-estimated {
  margin-top: 10px;
}
.side-cart .sc-line-item {
  display: flex;
}
.side-cart .sc-loading {
  background: #000;
  position: fixed;
  right: 235px;
  top: 50vh;
  transform: translate(-50%, -50%);
  display: none;
  border: 4px solid #000;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.side-cart .sc-footer {
  position: sticky;
  bottom: 0;
  transition: right 0.3s ease;
  width: 100%;
  background-color: #000;
  z-index: 17;
}
.side-cart.open .sc-footer {
  right: 0;
}

.side-cart .sc-upsell-msg {
  font-size: 0.8em;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.side-cart .sc-line-item .price-and-quantity {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.side-cart .sc-line-item .quantity-container {
  margin: 0;
  max-height: 45px;
  border-width: 2px;
  padding: 0 10px;
}
.side-cart .sc-line-item .sc-price p {
  font-weight: 600;
}
.side-cart .sc-line-item .sc-price span,
.side-cart h5#sc-subtotal span,
.side-cart h6#sc-shipping span {
  color: grey;
  text-decoration: line-through;
  margin-left: 5px;
}
.side-cart h6#sc-shipping-title span {
  font-size: 11px;
  margin-left: 5px;
}
.side-cart .sc-upsells {
  background-color: #0a0a0a;
  padding: 10px;
}
.side-cart .sc-item-title {
  width: 75%;
  position: relative;
}
.side-cart .sc-item-title .delete-icon {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 16;
  cursor: pointer;
  width: 15px;
}
.side-cart .price-date-quantity {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.side-cart .sc-item-title a {
  font-weight: 600;
  max-width: 80%;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.side-cart .sc-item-title a:hover {
  border-bottom: none;
}
.side-cart .sc-upsells p {
  text-align: center;
}
.progress-with-message {
  padding: 10px 30px 20px 30px;
  position: fixed;
  top: 0;
  right: -500px;
  width: 100%;
  max-width: 500px;
  background-color: black;
  z-index: 18;
  transition: right 0.3s ease;
}
.progress-with-message {
  right: 0;
}

.progress-with-message p {
  text-align: center;
  font-size: 0.8em;
}
.progress-container {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.progress-bar {
  width: 100%;
  background-color: #7f7f7f;
  border-radius: 10px;
  overflow: hidden;
  height: 5px;
  position: relative;
}
.progress {
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}
.markers {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.marker {
  position: absolute;
  top: -13px;
  transform: translate(-50%);
  font-size: 11px;
  color: #000;
  border-radius: 5px;
  padding: 2px 3px;
  font-weight: 600;
}
.marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    width: max-content;
}
.item-logo {
  display: block;
     max-width: 30px;
    position: absolute;
    bottom: 63px;
    left: 42px;
    transform: rotate(16deg);
}

}
span.bar__free__text {
    font-size: 8px;
}
.marker:first-child {
  background-color: #01ffa8;
}
.marker:nth-child(2) {
  background-color: #33ccff;
}
.marker:nth-child(3) {
  background-color: #9417de;
}
.marker:last-child {
  background-color: #ff28ed;
  display:flex;
}
.suggestions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.side-cart .suggestions .suggest-item {
  display: flex;
  width: calc(50% - 5px);
  justify-content: space-around;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000;
  padding: 5px;
  text-align: center;
  position: relative;
}
.side-cart .suggestions .item-text {
  position: absolute;
  bottom: 22%;
  left: 13%;
  transform: rotate(15deg);
  min-width: 77px;
}
.item-text-m.special-symbol,
.property.special-symbol,
.product-details__item--property span.special-symbol {
  font-family: monospace !important;
}
.side-cart .suggestions .item-text .item-text-m {
  font-size: 21px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
}
.side-cart .suggestions .suggest-item img.product-img {
  max-width: 120px;
}
.side-cart .item-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-cart .item-action input[type="radio"] {
  display: none;
}
.side-cart .item-action .swatch-element label {
  width: 100% !important;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #fff !important;
  margin-bottom: 5px;
  flex-direction:column;
}
.side-cart .item-action .sc-add-to-cart {
  margin-top: 5px;
}
.side-cart .sc-cart-total {
  padding: 10px;
}
.side-cart .sc-subtotal,
.side-cart .sc-shipping {
  display: flex;
  justify-content: space-between;
}
.side-cart .sc-subtotal h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.side-cart .sc-shipping h6 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.side-cart .sc-shipping h6#sc-shipping {
  text-transform: capitalize;
}
.sc-proceed-to-checkout {
  padding: 10px;
}
.delete_gift_svg {
    max-width: 15px;
    display: none;
}
.sc-proceed-to-checkout a {
  background: linear-gradient(45deg, #34ccff, #03ffa8);
  color: #000;
  text-transform: uppercase;
  width: 100% !important;
  display: block;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  cursor: pointer;
}
.sc-proceed-to-checkout a:hover {
  color: #000;
}
.sc-footer .footer-icons {
  padding: 10px;
}
@media (max-width: 500px) {
  a.sc-icon-plus {
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    width: 33px;
}
  .side-cart {
    width: 100%;
    height: 100%;
    right: -100%;
    display: flex;
    justify-content: flex-end;
  }
  .side-cart .side-cart-inner {
    position: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .side-cart .sc-content {
    overflow: auto;
    overflow-y: auto;
    flex: 1;
  }
  .side-cart .sc-footer {
    width: 100%;
    right: -500px;
    position: fixed;
    transition: right 0.3s ease;
  }
  .side-cart.open .sc-footer {
    right: 0;
  }
  .side-cart .sc-loading {
    right: calc(50% - 14px);
  }
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 14%;
  }
  .sc-proceed-to-checkout a {
    font-size: 18px;
  }
  .side-cart.open .sc-icon-close {
    right: calc(100% - 30px);
  }
  .progress-with-message {
    right: 0;
  }
}
@media (max-width: 480px) {
  .side-cart .suggestions .item-text {
    left: 12%;
  }
}
@media (max-width: 450px) {
  .side-cart .suggestions .suggest-item img.product-img {
    max-width: 54%;
  }
  .side-cart .suggestions .item-text {
    left: 11%;
  }
  
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11.5%;
    bottom: 17%;
}
}
@media screen and (max-width: 431px){
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11%;
    bottom: 17%;
}
}
@media (max-width: 420px) {
  .side-cart .suggestions .item-text {
    left: 9%;
  }
    .side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11%;
    bottom: 18%;

}
}

@media (max-width: 400px) {
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 12%;
  }
  .side-cart .suggestions .item-text {
    left: 7%;
  }
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text-m,
  .side-cart .suggestions .item-text .item-text-m {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .side-cart .suggestions .item-text {
    left: 5.5%;
  }
}

@media (max-width: 360px) {
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 11%;
  }
  .side-cart .suggestions .item-text {
    left: 3.5%;
  }
}


span#discount-price {
    color: #FE29ED;
}

.discount__price{
      font-family: Poppins, sans-serif;
}