/** Shopify CDN: Minification failed

Line 699:0 Unexpected "}"

**/
.font-instrument {
  font-family: 'instrument-serif', serif;
  font-variant-numeric: lining-nums proportional-nums;
}

.font-brown {
  font-family: 'brown-pro', sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}


.rgd-cart-drawer .drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  padding: 2.5rem 1.2rem 1.2rem;
  background: #FFFFFF;
  overflow: hidden;
  box-sizing: border-box;
}

.rgd-cart-drawer .drawer__close {
  position: absolute;
  top: 0;
  right: 1.4rem;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}

.rgd-title-wrapper {
  position: relative;
  display: inline-block; 
  z-index: 2;
  padding: 0px 0px 0px 20px;
}

.rgd-cart-drawer__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.4rem;
  padding-top: 1rem;
}

.rgd-cart-drawer__title {
  margin: 0;
  color: #201F1A;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 135%;
  z-index: 2;
}

.rgd-cart-drawer__title-ellipse {
  position: absolute;
  top: -25%;
  left: -30px;
  transform: rotate(1deg);
  z-index: -1;
  width: 150%;      
  height: 160%;     
  min-width: 200px;
}

.rgd-cart-drawer__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.rgd-cart-drawer__progress-text {
  margin: 20px 0;
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rgd-cart-drawer__progress-text.rte.font-brown strong {
    font-weight: 400;
}

.rgd-cart-drawer__progress-text em {
  font-family: 'instrument-serif', serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}

.rgd-cart-progress-container {
  position: relative;
  width: 100%;
  max-width: 445px;
  margin: 0 auto 30px;
}

.rgd-cart-progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: #F6F6F6;
  position: relative;
}

.rgd-cart-progress__bar {
  display: block;
  height: 100%;
  border-radius: 8px 0 0 8px;
  border: 2px solid #201F1A;
  background: #201F1A;
  transition: width 0.3s ease;
}

.rgd-progress-badges {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rgd-badge-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: translateX(-85%);
}


.rgd-badge-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.rgd-badge-icon--black {
  padding: 6px;
  gap: 10px;
  background: #201F1A;
  color: #FFF;
}

.rgd-badge-icon--outline {
  display:none;
  padding: 8px 7px 8px 6px;
  gap: 10px;
  border: 1px solid #201F1A;
  background: #FFF;
  color: #121212;
}

.rgd-badge-label {
  color: #121212;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.rgd-badge-wrapper:last-child .rgd-badge-label {
  transform: translateX(-50%);
  text-align: right;
}

.rgd-cart-drawer__notice {
  display: flex;
  width: 100%;
  max-width: 445px;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  background: #F6F6F6;
  margin: 0 auto 20px;
  border-radius: 4px;
}

.rgd-cart-drawer__notice-icon {
  position: static; 
  flex-shrink: 0; 
  margin-top: 5px;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 5.333px 4.667px 5.333px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.667px;
  border-radius: 8px;
  border: 1px solid #201F1A;
  color: #201F1A;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: normal;
}

.rgd-cart-drawer__notice-content strong {
  display: block;
  color: #201F1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.rgd-cart-drawer__notice-content p {
  margin: 0;
  color: #201F1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: relative;
  left: -24px;
}

.rgd-cart-drawer__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding-bottom: 1.8rem;
  align-items: center;
}

.rgd-cart-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 445px;
  overflow-x: hidden;
  padding-right: 4px; 
}

.rgd-cart-item {
  display: flex;
  width: 100%;
  max-width: 445px;
  height: 110px;
  border-radius: 8px;
  border: 1.2px solid #EFEFEF;
  background: #FFF;
  padding: 12px;
  gap: 14px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
}

.rgd-cart-item__image-link {
  width: 70px;
  height: 80px;
  flex-shrink: 0;
}

.rgd-cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.rgd-cart-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  min-height: 0;
  gap: 6px;
}

.rgd-cart-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 20px; 
}

.rgd-cart-item__title {
  color: #201F1A;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word; 
  max-width: 100%;       
  white-space: normal;
}

.rgd-cart-item__variant {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.rgd-cart-item__remove {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 14px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.rgd-cart-item__remove:hover {
  opacity: 1;
}

.rgd-cart-item__remove svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rgd-cart-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.rgd-cart-qty {
  display: flex;
  width: 90px;
  height: 28px;
  padding: 1px 5px;
  flex-direction: row; 
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #F6F6F6;
  border-radius: 4px;
}

.rgd-cart-qty__btn {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 4px;
  line-height: normal;
}

.rgd-cart-qty__value {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}

.rgd-cart-item__price-current {
  color: #201F1A;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  line-height: normal;
}

.rgd-cart-item__price-old {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: line-through;
  margin-right: 6px;
  line-height: normal;
}

.rgd-cart-upsell {
  margin-top: 32px;
  width: 100%;
  max-width: 445px;
}

.rgd-cart-upsell__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.rgd-cart-upsell__list {
  display: flex; 
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
  padding-bottom: 10px;
  cursor: grab;
}
.rgd-cart-upsell__list.is-dragging {
  cursor: grabbing;
}

.rgd-cart-upsell__list .upsell-scroll-card {
  flex: 0 0 80%; 
  width: 80%;
  max-width: 80%;
  scroll-snap-align: start;
}

.rgd-cart-drawer__footer-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
}

.rgd-cart-drawer__footer {
  width: 100%;
  max-width: 445px;
  height: auto;
  min-height: 256px;
  padding-top: 20px;
}

.rgd-cart-discount-box {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
  margin-bottom: 24px;
}

.rgd-cart-discount-input {
  border: none;
  background: transparent;
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 185%;
  flex-grow: 1;
  outline: none; 
  box-shadow: none;
}

.rgd-cart-discount-input::placeholder {
  color: #9D9D9D;
}

.rgd-cart-discount-btn {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: normal;
}

.rgd-cart-summary {
  display: flex;
  flex-direction: column;
gap: 10px;
   margin: 15px 0px;
}

.rgd-cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121212;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.rgd-cart-summary__row strong {
  font-weight: 400;
}

.rgd-cart-summary__row--total {
  margin-top: 8px;
}

.rgd-cart-summary__row--total span {
  font-size: 24px;
  font-weight: 400;
}

.rgd-cart-summary__row--total strong {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.rgd-cart-drawer__cta {
  display: flex;
  justify-content: center;
}

.rgd-cart-drawer__checkout {
  display: flex;
  width: 100%;
  height: 68px;
  padding: 36px 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #201F1A;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  line-height: normal;
  text-transform: none;
  leading-trim: both;
  text-edge: cap;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.rgd-cart-drawer__checkout:hover {
  transform: scale(1.02);
  opacity: 0.95;
}


.rgd-cart-upsell__progress {
  position: relative;
  width: 99%;
  height: 3px;
  background: #E5E3E4;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 10px;
}

.rgd-cart-upsell__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #201F1A;
  border-radius: 999px;
  transition: width 0.15s linear;
}


.rgd-cart-upsell__list {
  scrollbar-width: none;
}

.rgd-cart-upsell__list::-webkit-scrollbar {
  display: none;
}


@media (max-width: 480px) {
  .rgd-cart-drawer__notice-icon {
  margin-top: 5px;}
  .rgd-cart-drawer .drawer__close {
    top:-10px;
    right: -5px;
  }
  .rgd-cart-drawer__title { font-size: 24px; }
  .rgd-cart-drawer__title-ellipse { width: 200px; }
  .rgd-cart-item { height: auto; min-height: 110px; }
  .rgd-cart-item__title { font-size: 16px; }
  .rgd-cart-item__price-current, .rgd-cart-item__price-old { font-size: 16px; }
  .rgd-cart-drawer__checkout { font-size: 20px; height: 56px; }
  .rgd-cart-discount-box { padding: 0 12px; }
  .rgd-cart-discount-input, .rgd-cart-discount-btn { font-size: 16px; }
  .rgd-cart-summary__row, .rgd-cart-summary__row strong { font-size: 16px; }
  .rgd-cart-summary__row--total span, .rgd-cart-summary__row--total strong { font-size: 20px; }
  .rgd-cart-drawer__progress-text, .rgd-cart-drawer__progress-text em { font-size: 14px; }
}

.rgd-cart-qty__btn:disabled {
  opacity: 0.5;
  cursor: default;         
  pointer-events: none; 
}

.rgd-cart-drawer cart-drawer-items {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.rgd-cart-drawer .cart-drawer__form,
.rgd-cart-drawer .drawer__contents {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.rgd-cart-drawer__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  align-items: center;
}

.rgd-cart-items {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: 445px;
  gap: 12px;
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.rgd-cart-upsell {
  flex: 0 0 auto;
  width: 100%;
  max-width: 445px;
  margin-top: 0;
  padding-top: 16px;
}

.rgd-cart-upsell__list {
  padding-bottom: 6px;
}

.rgd-cart-upsell__progress {
  margin-top: 6px;
}

.rgd-cart-drawer__footer-wrap {
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
  position: static;
}

.rgd-cart-drawer__footer {
  width: 100%;
  max-width: 445px;
  height: auto;
  min-height: 0;
  padding-top: 12px;
  position: static;
}

.rgd-cart-discount-box {
  margin-bottom: 12px;
}
}

.rgd-cart-summary__row--total {
  margin-top: 4px;
}

.rgd-cart-items::-webkit-scrollbar {
  width: 4px;
}

.rgd-cart-items::-webkit-scrollbar-track {
  background: transparent;
}

.rgd-cart-items::-webkit-scrollbar-thumb {
  background: rgba(32, 31, 26, 0.25);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .rgd-cart-drawer .drawer__inner {
    padding: 2rem 1.2rem 1.2rem;
  }

  .rgd-cart-upsell {
    padding-top: 16px;
  }

  .rgd-cart-drawer__footer {
    padding-top: 10px;
  }

  .rgd-cart-discount-box {
    margin-bottom: 10px;
  }

}

@media (max-width: 480px) {
  .rgd-cart-drawer .drawer__inner {
    padding: 1.4rem 1.2rem 2.8rem;
  }

  .rgd-cart-upsell {
    padding-top: 12px;
  }

  .rgd-cart-drawer__footer {
    padding-top: 8px;
  }

  .rgd-cart-discount-box {
    height: 44px;
    margin-bottom: 8px;
  }


  .rgd-cart-summary__row--total {
    margin-top: 4px;
  }

  .rgd-cart-drawer__checkout {
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }
}