/** Shopify CDN: Minification failed

Line 354:26 Unexpected "summary"

**/
.drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  transition: visibility var(--duration-default) ease;
}

.drawer.active {
  visibility: visible;
}
.progress-circle_wrapper {
  margin: 0 50px 30px 50px;
}
.cart-drawer_buttons {
  width: 100%;
  display: flex;
  gap: 8px;
}
.drawer__footer .js-contents-2 {
  margin: 0 66px 71px;
}


.drawer__inner {
  height: 100%;
  width: 50rem;
  max-width: calc(100vw - 1rem);
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  background-color: rgb(var(--color-background));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}

.drawer__inner-empty {
  height: 100%;
  padding: 0 1.5rem;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}

cart-drawer.is-empty .drawer__header {
  display: none;
}

cart-drawer:not(.is-empty) .cart-drawer__warnings,
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}

.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 2.5rem;
}

.drawer.active .drawer__inner {
  transform: translateX(0);
}

.drawer__header {
  position: relative;
  background-color: rgb(var(--color-background));
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 7px;
}

.drawer__heading {
  margin: 0 0 1rem;
}

.drawer__close {
  display: inline-block;
  padding: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 27px;
  right: 35px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.main-cart .title-wrapper-with-link.cart-title {
  margin-top: 0;
}
.cart-drawer__warnings .drawer__close {
  right: 5px;
}

.drawer__close svg {
  height: 2.2rem;
  width: 2.2rem;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  background-color: rgb(var(--color-background));
  padding: 1.5rem 0;
}

cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

.drawer__footer > details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}

.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}

.drawer__footer > details + .cart-drawer__footer {
  padding-top: 1.5rem;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cart-drawer__overlay:empty {
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.cart-drawer__collection {
  margin: 0 2.5rem 1.5rem;
}

.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}

.cart-drawer .cart-items, .cart-drawer tbody {
  display: block;
  width: 100%;
}

.cart-drawer thead {
  display: inline-table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: rgb(var(--color-base-background-1));
}

cart-drawer-items {
  flex: 1;
}

@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }

  .drawer__inner {
    overflow: scroll;
  }
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2,auto) / repeat(4,1fr);

}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
}

.cart-drawer .cart-item__image {
  max-width: 100%;
}

.cart-drawer .cart-items thead {
  margin-bottom: 0.5rem;
}

.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}

.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}

.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}

.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1.5rem;
}

.cart-drawer .cart-item .loading-overlay {
  right: 5px;
  padding-top: 2.5rem;
}



.cart-drawer .cart-item > td + td {
  padding-left: 1rem;
}

.cart-drawer .cart-item__details {
  width: auto;
  grid-column: 2 / 5;
}

.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cart-drawer .unit-price {
  margin-top: 0.6rem;
}

.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2 / 5;
}

@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
  }
  .progress-circle_wrapper {
    margin: 0 24px 28px 31px;
  }
  .button_margin {
    margin: 0 41px 0 64px;
  }
  .cart-drawer .drawer__inner .button-container {
    
  }
   .button-container .view-cart-btn {
      width: 100% !important;
  }
}

.cart-drawer__footer > * + * {
  margin-top: 1rem;
}

.cart-drawer .totals {
  justify-content: space-between;
}

.cart-drawer .price {
  line-height: 1;
}

.cart-drawer .tax-note {
  margin: 1.2rem 0 1rem auto;
  text-align: left;
}

.cart-drawer .product-option dd {
  word-break: break-word;
}

.cart-drawer details[open]summary .icon-caret {
  transform: rotate(180deg);
}

.cart-drawer .cart__checkout-button {
  max-width: none;
  width: 100%;
}

.cart__checkout-button div {
  white-space: nowrap;
}
.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}

.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem -0.5rem 0 0 !important;
  gap: 0.5rem;
}

.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__footer #dynamic-checkout-cart ul > li {
	flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}

.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.5rem !important;
}

@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.5rem) !important;
    margin: 0 !important;
  }

  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
	  flex-basis: calc(50% - 0.5rem) !important;
  }
}

cart-drawer-items::-webkit-scrollbar {
  width: 3px;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}

cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}
.cart-item__quantity quantity-input::after {
  box-shadow: none;
}

.cart-item__quantity .quantity {
  width: 35%;
}
.cart-item__quantity .quantity .quantity__input {
  width: 16%;
  font-family: inherit;
}
.cart-item__quantity .quantity .quantity__button {
  width: 20%;
}
.cart-item__details .cart-item__name.break {
  color: black;
}
.drawer__cart-items-wrapper .cart-count-bubble {
    top: 0;
    height: 28px;
    width: 28px;
    font-size: 16px;
    right: 0;
    left: 5rem;
    background: #E60060;
}
.drawer__cart-items-wrapper .cart-drawer_buttons.grid {
    flex-wrap: nowrap
}
.cart__contents .cart__ctas .view-cart {
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #fff;
    color: black;
}
.view-cart-btn button {
   --border-opacity: auto;
}
.view-cart-btn button::after {
  box-shadow: none;
}
.drawer__cart-items-wrapper  .view-cart-btn, 
.cart__ctas.che {
  width: 50%;
}
.button-container .cart__ctas.view-cart-btn {
  width: 50%;
}
.drawer__cart-items-wrapper .cart__ctas.che .cart__checkout-button.button.cart-first {
  padding: 0 1rem;
}
.check-out_button .check-button {
    margin-bottom: 10px !important;
}
.cart__checkout-button.button.view-cart {
    background: white;
    border: 1px solid black;
    color: black;

}
.cart__ctas.view-cart-btn a {
  width: 100%;
}
.drawer a {
    text-decoration: none;
}
.drawer__cart-items-wrapper .table-container {
  margin: 0 50px 0 41px;
}
.cart-drawer .drawer__inner .button-container {
    position: sticky;
    z-index: 10;
    top: 0;
    background: #fff;
    padding: 5px 46px 17px;
}
.drawer__inner .js-contents-2 {
    margin: 0 66px 43px;
}
.js-contents-2 .sub-total_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.totals__subtotal-value.f-w_700 {
  font-size: 16px;
}
.item-count_wrapper .item-index {
  margin-right: 5px;
}


/* css Loader  */
.progress-circle {
  display: flex;
  width: 100%;
  background: #F7F7F7;
  position:relative;
  margin-bottom: 32px;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
}

.progress-text-container{
  display: flex;
  flex-direction: column;
}
.progress-message_done {
  color: #0E8D45;
}
.progress-circle .progress-bar {
    width: 20%;
    transform: rotate(180deg);
}
.progress-circle .progress-bar_message {
  line-height: 23px;
}

.progress-bar_message p  {
  margin-bottom: 0;
  margin-top: 0;
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}


div[role="progressbar"] {
  --size: 100px;
  --fg: #369;
  --mm-fg: #0E8D45;
  --bg: #b8b7b8;
  
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 54%, transparent 0 99.9%, white 0),
    conic-gradient(var(--mm-fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  color: var(--fg);
  max-height: 50px;
  max-width: 50px;
  margin: 10px;
}
div[role="progressbar-gift"] {
  --size: 54px;
  --fg: #369;
  --mm-fg: #0E8D45;
  --bg: #b8b7b8;
  
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 54%, transparent 0 99.9%, white 0),
    conic-gradient(var(--mm-fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  color: var(--fg);
}

/* product card */
.product-view .product-shop .purchase-info .product_price { display: inline; }  
.del_price {font-size: 1.8em; color: #8b8b8b; font-weight:500; }

.product-grid-container .compare_at_price.product-card {
  display: none;
}
.drawer__inner .coupon-code-hover-red {
  margin-bottom: 0;
}
.drawer__inner .currency-code {
  display: none;
}
.drawer__inner .product-save.collection-card {
     font-size: 10px; 
    font-weight: 700;
}
.purchase-info span {
    line-height: 30px;
}
.purchase-info .compare_at_price {
  margin-bottom: 20px;
}
.drawer__inner .product-view .del_price {
  display: none;
}
.drawer__inner .product-view .compare_at_price {
      margin: 0;
}
.drawer__inner .compare_at_price.product-card {
  display:none;
}
.more-load_button {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px
}
.more-load_button .js-load-more {
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #fff;
    height: 49px;
    padding: 10px 167px;
    cursor: pointer;
}
.cart-upsell_collection {
  background: #F7F7F7;
  padding: 0 15px;
}
.cart-drawer .cart-upsell_collection .grid__item {
  padding: 1rem 0;
  background: #fff;
}
.drawer .check-out_button {
  margin: 0 50px;
}
@media screen and (max-width: 750px) {
  .cart-drawer_buttons {
    flex-direction: column;
  }
  .drawer__cart-items-wrapper .cart-count-bubble {
    top: -70%;
    left: -15px;
    position: relative !important;
}
  .drawer__cart-items-wrapper  .view-cart-btn, 
  .cart__ctas.che {
    width: 100%;
  }
  .cart-drawer .cart-item__details {
    grid-column: 2 / 5;
  }
  
  .drawer__cart-items-wrapper .table-container {
    margin: 0 25px 0 39px;
  }
  .cart-drawer .cart-item > td + td {
    padding-left: 3rem;
  }
  .more-load_button .js-load-more {
    padding: 10px 60px;
  }
  .drawer.animate.active .cart-drawer .drawer__inner {
    max-width: calc(100vw);
  }
  .drawer.animate.active .drawer__inner .drawer__header .drawer__close {
    min-width: 0;
    min-height: 0;
    top: 20px;
  }
}
.button_margin {
  margin: 20px 50px;
}
.cart-upsell_collection .center.f-w_700 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.button_margin .check-button.second-button {
  margin-bottom: 10px;
}
.cart-upsell_collection .quick-add__submit.button span {
  font-size: 14px;
}
.item-count_conatiner .item-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.js-contents-2 .item-wrapper {
  border-top: 0px solid #f7f7f7;
}


