/** Shopify CDN: Minification failed

Line 743:0 Unexpected "}"

**/
.drawer {
  position: fixed;
  z-index: 10000;
  right: 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;
}

.drawer__inner {
  height: 100%;
  /* width: 50vw; */
  max-width: calc(32vw - 3rem);
  padding: 0 17px;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
      min-width: 431px;
}

.drawer__inner-empty {
  height: 100%;
  padding: 20px 0rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

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

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

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;
  padding: 1.5rem 0;
  display: flex;

  align-items: center;
}
.drawer__heading{
font-weight: 400;
font-size: 24px;
line-height: 150%;
letter-spacing: -0.48px;
  }
 .drawer-tips{
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: -0.32px;
color:black;
}
.drawer-tips a{
color:black;
    text-decoration: underline;
  }
.drawer-title{
    width:80%;
  }
.pay-box{
  display:flex;
}
.payment-title{
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.32px;

}
.tax-tips{
  color:#3F3F3F;
font-weight: 400;
font-size: 11px;
line-height: 120%;
letter-spacing: -0.22px;
}
.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: 0px;
  right: -10px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.cart-drawer__warnings .drawer__close {
  right: 5px;
}

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

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cart-payment{
  padding: 0 0rem;
}
.drawer__footer {
  padding: 7.5rem 0rem 3.6rem;
}

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;
  right: 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 tbody.cart-flex{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
.new-title-tr{
      width: 100%;
    border-bottom: 1px solid black;
}
.cart-drawer thead {
  display: inline-table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}

cart-drawer-items {
  overflow: auto;
  flex: 1;
}

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

  .drawer__inner {
    overflow: scroll;
  }
}

.cart-drawer .cart-item {
  display: flex;
  /* grid-template: repeat(5, auto) / repeat(4, auto); */
  grid-template-columns: 166px 10px  1fr 1fr;
      padding: 6px 2px 25px 0;
}

.cart-drawer .cart-item:first-child {
   border-top: 1px solid rgba(0, 0, 0, .6);
}

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


/* .cart-drawer .cart-items .cart-item__quantity {
  grid-column: 3 / 6;
} */
.cart-drawer .cart-item__image {
      max-width: 100%;
    width: 100%;
    aspect-ratio: 10 / 6;
    object-fit: cover;
}

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

.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}
.cart-item__name{
  color:  #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
text-align: left;
  
}
.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}

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

.cart-drawer .cart-items th {
  border-bottom: 1px solid rgba(0, 0, 0, .6);
}

.cart-drawer .cart-item:last-child {
   /* margin:12px 0; */
}

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

.cart-drawer .cart-items td {
  padding-top: 2rem;
  padding:0;
}
quantity-popover .cart-item-with-quantity{
  flex-direction: column;
      align-items: flex-start;
}
.cart-drawer .cart-item > td + td {
  padding-left: 1rem;
  flex: 3;
}

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

.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-item__totals{
  display: flex;
  flex-direction: column;
}
.cart-drawer .unit-price {
  margin-top: 0.6rem;
}
/* 
.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 4 / 5;
} */
.cart-drawer__footer{
    background: none;
    color: black;
  padding:0;
      border-bottom: 1px solid black;
}
.cart-drawer__footer .totals__total, .totals__total-value {
  color:  black;
font-weight: 400;
font-size: 24px;
line-height: 150%;
letter-spacing: -0.48px;

  
}
.drawer__footer .cart__ctas button[type="submit"]{
  border-radius:888px;
  color:white;
  text-align: center;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  min-height:0px;
  padding:12px 0;
  border: 1px solid #000;
  border-radius: 100px;

font-weight: 400;
font-size: 14px;
line-height: 80%;
letter-spacing: -0.28px;
text-align: center;
text-transform: uppercase;

  background:black;
      flex: 1;
  transition: all .5s;
}
.continue-shop{
  transition: all .5s;
  
    border-radius:888px;
  color:black;
  text-align: center;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  min-height:0px;
  padding:12px 0;
  border: 1px solid #000;
  border-radius: 100px;
font-weight: 400;
font-size: 14px;
line-height: 80%;
letter-spacing: -0.28px;
text-align: center;
text-transform: uppercase;
  background:white;
      flex: 1;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 1rem;
  width: 100%;
}
.continue-shop:hover{
   color:white;
   background:black;
}
.drawer__footer .cart__ctas button[type="submit"]:hover {
  color: #000;
  background:#F9FAF6;
  border: 1px solid #000;
  border-radius: 100px;
}
.drawer__footer .cart__ctas button[type="submit"]:after{
  display:none;
}
  cart-remove-button{
    display:none;
  }
@media screen and (max-width: 749px) {
  .drawer__close{
  }
  .drawer.active{
        top: 0%;
        height: 100%;
  }
  h2.drawer__heading{
font-weight: 400;
font-size: 24px;
line-height: 150%;
letter-spacing: -0.48px;
  }
  .drawer__footer{
        padding: 2.7rem 0 3rem;
  }
  .cart__ctas{
        display: flex
;
    gap: 16px;
  }
  .continue-shop{
font-weight: 400;
font-size: 12px;
line-height: 80%;
letter-spacing: -0.24px;
text-transform: uppercase;
padding: 7px 0;
  }
  .cart-drawer__footer .totals__total{
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.32px;

  }
  .tax-tips{
font-weight: 400;
font-size: 9px;
line-height: 120%;
letter-spacing: -0.18px;
text-transform: uppercase;

  }

  .drawer__footer .cart__ctas button[type="submit"]{
    font-weight: 400;
font-size: 12px;
line-height: 80%;
letter-spacing: -0.24px;
text-transform: uppercase;
    padding: 7px 0;
  }
  .cart-item__name,.cart-product-name span{
font-weight: 400;
font-size: 16px;
line-height: 0.32px;
    line-height: 120%;
  }
  cart-remove-button{
    display:flex;

            margin-top: 7px;
  }
  .button--tertiary{
    font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: -0.32px;
text-decoration: underline;
color:#00000050;
  }
  quantity-popover .cart-item-with-quantity{
    gap:7px;
  }
  .cart-drawer .cart-item__totals{
    display:none;
  }
  .drawer__inner {
    width:100vw;
    max-width:100vw;
    min-width: unset;
  }
  .cart-drawer .cart-item {
    grid-template-columns: minmax(90px, .5fr) 10px auto;
  }

  .cart-drawer .cart-items thead th:nth-child(2) {
    width:100%;
  }
  .cart-drawer .cart-item__media {
    grid-row: 1 / 6;
    grid-column: 1 / 2;
    width: 45%;
    height: 100%;
  }

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

  .cart-items .cart-item__totals {
    grid-column: 3 ;
    padding-top:12px!important;  
  }
  
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
    justify-content: start;
  }

  .cart-drawer .cart-items .cart-item__quantity {
    grid-column: 3 ;
  }

  quantity-popover .cart-item-with-quantity {
    justify-content:flex-start;
     padding-top:6px!important;  
  }

  .cart-drawer .tax-note {
    display: none;
    font-family: "Monument Grotesk";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-align:left;
  }
}

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

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

.cart-drawer .price {
  line-height: 1;
  color:  #000;
  text-align: right;
  font-family: "Monument Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 70%; /* 9.8px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.price-tips{
  line-height: 1;
  color:  #000;
  text-align: right;
  font-family: "Monument Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 70%; /* 9.8px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}


.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;
}

.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 .cart-item__media {
    grid-row: 1 / 3;
        flex: 4;
  }

  .cart-drawer .cart-item__totals {
    grid-column: 4 / 5;
        flex: 2;
  }

  .cart-drawer .cart-items .cart-item__quantity {
    grid-column: 4 / 3;
    flex: 4;
        padding-left: 29px;
  }

  .cart-drawer .cart-item__details {
    width: auto;
    grid-column:  3;
    grid-row: 1 / 4;
  }

  .cart-drawer .tax-note {
    display: none;
    
    margin: 2rem 0 1rem auto;
    text-align: left;
    color:  #F9FAF6;
    font-family: "Monument Grotesk";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 70%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }
}

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-drawer .quantity-popover-container {
    background: #E3E3E3;
    padding: 6px 7px;
}

.cart-drawer .quantity-popover__info.global-settings-popup {
  transform: translateY(0);
  right: 0;
}

.cart-drawer .cart-item__error {
  margin-top: 0.8rem;
}

.cart-drawer .quantity-popover__info + .cart-item__error {
  margin-top: 0.2rem;
}

@media screen and (min-width: 750px) {
  .cart-drawer .cart-item__quantity--info quantity-popover > * {
    padding-left: 0;
  }

  .cart-drawer .cart-item__error {
    margin-left: 0;
  }
}


}




