/** Shopify CDN: Minification failed

Line 114:0 Unexpected "}"

**/
html {
  scroll-behavior: smooth;
}

.header__icon-list
.header__link-list
.contents
li:last-child
.bold.link-faded-reverse {
  padding: 5px;
}

.shopify-section .header .header__wrapper {
    padding: 10px 20px;
  }

 .shopify-section .announcement-bar {
    padding-block-start: 0.5rem;
    padding-block-end: 0.5rem;
  }
  @media(max-width:520px){
   .section  .collection-banner .hero--banner--text{
        font-size: 26px;
    }
  }


/* cart drawer */
.drawer::part(content){
  clip-path: inset(0px round 0px);
}

/* the below css is for mobile menu */
.panel__wrapper .panel__scroller .v-stack .group.block.w-full.fit--btn{
  max-width: fit-content;
 /* padding: 5px; */
}

/* form button adjustements */
.contact-form form .button-width {
  width: 100%;
}
.contact-form form .button-width .button {
  width: 100%;
}

/* the section is set hero image banner at mobile collection page */

@media(max-width:699px){
 .set--content--main .content-over-media > :is(img, video, iframe, svg, video-media) {
    height: var(--set--content-height, auto);
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    transform-origin: bottom;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: 1 / 1 / span 3 / span 3;
    position: relative;
  }
  
 .set--content--main .content-over-media > :is(img, video, iframe, svg, video-media) > * {
    border-radius: inherit;
  }
  .set--content--sm {
    --set--content-height: 375px;
  }
  
   .set--content--md {
    --set--content-height: 480px;
  }
  
   .set--content--lg {
    ---set--content-height: 560px;
  }
 
  .set--content--auto{
    ---set--content-height: unset;
  }
}

/* multicolum.liquid css for adjusting imageis  */
.multi-column-store .multi-column.scroll-area .aligning--items--format{
  display: grid !important;
}
.multi-column-store .multi-column.scroll-area .aligning--items--format img{
  margin: 0 auto;
}
.sale-badge-api{
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}
.sale-price-custom{
  color: #f83a3a;
}
ul.contents li:nth-child(8) a {
    background: #fff !important;
    color: #000000!important;
}
ul.v-stack li:nth-child(8) a {
    background: #fff !important;
    color: #000000!important;
}
}

/* ============================================================
   Checkout+ cart drawer widget
   ============================================================ */
.rc-checkout-plus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

/* Info row — gray card */
.rc-checkout-plus__row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #dddddd;
  border-radius: 6px;
  padding: 7px 12px;
}

.rc-checkout-plus__icon {
  flex-shrink: 0;
  color: #555;
  display: flex;
  align-items: center;
}

.rc-checkout-plus__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rc-checkout-plus__label {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rc-checkout-plus__info-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.rc-checkout-plus__info-icon {
  color: #777;
  flex-shrink: 0;
  display: block;
}

/* ── Checkout with confidence modal ── */
.rc-confidence-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}
.rc-confidence-backdrop[hidden] { display: none; }

dialog.rc-confidence-modal {
  border: none;
  border-radius: 12px;
  padding: 28px 24px 28px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  animation: rcFadeIn 0.18s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 10001;
}
dialog.rc-confidence-modal[hidden] { display: none; }

@keyframes rcFadeIn {
  from { transform: translate(-50%, -48%); opacity: 0; }
  to   { transform: translate(-50%, -50%); opacity: 1; }
}

.rc-confidence-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.rc-confidence-modal__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}

.rc-confidence-modal__sub {
  font-size: 13px;
  color: #555;
  margin: 0 0 20px;
  line-height: 1.5;
}

.rc-confidence-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rc-confidence-modal__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rc-confidence-modal__item-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.rc-confidence-modal__item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.rc-confidence-modal__item p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.rc-checkout-plus__sub {
  font-size: 10px;
  color: #555;
}

.rc-checkout-plus__price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

/* Primary button — full-width black */
.rc-checkout-plus__btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin-top: 10px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.rc-checkout-plus__btn:hover:not(:disabled) {
  background: #333;
}

.rc-checkout-plus__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Plain checkout form wrapper */
.rc-checkout-plus__plain-form {
  margin: 0;
  text-align: center;
  margin-bottom: 29px;
}

/* Plain text link button */
.rc-checkout-plus__plain-btn {
  background: none;
  border: none;
  padding: 4px 0;
  font-size: 12px;
  color: #444;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}

.rc-checkout-plus__plain-btn:hover {
  color: #111;
}

/* Clear the chat support bubble on mobile */
@media (max-width: 699px) {
  .rc-checkout-plus {
    padding-bottom: 12px;
  }
}
