/** Shopify CDN: Minification failed

Line 1578:12 Expected identifier but found whitespace
Line 1578:13 Unexpected "("

**/
announcement-bar-carel.announcement-bar__cousel p {
    font-weight: 600;
    font-weight: bold;
    font-size: 1rem;
}
    .announcement-bar {
        padding: 6px;
    }

/* .h1, .h2 {
    font-family: 'Six Caps', sans-serif;
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color);
    transition: color 0.2s ease-in-out;
    text-transform: uppercase;
} */

/* .Rte h1,
.Rte h1,
{
  font-family: 'Six Caps', sans-serif;
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
} */


@media screen and (min-width: 641px) {
    .features--heading-large .u-h1, .features--heading-large .Rte h1 {
        font-size: 150px;
    }
    .slideshow__slide-content .h1 {
        font-size: 80px;
        line-height: 85px;
    }
      .u-h2, .features--heading-large .Rte h2 {
        font-size: 80px;
    }
}


/* .button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
    font-weight: 600;
} */

@media screen and (min-width: 1150px) {
    .blog-post-list {
        --blog-post-list-row-gap: 0.75rem;
    }
}

@media screen and (min-width: 1000px) {
    .blog-post-list {
        --blog-post-list-items-per-row: 4;
        --blog-post-list-column-gap: 0.75rem;
    }
  
}

.blog-post-card.group.snap-center img {
    height: 300px;
    object-fit: cover;
}

@media screen and (min-width: 700px) {
    .footer__block--links, .footer__block--image {
        flex-grow: 0;
        max-width: 30rem;
    }
  .footer__aside .payment-methods {
    max-width: 50rem;
}
  .content-over-media--xs {
    --content-over-media-height: clamp(10rem, 61vw, 20rem);
}
}

.footer .social-media--list .social-media__item {
    opacity: 1.65;
    transition: opacity .2s, color .2s;
    background: #fff;
    border-radius: 50%;
    padding: 0px;
    color: black;
    width: 40px;
    height: 40px;
    text-align: -webkit-center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer ul.social-media.social-media--list.unstyled-list {
    margin-top: 20px;
    gap: 15px;
    margin-bottom: -40px;
}

.footer-image {
    max-width: 150px;
}

product-gallery.product-gallery {
    gap: 20px;
}

@media screen and (min-width: 1150px) {
    .product {
        --product-gap: 2rem;
    }
}

.product-info__block-item[data-block-type="modal"] button {
    margin-right: 18px;
  border:none;
      background: none;
}
.product-info__block-list>:not(:last-child) {
    margin-bottom: 6px;
}

.variant-picker__option-info.h-stack.justify-between.gap-2 {
    text-transform: uppercase;
}

.variant-picker__option-info.h-stack.justify-between.gap-2 button {
    text-transform: uppercase;
}

.swiper-slide img {
    max-width: 85px;
}


p.text-gray-500.text-xs {
    display: none;
}

p.text-gray-500.text-xs {
    font-size: 12px;
    color: #6b7280;
}
a.uppercase.font-sans.tracking-wider.mt-3 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.font-sans.my-2.text-sm {
    font-size: 14px;
    line-height: 20px;
    line-height: 1.25rem;
    display: block;
    margin: 10px 0;
}

.RichText___Style {
    font-size: 13px;
    line-height: 20px;
}

.slider-wrapper {
    padding: 0 60px;
}

.slick-next:before, .slick-prev:before {
    color: black !important;
    font-size: 26px !important;
}

button.slick-next.slick-arrow {
    z-index: 99;
}
button.slick-next.slick-arrow {
    right: 20px !important;
}

.slick-prev {
    left: 20px !important;
}

.review-content {
    visibility: hidden;
}

.review-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.review-content h5 {
    letter-spacing: .05em;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.trustedby {
    display: none;
}

a.uppercase.font-sans.tracking-wider.mt-3 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

span.based-s {
    display: none;
}

span.rstars {
    display: none;
}

.flex.justify-between.mb-2 {
    margin-bottom: 10px;
}

.swiper-slide.review-col {
    padding-right: 1.5rem;
}

.product-info__block-item[data-block-type="inventory"] {
    margin-top: 20px;
    margin-bottom: -15px;
}


.ProductMeta__Benefits {
  display:flex;
  margin-top:30px;
  justify-items: center;
    justify-content: space-between;
}


.ProductMeta__BenefitsContainer img {
  width:50px;
}

.ProductMeta__BenefitsContainer img:hover {
  width:62px;
  transition: 0.3s;
}


.ProductMeta__Popups {
  display:flex;
}

.ProductMeta__PopupsContainer {
  margin-right:20px;
  text-transform:uppercase;
  opacity:.7;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 0 10px 5px #0000005f;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip p {
    width: 100% !important;
    line-height: normal;
}
.ProductMeta__BenefitsContainer img {
    width: 58px;
    margin: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.Cart__Taxes {
    margin-bottom: 8px;
}

    .Footer__PaymentList {
        padding: 0;
        margin: 0 -8px;
        border: none;
    }

.HorizontalList__Item {
    display: inline-block;
    margin: 6px 8px 6px 8px;
}

.Footer__PaymentList svg {
    opacity: 0.8;
    width: 38px;
    height: 24px;
}

    .cart-drawer__footer .button-group {
        gap: 10px;
              column-gap: 0px;
    }
cart-drawer#cart-drawer p.h4 {
    font-size: 55px;
    font-family: 'Six Caps';
}

.Cart__ShippingNotice {
    background: #000;
    color: #fff;
    text-align: center;
    font-style: italic;
}

/* The tagline image carries ~25% empty space above the type inside the JPG itself, so top-aligning the
 * boxes still leaves the words sitting low. Centring each column lines the artwork up optically with the
 * paragraph beside it. */
.multi-column__item.snap-center.group {
    align-self: center;
}

.multi-column__item.snap-center.group .h1 {
    font-family: cursive;
    text-transform: inherit;
    font-size: 60px;
}

multi-column.multi-column.scroll-area.snap-x.bleed.md\:unbleed {
    align-items: center;
}

section#shopify-section-template--16680182251681__collection_list_KdNM8C .bag.section-spacing.section-spacing--tight.color-scheme.color-scheme--scheme-1.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 {
    background: #9cab81;
}

.collection-list.wrap {
    margin-top: -70px;
}
section.shopify-section.shopify-section--collection-list {
    margin-top: 70px;
}

.multi-column__item.snap-center.group .prose.text-start {
    font-size: 20px;
}

sale-price.h4.text-subdued {
    color: black;
}


.thumbnail-swatch>img {
    object-fit: cover;
}
.product-card__info {
    text-align: left;
}
a.product-title {
    font-weight: 500;
}
.v-stack.justify-items-center.gap-2 {
    width: 100%;
}
.v-stack.justify-items-center.gap-1 {
    width: 100%;
}
a.product-title {
    font-weight: 500;
    display: block;
    width: 100%;
}
.product-card__info :is(.price-list,.rating-badge) {
    justify-content: left;
    width: 100%;
}

.product-card__info :is(.price-list,.rating-badge) * {
    font-weight: 500;
  color:black;
}

.des {
    line-height: normal;
}

section#shopify-section-template--16680182251681__featured_collections_CT9p3d {
    margin-top: 40px;
}


@font-face {
   font-family: Lostamasta Bold;
   src:url(/cdn/shop/files/Fontspring-DEMO-lostamasta-bold.otf?v=1717660541);

 } 

@font-face {
   font-family: Lostamasta Medium;
   src:url(/cdn/shop/files/Fontspring-DEMO-lostamasta-medium.otf?v=1717660541);

 } 

@font-face {
   font-family: Lostamasta Light;
   src:url(/cdn/shop/files/LostaMasta-Light.ttf?v=1718822481);

 } 


    .slideshow__slide-content .h1 {
         font-family: Lostamasta Light;
       font-weight: 200;
    }



p.h6.rty {
    font-family: 'Lostamasta Light' !important;
    font-size: 30px;
    letter-spacing: 3px;
   font-weight: 200;
}


@media screen and (min-width: 1200px) {
    .slideshow__slide-content .h1 {
        font-size: 120px;
        line-height: 85px;
      
    }
}


.multi-column__item.snap-center.group .h1 {
    font-family: 'Lostamasta Light';
    text-transform: inherit;
    font-size: 60px;
    font-weight: 200;
}

.mbt{
      margin-bottom: 60px;
}

h2.h2.sec {
    font-size: 18px;
    /* margin-bottom: 108px; */
    /* display: block; */
}

section#shopify-section-template--16680182251681__collection_list_KdNM8C .bag{
    background: #7D793A;
}
.mbt {
    margin-bottom: 100px;
}
.fnt{
        font-family: Lostamasta Light;
   font-weight: 200;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
    padding: 1rem 3.75rem;
    font-size: 16px;
}

div#stories {
    display: none !important;
}

@media screen and (min-width: 700px) {
    .footer__block--newsletter {
        flex-basis: 40rem;
        max-width: 40rem;
    }
      .footer__block--newsletter {
        flex-basis: 40rem;
        max-width: 40rem;
        padding-right: 10%;
    }
}
form#newsletter-form-sections--16680178614433__footer {
    display: flex;
    justify-content: space-between;
}
.form-control {
    flex: auto;
}

ul.v-stack.gap-2\.5.unstyled-list {
    gap: 0px;
}

input#input--sections--16680178614433__footer--contactemail {
    padding-left: 0px;
    border: none;
    border-bottom: 1px solid #E2612A;
  color: #E2612A;
}

input#input--sections--16680178614433__footer--contactemail::placeholder {
color: #E2612A;
}


.footer__block-list p.h5 {
    font-family: 'Lostamasta Light';
    font-size: 34px;
    letter-spacing: 0px;
}

.v-stack.gap-4.sm\:gap-5 {
    gap: 0px;
}
.footer {
    padding-top: 100px;
}

form#newsletter-form-sections--16680178614433__footer button.button {
    padding: 0px;
    color: #e46f3c !important;
    background: transparent !important;
    border: none !important;
    font-weight: 200;
    font-size: 14px;
}

form#newsletter-form-sections--16680178614433__footer .align-self-start {
    position: absolute;
    right: 0pc;
    top: 13px;
}
form#newsletter-form-sections--16680178614433__footer {
    display: flex;
    justify-content: space-between;
    position: relative;
}

ul.v-stack.gap-2\.5.unstyled-list li:nth-child(3) {
    margin-bottom: 26px;
}

.bgv {
    background: #122B17;
    padding: 20px 0px;
    color: #ebb99a;
}
.fl.lbg img {
    width: 100px;
}

.fl.lbg {
    margin-left: -60px;
}

.footer__aside * {
    flex: 50%;
}

    .footer__aside {
        grid-auto-flow: column;
        text-align: left;
        gap: 0px;
        display: flex;
    }

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer ul.social-media.social-media--list.unstyled-list {
    margin-top: 0px;
    gap: 15px;
    margin-bottom: 20px;
}
.footer .social-media--list .social-media__item {
    opacity: 1.65;
    transition: opacity .2s, color .2s;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    color: #ebb99a;
    width: 40px;
    height: 40px;
    text-align: -webkit-center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #122B17;
    border-radius: 10px;
}
.footer ul.social-media.social-media--list.unstyled-list {
    margin-top: 0px;
    gap: 10px;
    margin-bottom: 20px;
}
header-sidebar#sidebar-menu::part(content) {
    max-width: min(95vw, 35rem);
}
a.header-sidebar__linklist-button.h6 {
    text-transform: uppercase;
    padding: 0px;
}

ul.header-sidebar__linklist.unstyled-list {
    max-width: 300px;
    margin: auto;
}

.header-sidebar__footer {
    position: relative;
    display: none;
}

@media screen and (max-width: 1250px) and (min-width: 800px) {
.multi-column__item.snap-center.group .prose.text-start {
    font-size: 16px;
}
  .multi-column__item.snap-center.group .h1 {
    font-family: Lostamasta Light;
    text-transform: inherit;
    font-size: 46px;
    font-weight: 200;
}
}
image-with-text.image-with-text.image-with-text--reverse .h1 {
    font-family: Lostamasta Light;
    font-weight: 100 !important;
    font-size: 65px;
    line-height: 60px;
}
a.link.cls {
    margin-left: 0px !important;
    margin-right: 20px !important;
    padding: 6px 24px;
    border: 1px solid;
    border-radius: 100px;
    background: transparent !important;
}
.mvt {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 769px) {
p.h6.rty {
    font-family: Lostamasta Light !important;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
    margin-top: -3px !important;
}
.slideshow__slide-content .h1 {
    font-family: Lostamasta Light;
    font-weight: 200;
    font-size: 36px;
}
  multi-column.multi-column.scroll-area.snap-x.bleed.md\:unbleed {
    align-items: center;
    display: flex;
    flex-direction: column;
}
  .multi-column__item.snap-center.group .h1 {
    font-family: Lostamasta Light;
    text-transform: inherit;
    font-size: 34px;
    font-weight: 200;
    line-height: 38px;
}
  multi-column.multi-column.scroll-area.snap-x.bleed.md\:unbleed {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
  .multi-column__item.snap-center.group .prose.text-start {
    font-size: 16px;
}
  section.shopify-section.shopify-section--collection-list {
    margin-top: 0px;
}
  h2.h2.sec {
    font-size: 14px;
}
  .button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
    padding: 0.7rem 2rem;
    font-size: 14px;
}
      .image-with-text>.prose {
        text-align: left;
    }
  image-with-text.image-with-text.image-with-text--reverse .h1 {
    font-size: 42px;
    line-height: 46px;
}
  a.link.cls {
    margin-left: 0 !important;
    margin-right: 11px !important;
    padding: 6px 18px;
    border: 1px solid;
    border-radius: 100px;
    background: transparent !important;
    font-size: 10px;
}
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
  ul.v-stack.gap-2\.5.unstyled-list li:nth-child(3) {
    margin-bottom: 14px;
}
  .footer__block-list {
    justify-content: start;
    align-items: start;
    gap: min(var(--section-vertical-spacing), 2.5rem);
    display: grid;
    gap: 24px;
}
  .fl.lbg {
    margin-left: 0px;
    margin-bottom: 6px;
}
.footer__aside * {
    flex: 50%;
    font-size: 12px;
}
  .footer__aside {
    grid-auto-flow: column;
    text-align: center;
    gap: 0px;
    display: flex;
    flex-direction: column-reverse;
}
  .fl.lbg img {
    width: 70px;
}
  .des {
    line-height: normal;
}
  .product-title {
    font-weight: 600 !important;
    display: block;
    width: 100%;
    line-height: normal;
}


}


  .Cart__Taxes {
    font-size: 12px;
}

.HorizontalList__Item {
    display: inline-block;
    margin: 1px 1px;
}
.drawer::part(header) {
    padding-bottom: 0px;
    padding-top: 0px;
}

cart-drawer#cart-drawer p.h4 {
    font-size: 45px;
}

cart-drawer#cart-drawer::part(content) {
    --drawer-max-width: min(95vw, 36.125rem);
}

button.header-sidebar__linklist-button.h6 {
    text-transform: uppercase;
}

ul.header-sidebar__linklist.unstyled-list * {
    font-size: 20px;
}
.header-sidebar__collapsible-panel {
    width: 100%;
}

ul.header-sidebar__linklist.unstyled-list li:nth-child(8) {
    margin-bottom: 30px;
}

ul.header-sidebar__linklist.unstyled-list li:nth-child(10) {
    margin-bottom: 30px;
}
header-sidebar#sidebar-menu::part(header) {
    padding-bottom: 0;
    padding-top: 0;
    justify-content: flex-end;
}

@media screen and (max-width: 769px) {
button.header-sidebar__back-button.link-faded.text-with-icon.h6.md\:hidden {
    font-size: 20px;
    color: white;
}
  header-sidebar#sidebar-menu::part(content) {
    max-width: min(100vw, 35rem);
}
  .header-sidebar__scroller {
    padding-top: 50px;
}
}

.u-h2, .features--heading-large .Rte h2 {
        font-family: 'Lostamasta Light';
        letter-spacing: 0px;
    }

@media screen and (min-width: 700px) {
    .content-over-media--xs {
        --content-over-media-height: clamp(10rem, 61vw, 15rem);
    }
}

h1.h2 {
    font-family: 'Lostamasta Light';
    letter-spacing: 0px;
}

h1.h1 {
    font-family: 'Lostamasta Light';
}
.article__wrapper.container--xs .v-stack.gap-4\.5 {
    text-align: center;
}
.article__wrapper.container--xs .h-stack.gap-4 {
    justify-content: center;
}


.mobile-collection-nav ul {
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 8px;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-collection-nav__li {
    text-align: center;
    list-style-type: none;
    padding: 0 10px;
    flex-shrink: 0;
      margin-bottom: 25px;
}

.mobile-collection-nav__li a.mobile-collection-nav__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-collection-nav__li a.mobile-collection-nav__link figure {
    margin: 0;
    background-repeat: no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.mobile-collection-nav__link img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    display: inline-block;
}

.mobile-collection-nav__link span {
    display: block;
    color: #000;
    padding-top: 0px;
    /* font-weight: bold; */
}
a.product-title {
    font-weight: 600;
    line-height: normal;
}
a.product-title {
    height: 20px;
    overflow: auto;
    overflow: hidden;
}

.product-card__info :is(.price-list,.rating-badge) * {
    font-weight: 600;
    color: #000;
}

@media screen and (min-width: 1000px) {
p.h6.rty {
    font-size: 50px;
    letter-spacing: 0px;
}
}

section#shopify-section-template--16680182251681__collection_list_KdNM8C .bag {
    background: #CFCFB9;
}
.collection-card__content.color-scheme.color-scheme--scheme-4.prose.prose--tight.place-self-end-center.text-center button {
    background: transparent;
    color: white;
    padding: 0.8rem 3rem;
    font-size: 14px;
}
.fnt {
    letter-spacing: 0px;
}
.des {
    line-height: normal;
    width: 100%;
}

.dbgt {
    position: absolute;
    bottom: -189px;
    left: 0;
    right: 0;
    margin: auto !important;
    text-align: center;
}

    .image-with-text--reverse>.prose {
        position: relative;
        /* height: 100%; */
    }

#instafeed {
    display: none !important;
}
.footer__block.footer__block--links .h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Helvetica';
    font-weight: 600;
}

.footer__block.footer__block--newsletter .prose {
    line-height: normal;
    max-width: 320px;
    margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
.footer__block.footer__block--links {
    margin-top: 71px;
}
  .section-header.justify-self-center.text-center h1 {
    font-size: 46px;
}
}

@media screen and (min-width: 641px) {
    .u-h2, .features--heading-large .Rte h2 {
        font-size: 60px;
    }
}

h1.product-title.h3 {
    font-size: 26px;
    font-family: 'Lostamasta Light';
    font-weight: 600;
}

.ProductMeta__BenefitsContainer {
    margin-right: 0px;
}
.ProductMeta__Benefits {
    gap: 10px;
}
.ProductMeta__BenefitsContainer img {
    width: 60px;
    margin: auto;
    height: 60px;
    object-fit: cover;
}

 fieldset.variant-picker__option.v-stack.gap-2.no-js\:hidden.Color {
    display: none;
} 

.variant-picker__option.v-stack.gap-2 p.text-subdued {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

.thumbnail-swatch {
        --swatch-size: 3rem;
        border-radius: 100px;
    }

a.blog-post-card__title.h4 {
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}

.shopify-policy__title h1 {
    font-family: 'Lostamasta Light';
}
.Cart__ShippingNotice {
    background: #122B17;
    color: #fff;
    text-align: center;
    font-style: normal;
}

.Cart__ShippingNotice {
    margin-top: 0px;
    padding: 5px;
    margin-left: -32px;
    margin-right: -32px;
}

cart-drawer#cart-drawer p.h4 {
    font-size: 24px;
    font-family: 'Lostamasta Light';
}

.drawer::part(header) {
    min-height: 60px;
}
.cart-drawer__footer .button-group {
    gap: 4px;
    column-gap: 0px;
}
.amnd {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

    .image-with-text--reverse>:is(picture,svg,img) {
        position: relative;
    }


.section-header.justify-self-center.text-center h2 {
    font-family: 'Lostamasta Light';
    letter-spacing: 0px;
}

div#shopify-section-nav-collections-mobile {
    max-width: 1200px;
    margin: auto;
}


@media screen and (max-width: 769px) {
section#shopify-section-template--16680182251681__multi_column_gDJW6N {
    margin-bottom: 70px;
}
  
}
    p.h6.rty {
        text-align: right;
        margin-top: -10px;
        font-weight: 300 !important;
    }


@media screen and (min-width: 1000px) {
  .section-header.justify-self-center.text-center h2 {
    font-size: 60px;
}
  .section-stack {
    gap: 16px;
}
  .fnt {
    letter-spacing: 0px;
    font-size: 60px;
}

  .slideshow__slide-content.place-self-center.text-center.sm\:place-self-center.sm\:text-center {
    position: relative;
    top: 70px;
}
  .multi-column__item.snap-center.group p {
    margin-left: 36px;
    line-height: normal;
    max-width: 85%;
}
  .multi-column__item.snap-center.group p {
    position: relative;
    line-height: normal;
    max-width: 85%;
}
  multi-column.multi-column.scroll-area.snap-x.bleed.md\:unbleed {
    align-items: center;
}

  .mobile-collection-nav__li {
    padding: 0 20px;
}
  .mobile-collection-nav__link img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
}
  .mobile-collection-nav__li a.mobile-collection-nav__link figure {
    margin: 0;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
  }
  nav.mobile-collection-nav.hidden-tablet-and-up {
    margin-top: 30px;
}
}

.collection-card__content button {
    width: 150px;
}

.mobile-collection-nav__link span {
    padding-top: 7px;
}

.multi-column__item.snap-center.group p {
    line-height: normal;
}
.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
       padding: 0.6rem 2rem;
}

.collection-card__content.color-scheme.color-scheme--scheme-4.prose.prose--tight.place-self-end-center.text-center button {
    padding: 0.6rem 2rem;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded, .collection-card__content.color-scheme.color-scheme--scheme-4.prose.prose--tight.place-self-end-center.text-center button {
    padding: 6px 24px;
    padding-top: 7px;
}

@media screen and (min-width: 1000px) {
    .section-header.justify-self-center.text-center h1 {
        font-size: 60px;
    }

  .article__wrapper.container--xs h1.h1 {
    font-size: 60px;
}
}

@media screen and (min-width: 700px) {
    .footer__block-list {
        flex-wrap: nowrap;
        display: flex;
    }
}

h1.product-title.h3 {
    font-family: 'Helvetica';
    line-height: normal;
    margin-bottom: -10px;
}


@media screen and (max-width: 700px) {
.v-stack.justify-items-center.gap-1 {
    gap: 0px;
}
.des {
        line-height: normal;
        height: 19px;
        overflow: hidden;
    }
  .mobile-collection-nav__li {
    padding: 0 10px !important;
    flex: 25%;
}
  .mobile-collection-nav__link img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}
  .mobile-collection-nav__li a.mobile-collection-nav__link figure {
    margin: 0;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
  .mobile-collection-nav ul {
    align-items: baseline;
}
  .mobile-collection-nav__link span {
    line-height: normal;
}

}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
    background: #122B17;
    color: white;
}

form.cart-drawer__footer p.text-subdued {
    color: white !important;
}

.footer__block.footer__block--links a {
    text-transform: uppercase;
}


.article__wrapper.container--xs h1.h1 {
    line-height: 1.3;
}

image-with-text.image-with-text.image-with-text--reverse img {
  width: 100%;
}

.ProductMeta__BenefitsContainer img {
    width: 100%;
    margin: auto;
    height: 75px;
    object-fit: cover;
}

.tooltip p {
    font-size: 7px !important;
}

.ProductMeta__BenefitsContainer img:hover {
    width: 75px;
}

@media screen and (max-width: 769px) {
    /* .slideshow__slide-content .h1 {

        font-size: 30px;
    } */
  .ProductMeta__BenefitsContainer img {
    height: 55px;
}

      .slideshow__slide-content .h1 {
        font-size: 46px;
    }
  p.h6.rty {
        font-family: Lostamasta Light !important;
        font-size: 30px;
    }
}

@media screen and (min-width: 700px) {
    .des {
        line-height: normal;
        height: 19px;
        overflow: hidden;
    }
}

.product-info__block-item[data-block-type="description"] h3 {
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 400px) {
    .slideshow__slide-content .h1 {
        font-size: 30px;
    }
  p.h6.rty {
        font-size: 20px;
    }
}

@media screen and (min-width: 1000px) {
    .empty-state {
        padding-block: 2.625rem;
    }
  section#shopify-section-template--16680182251681__featured_collections_CT9p3d {
    margin-top: 70px;
    margin-bottom: 50px;
}
}

.product-info__block-item button.button.w-full {
    color: #E2612A !important;
}


p.AnnouncementBar__Content.Heading {
    text-align: center;
}

.announcement-text {
    display: block;
}

button.localization-toggle {
    font-size: 14px;
  font-weight:600;
}

.justify-self-center a.button {
    padding-left: 40px;
    padding-right: 40px;
}

.amnd {
    bottom: 29px;
}
.button-group.justify-center.sm\:justify-center{
  opacity:1 !important;
  transform:none !important;
}


.fgh img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.fgh {
    display: flex;
    margin-top: 40px;
}


.fgh img {
    width: 80px;
    height: 70px;
    object-fit: contain;
}

x-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

a.link.cls {
    width: 185px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    p.h6.rty {
        font-size: 24px;
        letter-spacing: inherit;
    }
.slideshow__slide-content .h1 {
        line-height: 100%;
    }

  span.badge.badge--custom.badge--back-in-stock {
    font-size: 8px;
            line-height: initial;
}
 nav.header__primary-nav {
    flex-wrap: nowrap;
}
  nav.header__primary-nav {
    flex-wrap: nowrap;
    gap: 12px;
}

  button.localization-toggle {
    font-size: 11px;
    font-weight: 600;
}
  button.localization-toggle {
        font-size: 11px;
        font-weight: 600;
        gap: 5px;
    }
  x-header.header {
    gap: 10px;
}
  nav.header__secondary-nav {
    flex-wrap: nowrap;
    gap: 10px;
}
  .country-flag {
    display: none;
}
  .header__secondary-nav .localization-selectors:not(:only-child) {
    margin-inline-end: 0px;
}

  .dbgt {
    position: initial !important;
    margin-top: 20px !important;
}
  a.link.cls {
    width: 130px;
    text-align: center;
}
  a.link.cls {
        width: 115px;
        text-align: center;
        padding: 6px 10px;
    }
  .header__logo-image {
    width: 100px;
}
  a.link.cls {
        width: 110px;
        text-align: center;
        padding: 6px 10px;
        margin-right: 7px !important;
    }
}


a.mobile-collection-nav__link img {
    transition: 0.5s;
}

a.mobile-collection-nav__link:hover img {
    box-shadow: 3px 1px 10px #00000073;
}

.ProductMeta__BenefitsContainer img {
    height: 75px;
    width: 75px;
}

@media screen and (max-width: 600px) {
.ProductMeta__BenefitsContainer img {
    height: 55px;
    width: 55px;
}
.content-over-media--sm {
    --content-over-media-height: clamp(16rem, 60vw, 29rem);
}
}

@media screen and (max-width: 1250px) {
  .link.cls {
    font-size: 12px;
    margin-right: 12px !important;
        width: 165px;

}
  image-with-text.image-with-text.image-with-text--reverse .h1 {
    font-size: 40px;
        line-height: 120%;
}
.image-with-text--reverse>.prose{
      padding: 0px 60px;
}
}

@media screen and (max-width: 600px) {
    .slideshow__slide-content .h1 {
        font-size: 36px;
    }
      p.h6.rty {
        font-size: 22px;
      }
}

@media screen and (max-width: 769px) {
    .image-with-text--reverse>.prose {
        padding: 0 20px;
    }
      a.link.cls {
        padding: 8px 10px;
      }
}

form#newsletter-form-sections--25562032439679__footer {
    display: flex
;
    justify-content: space-between;
    position: relative;
}
form#newsletter-form-sections--25562032439679__footer button.button {
    padding: 0;
    color: #e46f3c !important;
    background: transparent !important;
    border: none !important;
    font-weight: 200;
    font-size: 14px;
}
form#newsletter-form-sections--25562032439679__footer .align-self-start {
    position: absolute;
    right: 0;
    top: 13px;
}
input#input--sections--25562032439679__footer--contactemail {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #E2612A;
    color: #e2612a;
}
#input--sections--25562032439679__footer--contactemail::placeholder {
    color: #e2612a;
}
/* Sale price color - brand purple */
.price--on-sale .price-item--sale,
.price__sale .price-item--sale,
s + .price-item,
.price-item--sale {
  color: #531EE2 !important;
}

/* PDP pricing: reduced price in brand orange, crossed-out price in black at the same size. */
sale-price.h4.text-on-sale {
    color: #E26129 !important;
}
.price-list--product compare-at-price {
    color: #000000 !important;
}
buy-buttons.buy-buttons button.button.w-full {
    color: white!important;
}
form#product-form-15036014494079-template--25562036568447__main .v-stack.gap-4 buy-buttons.buy-buttons button.button.w-full:hover
Specificity: (1,6,3)
 {
    color: #531ee2 !important;
}
compare-at-price.text-subdued.line-through {
    color: #000000 !important;
}

buy-buttons.buy-buttons button.button.w-full:hover {
    color:  #531ee2 !important;
}
a.rating-badge .rating-badge__stars path {
    fill: #531EE2!important;
}

label.block-swatch.is-disabled {
    border-radius: 30px;
}

.features--button-transition :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
        color: #531EE2!important;
        border-color: #531EE2!important;
    }
product-sticky-bar.product-sticky-bar.is-visible .button {
    --initial-gradient: linear-gradient(#531ee2, #531ee2) !important;
    color: rgb(var(--button-text-color));
    border-color: #531EE2 !important;
}
label.block-swatch {
    border-radius: 50px!important;
}

/* ----------------------------------------------------------------------------------------------------------------
 * PRODUCT CARD PRICING
 * Reduced price in brand orange, crossed-out price in black.
 * The orange rule needs to out-specify `.product-card__info :is(.price-list, .rating-badge) *`, which paints
 * everything in the card's info block black.
 * ------------------------------------------------------------------------------------------------------------- */
.product-card__info .price-list sale-price.text-on-sale,
.product-card__info .price-list sale-price.h6.text-on-sale {
    color: #E26129 !important;
}

.product-card__info .price-list compare-at-price {
    color: #000000 !important;
}

/* ----------------------------------------------------------------------------------------------------------------
 * PRODUCT CARD BADGES
 * Rotated to run vertically up the left edge of the image, in a narrow box flush to that edge.
 * `writing-mode: vertical-rl` turns the text 90deg clockwise; the extra 180deg flip makes it read bottom-to-top.
 * The rotation goes on the badge, NOT on the positioned .badge-list: changing the writing mode of a positioned
 * element remaps its logical inset properties, which flips inset-block-start to the right edge.
 * Scoped to `.product-card__figure` so product page badges are untouched.
 * ------------------------------------------------------------------------------------------------------------- */
.product-card__figure > .badge-list {
    inset-block-start: 0 !important;
    inset-inline-start: 0 !important;
}

.product-card__figure > .badge-list .badge {
    writing-mode: vertical-rl;
    rotate: 180deg;
    padding: 0.5rem 0.25rem;
    font-size: 0.5625rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

/* ----------------------------------------------------------------------------------------------------------------
 * IMAGE WITH TEXT HEADINGS
 * Brand serif on the heading of every "image with text" section (e.g. "Handcrafted in our workshop in Nairobi").
 * Theme.css paints these with var(--heading-font-family), which is Helvetica on this store.
 * ------------------------------------------------------------------------------------------------------------- */
image-with-text.image-with-text .prose :is(.h1, .h2, .h3, .h4, .h5, .h6) {
    font-family: 'Lostamasta Light';
    font-weight: 200;
}

