/** Shopify CDN: Minification failed

Line 803:0 Unexpected "}"

**/
/* TONI PONS — editorial quick cart, sticky footer & peeking fix */

.halo-cart-sidebar,
.halo-cart-sidebar * {
  box-sizing: border-box;
}

.halo-cart-sidebar {
  background: #FBF9F5 !important;
  color: #3C332E;
}

.tp-cart-close-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tp-cart-trust,
.tp-cart-helper,
.halo-cart-sidebar .previewCartCollection {
  display: none !important;
}

.halo-cart-sidebar :is(button, a, input):focus-visible {
  outline: 1px solid #B1643F !important;
  outline-offset: 3px !important;
}

/* ==================================================
   DESKTOP
================================================== */
@media (min-width: 1025px) {
  body.cart-sidebar-show .body-content-wrapper {
    transform: none !important;
  }

  body.cart-sidebar-show .background-overlay {
    background-color: rgba(35, 33, 31, .56) !important;
  }

  .halo-cart-sidebar {
    left: 0 !important;
    right: auto !important;
    width: clamp(520px, 31.5vw, 585px) !important;
    max-width: 585px !important;
    min-width: 520px;
    height: 100dvh !important;
    border: 0 !important;
    box-shadow: 16px 0 44px rgba(38, 31, 27, .08) !important;
  }

  .halo-cart-sidebar .halo-sidebar-close {
    top: 28px !important;
    left: 20px !important;
    right: auto !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #5D5A55 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    transition: background .2s ease, transform .2s ease;
  }

  .halo-cart-sidebar .halo-sidebar-close:hover {
    background: #3C332E !important;
    transform: scale(1.03);
  }

  .halo-cart-sidebar .halo-sidebar-close svg {
    width: 17px !important;
    height: 17px !important;
    fill: #FFFFFF !important;
    stroke: transparent !important;
  }

  .halo-cart-sidebar .halo-sidebar-header {
    min-height: 154px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 !important;
    padding: 88px 52px 27px !important;
    background: #FBF9F5 !important;
    border: 0 !important;
    text-align: center !important;
  }

  .halo-cart-sidebar .tp-cart-header__title {
    max-width: 450px;
    margin: 0 !important;
    color: #211D1A !important;
    font-family: "DIN Next Arabic", sans-serif !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  /* --- STICKY FOOTER FIX --- */
  .halo-cart-sidebar .halo-sidebar-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100dvh - 154px) !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important; 
    background: #FBF9F5 !important;
  }

  .halo-cart-sidebar cart-coupon-discount,
  .halo-cart-sidebar .previewCart-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .halo-cart-sidebar .previewCart {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 47px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important; 
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(60, 51, 46, .18) transparent;
  }

  .halo-cart-sidebar .previewCart::-webkit-scrollbar,
  .tp-cart-upsell__track::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .halo-cart-sidebar .previewCart::-webkit-scrollbar-thumb,
  .tp-cart-upsell__track::-webkit-scrollbar-thumb {
    background: rgba(60, 51, 46, .18);
  }

  .halo-cart-sidebar .previewCartInfo {
    position: relative !important;
    flex: 0 0 auto !important; 
    width: 100%;
    margin: 0 !important;
    padding: 24px 47px 32px !important;
    background: #FBF9F5 !important;
    border: 0 !important;
    border-top: 1px solid #E4DED7 !important;
    box-shadow: 0 -8px 24px rgba(38, 31, 27, 0.04) !important;
    z-index: 10 !important;
  }
  /* ------------------------- */

  .halo-cart-sidebar .previewCartMessage.tp-cart-shipping {
    display: none !important;
  }

  .halo-cart-sidebar .previewCartList {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* --- SPACING & PEEKING FIX --- */
  .halo-cart-sidebar .previewCartItem {
    position: relative;
    display: flex !important;
    align-items: flex-start !important;
    width: 100%;
    margin: 0 0 28px 0 !important; 
    padding: 0 24px 28px 0 !important; 
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #E4DED7 !important; 
  }

  [dir="rtl"] .halo-cart-sidebar .previewCartItem {
    padding: 0 0 28px 24px !important; 
  }

  .halo-cart-sidebar .previewCartItem:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .halo-cart-sidebar .previewCartItem + .previewCartItem {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  .halo-cart-sidebar .previewCartItem-image {
    position: relative !important;
    top: 0 !important;
    flex: 0 0 125px;
    width: 125px !important;
    height: 170px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #FFFFFF !important;
  }

  .halo-cart-sidebar .previewCartItem-image:before {
    display: none !important;
  }

  .halo-cart-sidebar .previewCartItem-image img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .halo-cart-sidebar .previewCartItem-content {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    padding: 8px 0 0 22px !important;
    text-align: start !important;
  }

  [dir="rtl"] .halo-cart-sidebar .previewCartItem-content {
    padding: 8px 22px 0 0 !important;
  }

  .halo-cart-sidebar .previewCartItem-name {
    display: block !important;
    margin: 0 0 5px !important;
    overflow: visible !important;
    color: #211D1A !important;
    font-size: 14.5px !important;
    font-weight: 300 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    -webkit-line-clamp: unset !important;
  }

  .halo-cart-sidebar .previewCartItem-name:hover {
    color: #B1643F !important;
  }

  .tp-cart-item__model {
    margin: 1px 0 14px;
    color: #B1643F;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 1.55;
  }

  .halo-cart-sidebar .previewCartItem-price {
    width: 100% !important;
    margin: 0 !important;
    color: #3C332E !important;
  }

  .halo-cart-sidebar .previewCartItem-price .price,
  .halo-cart-sidebar .previewCartItem-price .discounted-price {
    color: #3C332E !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
  }

  .halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price {
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px;
    align-items: baseline;
  }

  .halo-cart-sidebar .previewCartItem-price .before-discount-price {
    color: #968B83 !important;
    font-size: 10.5px !important;
    font-weight: 300 !important;
  }

  .tp-cart-item__details {
    display: grid;
    gap: 5px;
    margin-top: 24px;
    color: #776E68;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.55;
  }

  .tp-cart-item__detail {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .tp-cart-item__detail-label {
    color: #776E68;
  }

  .tp-cart-item__detail-value {
    color: #625A55;
  }

  .halo-cart-sidebar .previewCartItem-remove {
    position: absolute !important;
    top: 5px !important;
    inset-inline-end: 0 !important;
    bottom: auto !important;
    width: 22px !important;
    height: 22px !important;
    display: grid !important;
    place-items: center;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #8E847D !important;
    opacity: .48;
    transition: opacity .2s ease, color .2s ease;
  }

  .halo-cart-sidebar .previewCartItem-remove:hover {
    color: #B1643F !important;
    opacity: 1;
  }

  .halo-cart-sidebar .previewCartItem-remove svg {
    width: 12px !important;
    height: 12px !important;
    fill: currentColor !important;
  }

  .tp-cart-upsell {
    margin: 24px 0 0 !important;
    padding: 38px 0 8px !important;
    border-top: 1px solid #E4DED7;
    border-bottom: 0;
    background: transparent;
  }

  .tp-cart-upsell__head {
    margin: 0 0 19px;
    padding: 0 !important;
    text-align: start;
  }

  .tp-cart-upsell__title {
    margin: 0;
    color: #3C332E;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
  }

  .tp-cart-upsell__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 138px;
    gap: 13px;
    width: 100%;
    margin: 0;
    padding: 0 0 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .tp-cart-upsell__card {
    min-width: 0;
    scroll-snap-align: start;
    background: transparent;
    border: 0;
  }

  .tp-cart-upsell__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 174px;
    overflow: hidden;
    background: #FFFFFF;
  }

  .tp-cart-upsell__media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
  }

  .tp-cart-upsell__card:hover .tp-cart-upsell__media img {
    transform: scale(1.025);
  }

  .tp-cart-upsell__body {
    padding: 10px 0 0;
    text-align: start;
  }

  .tp-cart-upsell__product-title {
    display: -webkit-box;
    min-height: 31px;
    overflow: hidden;
    color: #3C332E !important;
    font-size: 9.5px;
    font-weight: 300;
    line-height: 1.55;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .tp-cart-upsell__price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
    color: #3C332E;
    font-size: 9.5px;
    font-weight: 400;
  }

  .tp-cart-upsell__price s {
    color: #9A8F88;
    font-size: 8.5px;
    font-weight: 300;
  }

  .tp-cart-upsell__cta {
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 2px;
    border: 0;
    border-bottom: 1px solid rgba(177, 100, 63, .65);
    background: transparent;
    color: #B1643F !important;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.3;
    text-decoration: none !important;
  }

  .halo-cart-sidebar .previewCartTotalsPrice {
    display: none !important;
  }

  .halo-cart-sidebar .previewCartAction {
    margin: 0 !important;
    text-align: center !important;
  }

  .halo-cart-sidebar .previewCartCheckbox {
    max-width: 410px;
    margin: 0 auto 18px;
    color: #756B65;
    font-size: 10px;
    text-align: start;
  }

  .halo-cart-sidebar .previewCartGroup {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
    width: 100%;
    margin: 0 !important;
  }

  .halo-cart-sidebar .previewCartGroup .button {
    box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .halo-cart-sidebar .button-checkout {
    order: 1;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 0 33px !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    border-bottom: 1px solid #B1643F !important;
    background: transparent !important;
    color: #B1643F !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
  }

  .halo-cart-sidebar .button-checkout:hover {
    color: #8F4D31 !important;
    border-bottom-color: #8F4D31 !important;
    background: transparent !important;
  }

  .halo-cart-sidebar .button-view-cart {
    order: 2;
    width: 100% !important;
    min-height: 55px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 13px 20px !important;
    border: 1px solid #B1643F !important;
    background: #B1643F !important;
    color: #FFFFFF !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
  }

  .halo-cart-sidebar .button-view-cart:hover {
    border-color: #3C332E !important;
    background: #3C332E !important;
    color: #FFFFFF !important;
  }

  .tp-cart-account {
    margin-top: 48px;
    padding-top: 25px;
    border-top: 1px solid #DDD6CF;
    color: #B1643F;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
  }

  .tp-cart-account__link {
    color: #B1643F !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(177, 100, 63, .55);
  }

  .tp-cart-account__link:hover {
    color: #8F4D31 !important;
    border-bottom-color: #8F4D31;
  }

  .tp-cart-account__separator {
    color: #8A8079;
  }

  .halo-cart-sidebar .previewCart-emptyBody {
    padding: 70px 47px !important;
    text-align: center !important;
  }

  .halo-cart-sidebar .previewCart-emptyBody .empty .text {
    color: #3C332E !important;
    font-size: 19px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
  }

  .halo-cart-sidebar .previewCart-emptyBody .button-continue {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 24px !important;
    border: 1px solid #B1643F !important;
    border-radius: 0 !important;
    background: #B1643F !important;
    color: #FFFFFF !important;
    text-transform: none !important;
  }
}

/* ==================================================
   MOBILE
================================================== */

  /* --------------------------------- */

  .halo-cart-sidebar .previewCartMessage.tp-cart-shipping,
  .tp-cart-shipping__title {
    display: none !important;
  }

  /* --- MOBILE SPACING FIX --- */
  .halo-cart-sidebar .previewCartItem {
    position: relative;
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 0 24px 0 !important;
    padding: 0 20px 24px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #E4DED7 !important;
    background: transparent !important;
  }

  [dir="rtl"] .halo-cart-sidebar .previewCartItem {
    padding: 0 0 24px 20px !important;
  }

  .halo-cart-sidebar .previewCartItem:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .halo-cart-sidebar .previewCartItem + .previewCartItem {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  .halo-cart-sidebar .previewCartItem-image {
    position: static !important;
    flex: 0 0 100px;
    width: 100px !important;
    height: 135px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
  }

  .halo-cart-sidebar .previewCartItem-image:before { display:none !important; }

  .halo-cart-sidebar .previewCartItem-image img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    object-fit: cover !important;
  }

  .halo-cart-sidebar .previewCartItem-content {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    padding: 2px 0 0 14px !important;
    text-align: start !important;
  }

  [dir="rtl"] .halo-cart-sidebar .previewCartItem-content {
    padding: 2px 14px 0 0 !important;
  }

  .halo-cart-sidebar .previewCartItem-name {
    margin: 0 0 4px !important;
    color: #3C332E !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
  }

  .tp-cart-item__model {
    margin-bottom: 12px;
    color: #B1643F;
    font-size: 9.5px;
  }

  .halo-cart-sidebar .previewCartItem-price,
  .halo-cart-sidebar .previewCartItem-price .price,
  .halo-cart-sidebar .previewCartItem-price .discounted-price {
    width: auto !important;
    color: #3C332E !important;
    font-size: 10.5px !important;
    font-weight: 400 !important;
  }

  .tp-cart-item__details {
    display: grid;
    gap: 3px;
    margin-top: 17px;
    color: #776E68;
    font-size: 8.8px;
  }

  .halo-cart-sidebar .previewCartItem-remove {
    position: absolute !important;
    top: 5px !important;
    inset-inline-end: 0 !important;
    bottom: auto !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: .55;
  }

  .halo-cart-sidebar .previewCartItem-remove svg {
    width: 11px !important;
    height: 11px !important;
  }

  .tp-cart-upsell {
    margin-top: 26px;
    padding: 28px 0 8px;
    border-top: 1px solid #E4DED7;
  }

  .tp-cart-upsell__head { margin-bottom: 15px; }
  .tp-cart-upsell__title { margin:0; color:#3C332E; font-size:12px; font-weight:300; }

  .tp-cart-upsell__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 132px;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .tp-cart-upsell__card { border:0; background:transparent; }
  .tp-cart-upsell__media { display:flex; width:132px; height:158px; background:#FFFFFF; }
  .tp-cart-upsell__media img { width:100%; height:100%; padding:0; object-fit:cover; }
  .tp-cart-upsell__body { padding-top:8px; text-align:start; }
  .tp-cart-upsell__product-title { color:#3C332E !important; font-size:9px; line-height:1.45; }
  .tp-cart-upsell__price { margin-top:4px; color:#3C332E; font-size:9px; }
  .tp-cart-upsell__price s { color:#968B83; font-size:8px; }
  .tp-cart-upsell__cta { display:inline-block; margin-top:6px; color:#B1643F !important; font-size:8.5px; border-bottom:1px solid rgba(177,100,63,.6); }

  .halo-cart-sidebar .previewCartTotalsPrice { display:none !important; }
  .halo-cart-sidebar .previewCartAction { margin:0 !important; text-align:center !important; }
  .halo-cart-sidebar .previewCartGroup { display:flex !important; flex-direction:column; align-items:center; margin:0 !important; }

  .halo-cart-sidebar .button-checkout {
    width:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 0 24px !important;
    padding:0 0 3px !important;
    border:0 !important;
    border-bottom:1px solid #B1643F !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#B1643F !important;
    font-size:10px !important;
    text-transform:none !important;
  }

  .halo-cart-sidebar .button-view-cart {
    width:100% !important;
    min-height:50px !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:0 !important;
    border:1px solid #B1643F !important;
    border-radius:0 !important;
    background:#B1643F !important;
    color:#FFFFFF !important;
    font-size:10.5px !important;
    text-transform:none !important;
  }

  .tp-cart-account {
    margin-top:34px;
    padding-top:21px;
    border-top:1px solid #DDD6CF;
    color:#B1643F;
    font-size:10px;
    text-align:center;
  }

  .tp-cart-account__link { color:#B1643F !important; border-bottom:1px solid rgba(177,100,63,.55); }

  .halo-cart-sidebar .previewCart-emptyBody { padding:52px 18px !important; }
}

@media (max-width: 551px) {
  .halo-cart-sidebar { width:100vw !important; }
}

@media (prefers-reduced-motion: reduce) {
  .halo-cart-sidebar .halo-sidebar-close,
  .tp-cart-upsell__media img,
  .halo-cart-sidebar .button-view-cart {
    transition: none !important;
  }
}
