/** Shopify CDN: Minification failed

Line 1118:0 Unexpected "}"

**/
/* 
General
====================================================
*/
/* 
@font-face {
  font-family: "love";
  src: url("https://cdn.shopify.com/s/files/1/0804/8322/1819/files/Love.woff2?v=1691160813") format("woff2"),
  url("https://cdn.shopify.com/s/files/1/0804/8322/1819/files/Love.woff?v=1691160813") format("woff");
}
 */
/* @font-face {
  font-family: "inter";
  src: url("https://cdn.shopify.com/s/files/1/0804/8322/1819/files/Inter-Regular.woff2?v=1691165431") format("woff2"),
  url("https://cdn.shopify.com/s/files/1/0804/8322/1819/files/Inter-Regular.woff?v=1691165431") format("woff");
} */


.is-justify-center {
    justify-content: center;
}

.is-justify-left {
    justify-content: flex-start;
}

.is-justify-right {
    justify-content: right;
}

.is-align-center {
    align-items: center;
}

.is-align-start {
    align-items: flex-start;
}

.is-align-bottom {
    align-items: flex-end;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.is-desktop-hidden {
    display: none !important;
}

@media only screen and (max-width: 767px) {
  .is-mobile-hidden {
     display: none !important;
  }

  .banner__media.media.animate--fixed.scroll-trigger.animate--fade-in img {
    z-index: -1 !important;
  }

  .banner__media.media.animate--fixed.scroll-trigger.animate--fade-in {
    margin-bottom: 1rem;
  }
  
}


/* 
Header
====================================================
*/

header.header {
    max-width: 95%;
}

.header__menu-item .icon-caret{
    right: -0.2rem;
}

.header__heading-link {
    padding: 0;
}

nav.header__inline-menu .list-menu__item {
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-whats-app-button {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 99 !important;
}

.custom-whats-app-button svg{
    width: 40px !important;
    height: 40px !important;
}

/* 
Slideshow - Classic Splide
====================================================
*/

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

slideshow.slideshow__splide.active {
    display:block;
}

slideshow.slideshow__splide {
    display: none;
}

slideshow.slideshow__splide {
    position: relative;
    width: 100%;
}

.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.slideshow__splide--content {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.slideshow__media-banner.is-desktop-hidden img {
    height: 100vh !important;
}

.slideshow__splide-content--wrap {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.splide__pagination {
    display: flex !important;
}

.slideshow__splide--title.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    color: #FFFFFF;
}

.slideshow__splide--text.text {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    font-family: var(--font-body-family);
    color: #FFFFFF;
}

.slideshow-classic__banner {
    position: relative;
}

.slideshow-classic__banner.one-whole {
    width: 100%;
}

.slideshow-classic__banner .caption {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 48px);
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: var(--page-width);
    transform: translate(-50%);
    left: 50%;
}

.slideshow__splide .splide__pagination__page {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 2px solid #FFFFFF;
    opacity: 1;
}

.slideshow__splide .splide__pagination__page.is-active {
    transform: none;
    background: #FFFFFF;
}

.slideshow__splide button.splide__arrow {
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.1);
}

.slideshow__splide button.splide__arrow svg {
    fill: #FFFFFF;
    height: 20px;
    width: 20px;
}

.slideshow__splide .slideshow__media-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 
Multi Column
====================================================
*/

.collection__title.title-wrapper .title,
.multicolumn .title {
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.98px;
}

.multicolumn-card__info.text__overlay {
    position: absolute;
    width: -webkit-fill-available;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    transition: all 0.5s;
    transform: translateY(0);
}

.multicolumn-card__info.text__overlay .inline-richtext {
    color: #FFF;
    font-family: var(--font-body-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.multicolumn-card__info.text__overlay .link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 128px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.multicolumn-card__info.text__overlay .link .icon-wrap {
    display: none;
}

.multicolumn-card__info.text__overlay .link:hover {
    background-color: #000000;
    border-color: #000000;
}

.multicolumn-card:hover .multicolumn-card__info.text__overlay {
    display: block;
    transform: translateY(-120%);
}

.multicolumn .slider-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between !important;
}

.multicolumn button{
    background: gray;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.multicolumn .slider--desktop{
    overflow: hidden;
}
/* 
Featured Collection
====================================================
*/


.featured-collection .slider-counter {
    display: none;
}

.product-card-wrapper .card__content .card__heading a,
.product-card-wrapper .card__content .card__heading {
    font-family: var(--font-body-family);
    font-size: 10px;
    color: #393939;
    text-transform: uppercase;
    line-height: 12px;
}

.featured-collection .price__container * {
    font-size: 10px;
}

.price-item.price-item--sale.price-item--last {
    font-size: 10px;    
    line-height: normal;
    color: #ff0000;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.price-item.price-item--regular {
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #393939;
}

.progress-bar {
    width: 100%;
    max-width: 472px;
    height: 1px;
    background-color: #C8C7BA;
    margin-top: 12px;
    display: none;
}

.progress-bar-fill {
    display: block !important;
    height: 100%;
    background-color: #393939;  
    width: 0;
    transition: width 0.2s ease-in-out;
}

button.slider-button[disabled] {
    opacity: .7;
}

.collection .slider-buttons {
    justify-content: flex-start;
}

.collection .slider-buttons button.slider-button:first-child {
    padding-left: 0;
}

.collection .slider-buttons button.slider-button:last-child {
    padding-right: 0;
}

.collection slider-component .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item.slider__slide {
    width: 80%;
}

/* 
Image with text overlay
====================================================
*/

.image-with-text__overlay {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image-with-text__overlay-content {
    width: 100%;
    text-align: center;
}

.title.image-with-text__overlay-title {
    font-size: 64px;
    line-height: normal;
    letter-spacing: -1.98px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 64px;
}

.image-with-text__overlay-text p {
    margin: 0;
    font-family: 'love';
    font-size: 138px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.26px;
    letter-spacing: 1px;
}

.image-with-text__overlay-image {
    position: absolute;
    top: 50%;
    transform: translateY(-42%);
}

.image-with-text__overlay-image img {
    max-height: 668px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 
Collection
====================================================
*/
.metafield-collectionlink{
    width: 100%;
}

span.sub-collection-links-heading:hover{
    text-decoration: underline;
}

.sub-collection-links.active{
    display: block;
}

.sub-collection-links-heading{
    cursor: pointer;
    font-size: 1.4rem;
}

.metafield-collectionlink ul li {
    list-style: none;
    width: 100%;
}

.metafield-collectionlink ul li a {
    color: inherit;
    text-decoration:  none;
    width: 100%;
    font-size: 1.4rem;
}

.metafield-collectionlink ul {
    padding: 0;
}

.card__badge .badge {
    top: 0 !important;
    position: absolute;
    right: 0px;
}

.collection-hero__inner.page-width {
    width: 100%;
    max-width: none;
    padding: 0;
}

.collection-hero__inner .collection-hero__image-container {
    margin: 0 !important;
    max-height: none;
    height: 100%;
    min-height: 40rem;
}

.collection-hero__title {
    text-align: center;
}

.collection-hero--with-image .collection-hero__title {
    color: #FFF;
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
}

.facet-filters__field .select__select {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 1px solid #909090 !important;
    padding-bottom: 7px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.empty__block-box {
    display: block !important;
    max-width: 290px;
    width: 100%;
}

facet-filters-form.facets.facets-vertical-sort {
    display: flex;
    justify-content: space-between;
}

.breadcrumbs__wrapper {
    width: 80%;
}

.facets-vertical-form {
    width: 100%;
    align-items: center;
}

.main-grid-view-row.desktop-view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-grid-view-row.desktop-view > div {
    padding: 0 5px;
    max-height: 23px;
    cursor: pointer;
    opacity: .4;
}

.main-grid-view-row.desktop-view > div:hover {
    opacity: .6;
}

.main-grid-view-row.desktop-view>div.active {
    opacity: 1;
}

.breadcrumbs__link {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


price-range.facets__price {
    flex-wrap: wrap;
    padding-right: 0 !important;
}

price-range.facets__price .form-field__wrap {
    display: none;
}

price-range.facets__price.facets__price-mobile {
    padding: 2rem !important;
}

.priceRangeDigitsMobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

#priceRangeSliderMobile {
    max-width: 316px;
}


/* 
Product
====================================================
*/


span[data-default-text="Order on Whatsapp"] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3.9px;
    line-height: 14.2px;
}

.whatsapp-button {
    width: 100%;    
}

.whats_app_link{
    height: 100%;
    display: block;
    max-width: 44rem;
}


.size-chart{
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h2.h4.accordion__title.inline-richtext{
  color: inherit;
}

.product__accordion .accordion__content.rte {
    font-size: 1.2rem !important;
}

/* span.product-description-content{
  font-size: 16px;
  padding: 1rem;
} */

.product__description.rte.quick-add-hidden {
    margin-bottom: 0;
}

.product__accordion.accordion.quick-add-hidden {
    margin-top: 0;
    border-top: 0;
}

.description-main svg.icon.icon-caret {
    width: 10px;
    margin-right: 1.5rem;
}

svg.icon.icon-caret.active {
    transform: rotate(180deg);
}

.description-main {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    align-items: center;
    cursor: pointer;
}

.product-description-heading{
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}

.product-description-content{
  display: none;
}

.product-description-content.active{
  display: block;
}

product-info .product__title h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

product-info .price .price-item {
    font-family: 'inter';
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

legend.form__label {
    font-size: 13px;
    line-height: normal;
}

label.quantity__label.form__label {
    display: none;
}

quantity-input.quantity::before,quantity-input.quantity::after {
    display: none;
}

quantity-input.quantity {
    max-width: 85px;
    border: 1.062px solid rgb(109 109 109 / 69%);
}

.quantity__button {
    width: 25px;
}

input.quantity__input {
    border-left: 1.062px solid rgb(109 109 109 / 69%);
    border-right: 1.062px solid rgb(109 109 109 / 69%);
}

.product-form__input.product-form__quantity {
    margin-top: 24px;
}

.product__description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    opacity: .7;
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.product__block--contact-info-wrap {
    display: flex;
    flex-wrap: wrap;
}

.product__contact-info-whatsapp {
    width: 50%;
}

.product__contact-info-email {
    width: 50%;
}

.whatsapp__heading-icon-wrap,
.email__heading-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.whatsapp-icon,
.email-icon {
    margin-right: 14px;
    max-height: 20px;
}

.whatsapp-title,
.email-title {    
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    color: #000000;
}

.whatsapp-info a,
.email-info a,
.whatsapp-info p,
.email-info p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}


.product__text.inline-richtext {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

price-range.facets__price {
    flex-wrap: wrap;
    padding-right: 0 !important;
}

price-range.facets__price .form-field__wrap {
    display: none;
}

price-range.facets__price.facets__price-mobile {
    padding: 2rem !important;
}

.priceRangeDigitsMobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

#priceRangeSliderMobile {
    max-width: 316px;
}

/* 
Product Tabs
====================================================
*/

.product_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.tab-button {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 18px;
    margin-top: -1px;
    font-family: 'inter';
    font-size: 18.81px;
    text-transform: uppercase;
    cursor: pointer !important;
    line-height: normal;
}

.more-info-tabs__column {
    padding-bottom: 84px;
    border-top: 1.6px solid #D9D9D9;
    border-bottom: 1.6px solid #D9D9D9;
    width: 100%;
}

.tab-button.active {
    border-top: 1px solid #000000;
}

.tab-button:hover {
    opacity: .8;
}

.tab-panel {
    display: none;
}

.tab-pane {
    padding-top: 84px;
}

.tab-panel.active {
    display: block;
}

.tab-panel p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 288.4%;
}

.product_tabs-info-mobile {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
}

.product_tabs-info-mobile:first-child {
    border-top: 1px solid #D9D9D9;
}

.tab-pane-info-mobile {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 288.4%;
    display: none;
}

.tab-pane-info-mobile.active {
    display: block;
}

.newsletter img{
    width: 100% !important;
} 

.hide-atc-button{
    display: none !important;
}

.hide-line-on-soldout-product.product .product-form__input input[type=radio].disabled:checked+label,
.hide-line-on-soldout-product.product .product-form__input input[type=radio]:disabled:checked+label{
    color: #fff !important;
}

.hide-line-on-soldout-product.product .product-form__input input[type=radio]:disabled+label,
.hide-line-on-soldout-product.product .product-form__input input[type=radio].disabled+label{
    text-decoration: none !important;
}
/* 
header.header{
    padding: 1rem 0 1rem 3rem !important;
} */

.footer__column.footer__column--info {
    display: none;
}

.custom_note {
    color: #ff041e;
}

.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding-top: 20px;
}

/* Dawn Custom Slide Show */

.cusotm-main-banner .slideshow__autoplay.slider-button.no-js-hidden,
.cusotm-main-banner .slider-counter.slider-counter--counter.caption{
    display: none;
}

.cusotm-main-banner .slider-button {
    position: absolute;
    top: 50%;
    background: #eee;
    z-index: 999;
    color: #000;
    border-radius: 50%;
    display: none;
}

.cusotm-main-banner .slideshow__controls {
    position: unset !important;
    z-index: 2 !important;
}

@media only screen and (max-width: 767px) {
 
  .hide-it-on-mobile{
    display: none !important;
  }
  
  .newsletter.center {
      margin-top: 30px;
  }
  
  .image-with-text__overlay-text p {
      font-size: 46.139px;
      line-height: 35.527px;
      letter-spacing: 0.334px;
  }
  
  .title.image-with-text__overlay-title {
      font-size: 40px;
      margin-bottom: 54px;
  }
  
  .image-with-text__overlay-image img {
      max-height: 225px;
  }
  
  .image-with-text__overlay-image {
      transform: translateY(-28%);
  }

  .collection__title.title-wrapper .title, .multicolumn .title {
      font-size: 20px;
  }

  .slideshow__splide--text.text {
      display: none;
  }
  
  .slideshow__splide--title.title {
      font-size: 28px;
      margin-top:0;
      margin-bottom: 10px;
  }
  
  .splide__slide img {      
      object-fit: cover;
  }

  .slideshow__splide button.splide__arrow {
      width: 40px;
      height: 40px;
  }

  .main-grid-view-row.desktop-view {
      display: none;
  }

  .main-grid-view-row.mobile-view {
      display: flex;
      justify-content: flex-end;
  }

  .grid-view-changer.grid-view-first-column-mobile {
      margin-right: 1rem;
  }

  .grid-view-first-column-mobile {
      opacity: 0.5;
  }
  
  .grid-view-first-column-mobile.Active {
      opacity: 1;
  }  
  
  .grid-view-second-column-mobile {
      opacity: 0.5;
  }  
  
  .grid-view-second-column-mobile.Active {
      opacity: 1 !important;
  }

  .is-desktop-hidden {
    display: block !important;
  }

  .tab-button-mobile {
      font-family: 'inter';
      font-size: 18.81px;
      text-transform: uppercase;
      cursor: pointer !important;
      line-height: normal;
      width: 100%;
      display: block;
      margin: 0;
      padding-top: 25px;
  }

  .more-info-tabs__column-mobile {
      max-width: none !important;
      width: 100%;
  }
  
}

@media only screen and (min-width: 767px) {

   .product__media-list .product__media-item{
     max-width: 48% !important;
     width: 48% !important;
     display: flex;
     flex-wrap: wrap;
   } 
   .mobile-view{
    display: none;
  }

  .mobile{
    display: none
  }
  
  .header__heading {
      padding-top: 10px;
  }
}

.slider-button--next{
  right: 15px;
}

.slider-button--prev{
 left: 15px;
}

/*#HeaderMenu- span,
#HeaderDrawer-{
  color: red;
  font-weight: bold;
  animation: blink 1s infinite linear;
}

#HeaderDrawer-exclusive-sale {
  color: red;
  font-weight: bold;
  animation: blink 1s infinite linear;
}
@keyframes blink{
  50%{
    opacity:0;
  }*/
}

.header__icons svg {
  width: 20px;
  height: 20px;
}

details-modal.header__search svg {
  stroke: #000;
  stroke-width: .5px;
}

svg.icon.icon-hamburger {
  stroke: #000;
  stroke-width: .5px;
}

.template-index header.header {
  position: absolute;
  width: 100%;
}

.announcement-bar-main-wrap {
  position: fixed !important;
  top: 0 !important;
}

.template-index .header__heading-logo-wrapper img {
  width: 600px;
  transition: width 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.template-index:has(.scrolled-past-header) .header__heading-logo-wrapper img {
  width: 160px; 
}

header-drawer svg.icon.icon-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 99;
}

.template-index:has(.scrolled-past-header) header.header {
  background: #fff;
}

@media only screen and (max-width: 767px){
    .header-localization:not(.menu-drawer__localization),
    .header__heading-logo-wrapper{
      padding-top: 0 !important;
    }

    .template-index header.header {
      display: flex;
      justify-content: space-between;
    }

    .header__heading-logo-wrapper {
      padding-left: 1rem;
    }

    .template-index .header__heading-logo-wrapper {
      position: absolute;
      top: 32px; 
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.4s ease; 
    }

    .template-index .header__heading-logo-wrapper img {
      min-width: 60vw;
      width: auto;
      max-width: none; 
      height: auto;
      transition: min-width 0.4s ease; 
    }

    .template-index:has(.scrolled-past-header) .header__heading-logo-wrapper {
      top: 10px;
      left: 0;
      transform: translate(-30%);
    }

    .template-index:has(.scrolled-past-header) .header__heading-logo-wrapper img {
      min-width: 100px; 
    }
}


.featured-collection .card__content {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  padding: 0;
  text-align: center;
}

.featured-collection .card__information {
  background-color: #60545466;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  padding: 0px;
}

.featured-collection .card__heading {
  margin: 0 10px;
  padding: 0 10px;
  font-size: 14px;
  border-right: 1px solid #ddd;
  color: #fff !important;
}

.featured-collection .card__information * {
  color: #fff !important;
}

.multicolumn-card__info {
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #fff;
}

.multicolumn-card__info * {
  color: #fff;
}

.multicolumn-card__info a {
  color: #363636;
  border-color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
}

.multicolumn-card__info p {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.multicolumn-card__info .inline-richtext {
  font-size: 12px;
}

.multicolumn-list img:hover {
  scale: 1.2;
}

.multicolumn-list img {
  transform-origin: center;
  transition: scale 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.multicolumn-list{
  row-gap: 3rem;
}

@media only screen and (max-width: 76px){
    .multicolumn-list {
      row-gap: 2rem;
    }
}

.template-product .trustshop-no--review {
    width: 30% !important;
}

.footer__content-top {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
}

.footer__blocks-wrapper {
    width: 50%;
}

.footer-block--newsletter {
    width: 30%;
    flex-direction: column;
}

.newsletter-form__button.field__button {
    width: max-content;
    right: 0;
    left: auto;
}

@media only screen and (max-width: 767px){
    .footer__content-top.page-width {
      flex-direction: column-reverse;
    }

    .footer-block--newsletter {
      width: 100%;
    }

    .footer-block__newsletter {
      width: 100%;
    }

    ul.footer-block__details-content.list-unstyled {
      display: flex;
      gap: 2rem;
      margin: 0;
      flex-wrap: wrap;
      row-gap: 0rem;
    }

    .footer__blocks-wrapper {
      width: 100%;
    }

    .footer-block {
      margin-block: 0rem !important;
    }

    .featured-collection .price__container *,
    .featured-collection .card__heading a{
      font-size: 10px !important;
    }

    .header-wrapper{
      /* top: 44px !important; */
      top: 0 !important;
    }
}

.trustshop-no--review p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.shipping-time {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 2rem;
}

.shipping-info {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.shipping-box {
  flex: 1;
}

.shipping-box h4 {
  margin-bottom: 8px;
  font-weight: 600;
}

.shipping-box p {
  margin: 4px 0;
  font-size: 14px;
}

.card__badge.top.left {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}

.featured-collection a.button {
  padding-inline: 1.5rem !important;
  width: max-content !important;
  min-width: max-content !important;
  line-height: normal;
  height: 35px !important;
  min-height: 35px;
}

.featured-collection .card__heading {
  padding-left: 0;
  margin-left: 0;
  width: max-content;
}

.price__container {
  margin-bottom: -1px;
}

.custom-whats-app-icon {
  padding-top: 1rem;
  padding-right: 1rem;
}

.custom-whats-app-icon svg {
  stroke: #000;
  stroke-width: 0.1px;
}

@media only screen and (min-width: 767px){
  .custom-whats-app-icon {
    padding-top: 1.1rem;
    padding-right: 1.3rem;
  }
}