/** Shopify CDN: Minification failed

Line 581:4 Unexpected "{"
Line 582:8 Expected identifier but found "%"
Line 585:4 Unexpected "{"
Line 586:8 Expected identifier but found "%"
Line 653:4 Unexpected "{"
Line 654:8 Expected identifier but found "%"
Line 659:4 Unexpected "{"
Line 660:8 Expected identifier but found "%"

**/
@font-face {
  font-family: 'Obviously';
  src: url('/cdn/shop/files/Obviously.otf?v=1766396328') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Obviously-bold';
  src: url('/cdn/shop/files/Obviously_Bold.otf?v=1766396334') format('opentype');
  font-weight: bold;
  font-style: normal;
}
h1,h2 {font-family:'Obviously-bold' !important;}
h3,h4,h5,a,p,span {font-family:'Obviously' !important;}
html.no-js .no-js:not(html) {
  display: block !important;
}
button{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.main-product_info .product-form__buttons .shopify-payment-button {
    font-family: 'Obviously' !important;
    padding-bottom: 10px;
    background: #000;
    border-radius: 10px;
}
.main-product_info .product-form__buttons .shopify-payment-button button {
    font-family: 'Obviously' !important;
}
button {
    border-radius: 10px!important;
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    content: unset;
}
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before {
    content: unset;
}
.sale_badge .badge-item {
    background: #000;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    padding: 6px 12px !important;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    left: 5px;
    font-family: sans-serif!important;
}
span.badge-item.new_launch{background:red}
span.badge-item.bestseller{background:#ffff06;color:#000}
span.badge-item.on_the_go{background:#ffbe00}
.card__badge{display:none;}
.card__media img {
    border-radius: 10px;
}
.quantity-break {
    padding: 1.75rem;
    cursor: pointer;
    border-radius: 1rem;
    background: #2882fe05;
    border: solid .2rem #000;
    position: relative;
}
.quantity-break {
    border: solid .2rem #000!important;
}
.quantity-breaks--normal.quantity-breaks--show-indicator .quantity-break {
    padding-left: 4rem;
}
.quantity-breaks--show-indicator .quantity-breaks-container input:checked+.quantity-break:before {
    border: solid .2rem rgb(255,255,255);
    background: #000000;
    box-shadow: 0 0 0 .1rem #000000;
}
.quantity-breaks--show-indicator .quantity-break:before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: solid .2rem #000;
}
.product-form__input.product-form__quantity{
    display:none;
}
.product-form__buttons {
    max-width: 100% !important;
}
.product-form__buttons .product-form__submit {
    background-color: #eae742;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}
.shopify-payment-button__button {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px !important;
    font-family: Obviously !important;
}
.product__info-wrapper .accordion.product__accordion {
    margin-top: 30px;
}
.accordion.product__accordion  summary {
    padding: 1.8rem 35px !important;
    background: #0000000d;
}
.product__accordion .accordion__content {
    padding: 20px 0.5rem 10px !important;
}
.product .card:not(.ratio) {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--color-foreground);
}
.product .card.cards {
    width: 100%;
    max-width: 768px;
    background: transparent;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
    overflow: hidden;
}
.product .cards .row {
    display: flex;
    padding: 12px 14px;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-left: 0 !important;
}
.product .cards .table {
    display: block;
}
.product .cards .row .label {
    color: #000;
}
.product .cards .row .label {
    flex: 0 0 180px;
    max-width: 180px;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
}
.product .cards .row .value {
    color: #000;
}
.product .cards .row .value {
    flex: 1;
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
    font-weight:700;
}
.quantity-break__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.quantity-break__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .5rem;
    text-align: left;
}
.quantity-break__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: .5rem;
    column-gap: .5rem;
}
.quantity-break__left .quantity-break__label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    row-gap: .5rem;
}
.quantity-break__caption {
    font-size: 1.4rem;
    line-height: 1;
        font-weight: 100;
}
.quantity-break__compare-price {
    font-size: 1.4rem;
    line-height: 1;
}
.quantity-breaks-container input {
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    position: absolute;
}
.quantity-breaks-container {
    position: relative;
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(1,1fr);
    column-gap: .75rem;
    row-gap: .85rem;
}
.quantity-breaks--show-indicator.quantity-breaks--normal.quantity-breaks--show-indicator {
    width: 100%;
}
.header__inline-menu ul li a{
    padding:0px;
    margin:0px 4px;
}
.header__inline-menu ul li a span{
    padding:10px 12px 13px;
}
.header__inline-menu ul li a .header__active-menu-item{
    background-color: #000;
    color: #eae742;
    text-decoration: none !important;
    border-radius: 12px;
    line-height: normal;
}
.marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 75px;
    height: 40px;
    content: "";
    z-index: 1;
}
.marquee:before {
    left: 0;
    background: linear-gradient(to right, white 5%, transparent 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to left, white 5%, transparent 100%);
}
slideshow-component:not(.page-width) .slider-buttons {
    display: none;
}
.price-item.price-item--regular s, .mrp_price {
    font-size: 14px;
    /* font-family: 'Obviously'; */
    color: gray !important;
}
span.price-item.price-item--sale.price-item--last {
    font-size: 16px!important;
    font-weight: 800;
    font-family: 'Obviously-bold' !important;
}
.collection .rich-text__heading, .template-bundle .rich-text__heading, .template-faq .rich-text__heading {
    color: #eae840;
}
.collection .rich-text__blocks {
    max-width: 100%;
}
.product .image-with-text__media-item{
    padding: 4rem calc(5rem / var(--font-body-scale)) 5rem !important;
}
.product-grid .grid__item {
    padding-right: 18px;
}
.card__information>* {
    margin-top: 16px;
}
.card-information {
    width: auto !important;
}
.multicolumn-list h3 {
    font-family: "Obviously-bold" !important;
}
/* .cart-drawer__footer .totals>h2, .cart-drawer__footer .totals .totals__subtotal-value {
    font-size: 2rem;
    font-weight: 500;
}
.drawer__close svg{
    height: 54%;
    width: 54%;
}
.cart-drawer thead {
    display: none !important;
}
.drawer__header {
    padding: 1.5rem 3rem !important;
    box-shadow: 0 0 10px #0000001a;
}
.drawer__inner {
    padding: 0px !important;
}
.quick-add button {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 900;
    padding: 10px 20px 13px !important;
    font-family: 'Obviously' !important;
}
.drawer__heading {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 500;
} */
.title-wrapper-with-link{
    justify-content: center !important;
    flex-direction:column;
}
.multirow__inner .image-with-text__media img{
    border: 3px solid #eae641;
    padding: 12px;
    border-radius: 40px;
}
.global-media-settings:after {
    content: unset;
}
.image-with-text__media{
    border:none !important;
}
.footer-block__heading {
   color:#eae641;
}
.image-with-text .grid__item:after {
    content: unset !important;
}
.multicolumn-card__image-wrapper--third-width {
  width: 17% !important;
}
.header__icon--cart svg {
    width: 28px !important;
    height: 28px !important;
}
.footer-block--newsletter {
    display: unset !important;
}
.footer-block__details-content p{
    color: #eae742;
    margin-top: 0;
    font-weight:700;
    font-size:12px;
}
.newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    border: 1px solid #eae742;
    border-radius: 10px;
}
.footer__list-social{
    gap:10px;
}
.list-social__item a{
    background-color: #fff;
    border-radius: 40px;
    color: #000000;
    padding: 6px;
}

.footer-block__newsletter .field:before, .footer-block__newsletter .field:after {
    content: unset;
}
/* .product-grid{
column-gap: 25px;
 row-gap: 23px;
flex-wrap:unset !important;
} */
.footer-block__newsletter {
    margin-top: 20px;
}
.list-social {
    justify-content: left !important;
    margin-top: 30px !important;
}
.multicolumn-list h3 {
    font-weight: 900;
    font-size: 18px;
}
.multicolumn__title p{
    text-align: center;
    width:70%;
}
.announcement-bar__message {
    min-height: auto !important;
}
.footer-block__details-content li a {
    display: inline-block !important;
    font-size: 12px !important;
    color: #fff !important;
}
.footer-block__details-content li a:hover {
    color: #eae742 !important;
    transform: translate(10px);
    transition: all .3s linear;
}
.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
}
.footer__localization:empty+.footer__column--info {
    align-items: unset !important;
}
.footer__copyright .copyright__content{
    font-family: 'Obviously' !important;
    font-size:10px;
}
.product-features {
 display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 11px;
  padding-bottom: 25px;
}
a#to-top.dt-sc-to-top svg {
    width: 20px;
    height: 10px;
    transition: all var(--duration-default) linear;
    fill: var(--gradient-base-accent-1);
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.dt-sc-to-top{
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    position: fixed;
    background: #eae742;
    color: #000000;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.template-faq .accordion details{
    border-radius: 8px;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    color: #02020a;
    border: 1px solid #d8d8d8;
}
.template-faq .accordion{
    border:none !important;
}
.collapsible-content summary:hover {
    background: transparent !important;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.template-faq .accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    overflow-x: auto;
    padding: 0 !important;
    margin-top: 20px;
}
.template-faq .accordion details summary{
    border:none;
    padding: 0px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background:#e0dddd7d;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  font-family: 'Obviously' !important;
}
.icon-with-text__item img {
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}
.icon-with-text__item span {
    font-weight: 600;
    font-size: 14px;
}
.feature-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.help_productBlock{
padding-bottom: .375rem !important;}
.help-card {
  background: #f2f8fb;
  border-radius: 20px;
  padding: 22px;
  max-width: 100%;
}
 
.help-title {
  font-size: 20px;
  font-weight: 600;
  color: #5a5a5a;
  margin-bottom: 14px;
}
 
.help-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  text-decoration: none;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px dashed #cddfe9;
}
 
.help-item:first-of-type {
  border-top: none;
}
 
.help-icon {
  font-size: 22px;
}
 
.help-text {
  text-decoration: underline;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .55);
    backdrop-filter: blur(4px);
    display: none;
    opacity: 0;
    transition: 0.35s ease;
    z-index: 9998
}

.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 92%;
    max-width: 420px;
    {
        % comment %}

    padding: 45px 30px 35px;
    {
        % endcomment %}

    background: #fff;
    backdrop-filter: blur(22px);
    border-radius: 25px;
    border: 1.2px solid rgb(255 255 255 / .5);
    box-shadow: 0 20px 60px rgb(0 0 0 / .25);
    transform: translate(-50%,-50%) scale(.75);
    opacity: 0;
    display: none;
    z-index: 9999;
    transition: 0.4s ease;
    animation: popupFloat 1.4s ease forwards
}

.popup_container {
    padding: 20px
}

@keyframes popupFloat {
    0% {
        transform: translate(-50%,-55%) scale(.6);
        opacity: 0
    }

    100% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }
}

.popup-overlay.active {
    display: block;
    opacity: 1
}

.popup-box.active {
    display: block;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1)
}

.popup-logo {
    width: 150px;
    display: block;
    padding: 10px 0
}

@keyframes logoFloat {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

.popup-main-heading {
    font-size: 28px;
    text-align: center;
    margin: 10px 0 5px;
    font-weight: 800;
    {
        % comment %}

    background: linear-gradient(90deg,#f2b500,#ee879b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    {
        % endcomment %}
}

.popup-subtitle {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 18px
}

.popup-box {
    background: #fff
}

.popup_banner_image {
    height: 200px;
    text-align: center
}

.popup_banner_image img {
    width: 100%
}

.popup-logo {
    width: 150px;
    margin: 0 auto;
    display: block
}

.popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 35px;
    height: 35px;
    background: rgb(255 255 255 / .7);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    border: none;
    font-size: 22px;
    cursor: pointer;
    transition: 0.25s
}

.popup-close:hover {
    background: #fff;
    transform: scale(1.1)
}

.popup-box input {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgb(200 200 200 / .6);
    margin-top: 12px;
    font-size: 16px;
    background: rgb(255 255 255 / .85);
    transition: 0.25s
}

.popup-box input:focus {
    border-color: #ff5f6d;
    transform: scale(1.02)
}

.popup-box input::placeholder {
    color: #999!important
}

.popup-submit {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: linear-gradient(90deg,#ff9966,#ff5e62);
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.popup-submit::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,rgb(255 255 255 / .1),rgb(255 255 255 / .5),rgb(255 255 255 / .1));
    transform: skewX(-20deg);
    transition: 0.7s
}

.popup-submit:hover::after {
    left: 150%
}

.error-message {
    font-size: 13px;
    color: red;
    margin-top: 4px;
    display: none
}
.still-help-heading {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #000;
}
 
.still-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  align-items: center;
}
 
.still-help-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
 
.still-help-row {
  display: flex;
  align-items: center;
  gap: 25px;
}
 
.still-help-row + .still-help-row {
  margin-top: 35px;
}
 
.still-help-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0.2);
}
 
.still-help-content {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}
 
.still-help-middle {
  width: 100%;
}
.footer-block__newsletter .newsletter-form {
    margin: 0px !important;
}
.footer__content-bottom {
    padding-top: 0px !important;
}

@media screen and (max-width: 989px) {
  .still-help-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
 
  .still-help-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
 
@media screen and (max-width: 749px) {
  .still-need-help {
    padding: 60px 0;
  }
 
  .still-help-heading {
    font-size: 32px;
  }
 
  .still-help-item,
  .still-help-row {
    gap: 18px;
  }
 
  .still-help-content {
    font-size: 18px;
  }
 
  .still-help-icon img {
    width: 30px;
    height: 30px;
  }
}
.still-help-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #000;
}
 
.still-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  align-items: center;
}
 
.still-help-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
 
.still-help-row {
  display: flex;
  align-items: center;
  gap: 25px;
}
 
.still-help-row + .still-help-row {
  margin-top: 8px;
}
 
.still-help-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
 .contact__button button{
    font-size: 16px;
    font-weight: 800;
    font-family: 'Obviously' !important;
 }
.still-help-content {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 600;
    font-family: 'Obviously' !important;
}
.still-help-middle {
  width: 100%;
}
.still-help-content p{
    font-size: 16px;
  line-height: 1.7;
  color: #000;
}

 

@media screen and (min-width: 1024px) {
    .flex_div {
        display:flex;
        justify-content: space-between;
        align-items:end;
    }

    .flex_div .quick-add {
        margin: 0!important
    }

    .quick-add button {
        background: #000;
        color: #fff
    }
    .header--middle-left {
        grid-template-columns: auto auto auto;
    }
}
@media screen and (max-width: 989px) {
  .still-help-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
 
  .still-help-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media (max-width: 749px) {
    .still-need-help {
    padding: 60px 0;
  }
 .section.form-image .cartrek-form .form-contact {
    width: calc(100% - 0vw) !important;
}
  .still-help-heading {
    font-size: 32px;
    margin-top: 0px;
}
 
  .still-help-item,
  .still-help-row {
    gap: 18px;
  }
 
  .still-help-content {
    font-size: 14px;
  }
 
  .still-help-icon img {
    width: 20px;
    height: 20px;
  }
    .product-features {
      grid-template-columns: 1fr;
    }
    h2.title.h1, h2.title, .ai-testimonials-title-aewjiqjldvvv0ddhsnaigenblock833c6efwrnpdt, .template-faq .collapsible-content__heading {
        font-size: 28px !important;
    }
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0px !important;
    }
    .title-wrapper-with-link {
        align-items: center;
        
    }
    .collection .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 0rem) !important;
    }
    .video-slider-template--20447822217302__shoppable_video_dwrpkE {
        padding: 0 !important;
    }
    .multicolumn__title p {
        text-align: center;
        width: 100%;
    }
    .slideshow_sec{
        margin: 10px;
        border-radius: 14px;
        overflow: hidden;
    }
    .video-product-title-template--20447822217302__shoppable_video_dwrpkE {
        font-size: 12px !important;
    }
    .banner--adapt, .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
        height: 450px !important;
    }
    .slideshow__text.banner__box {
        display: none !important;
    }
    .slider-buttons {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .price-item.price-item--regular s, .mrp_price {
        font-size: 12px;
    }
    span.price-item.price-item--sale.price-item--last {
        font-size: 14px!important;
    }
    .card__information .card__heading a {
        font-size: 13px!important;
    }
    .sale_badge .badge-item {
        font-size: 7px !important;
    }
    .quick-add button {
        font-size: 12px;
        background-color: #eae742;
    }
    div.collection {
        /* padding: 0px 0; */
    }

    .slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
        height: 100%;
    }

    slider-component.slider-mobile-gutter {
        padding: 0 15px;
    }

    .middlebanner .banner__content {
        align-items: start;
        padding-top: 20px !important;
    }
  
    .ai-testimonials-track-aewjiqjldvvv0ddhsnaigenblock833c6efwrnpdt {
        gap: 0px !important;
    }
}
/* ── Cart Drawer — Refined ── */

.cart-drawer .drawer__inner {
  background: #ffffff !important;
  box-shadow: -0.5rem 0 3rem rgba(0, 0, 0, 0.1) !important;
}

.cart-drawer .drawer__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 2.2rem 2.4rem !important;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08) !important;
}

.cart-drawer .drawer__heading {
  font-size: 1.9rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
}

.cart-drawer .drawer__close {
  background: rgba(0, 0, 0, 0.04) !important;
  border-radius: 50% !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease !important;
}

.cart-drawer .drawer__close:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

.cart-drawer thead th {
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.12em !important;
  font-weight: 600 !important;
}

.cart-drawer .drawer__contents {
  padding: 0.4rem 2.4rem !important;
}

.cart-drawer .cart-item__media img {
  border-radius: 0.8rem !important;
}

.cart-drawer .cart-item__name {
  font-weight: 600 !important;
  font-size: 1.42rem !important;
  line-height: 1.35 !important;
}

.cart-drawer .price.price--end,
.cart-drawer .cart-item__final-price {
  font-weight: 700 !important;
}

.cart-drawer .quantity-popover-wrapper,
.cart-drawer .quantity-popover-container {
  border: none !important;
  background: transparent !important;
}

.cart-drawer .quantity-input,
.cart-drawer quantity-input {
  border: none !important;
}

.cart-drawer .quantity {
  border-radius: 999px !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.15) !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.cart-drawer .quantity__button:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.cart-drawer .cart-remove-button {
  opacity: 0.45 !important;
  transition: opacity 0.2s ease !important;
}

.cart-drawer .cart-remove-button:hover {
  opacity: 1 !important;
}

.cart-drawer__upsell {
  padding: 1.8rem 2.4rem 0.6rem !important;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.08) !important;
}

.cart-drawer__upsell-heading {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.08em !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.cart-drawer__upsell-slide {
  background: #fff !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.04) !important;
  border-radius: 1rem !important;
  transition: box-shadow 0.2s ease !important;
}

.cart-drawer__upsell-slide:hover {
  box-shadow: 0 0.5rem 1.4rem rgba(0, 0, 0, 0.08) !important;
}

.cart-drawer__upsell-btn {
  border-radius: 999px !important;
  font-weight: 600 !important;
}

.cart-drawer .drawer__footer {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.08) !important;
  padding: 1.8rem 2.4rem 2.4rem !important;
}

.cart-drawer .totals {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  padding: 0.6rem 0 1rem !important;
}

.cart-drawer .totals__total {
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.cart-drawer .totals__total-value {
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
}

.cart-drawer .tax-note {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1.2rem !important;
}

#CartDrawer-Checkout.cart__checkout-button {
  background: #000000 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  padding: 1.6rem 2rem !important;
  text-transform: uppercase !important;
  border: none !important;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

#CartDrawer-Checkout.cart__checkout-button:hover:not(:disabled) {
  transform: translateY(-0.1rem) !important;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.22) !important;
}
.cart-drawer .quantity::before,
.cart-drawer .quantity::after,
.cart-drawer .quantity-input::before,
.cart-drawer .quantity-input::after,
.cart-drawer quantity-input::before,
.cart-drawer quantity-input::after,
.cart-drawer .quantity__button::before,
.cart-drawer .quantity__button::after {
  content: unset !important;
  display: none !important;
  border: none !important;
}

.cart-drawer .cart-items td {
  vertical-align: top !important;
}

.cart-drawer .cart-item__media,
.cart-drawer .cart-item__details {
  padding-top: 1.6rem !important;
}

.cart-drawer .cart-item__media img {
  display: block !important;
  margin: 0 !important;
}

.cart-drawer .cart-item__details {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.6rem !important;
}

.cart-drawer .cart-item__name {
  margin: 0 !important;
}
