/** Shopify CDN: Minification failed

Line 287:33 Expected ":"

**/
html {
  scroll-behavior: smooth;
}

.title-wrapper--no-top-margin>.title {text-align: center;}

.header__heading-logo {filter: invert(1);}

.banner__buttons .button.button--primary {
    padding: 6px 6px 6px 24px;
    gap: 5px;
}


/* banner tabs */
.cc-banner{
 position:relative;
 height:700px;
 border-radius:30px;
 overflow:hidden;
}

.cc-slide{
 position:absolute;
 inset:0;
 opacity:0;
 visibility:hidden;
 transition:.6s;
}

.cc-slide.active{
 opacity:1;
 visibility:visible;
}

.cc-slide img{
 width:100%;
 height:100%;
 object-fit:cover;
}

.cc-content{
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 text-align:center;
 color:#fff;
}

.cc-tabs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  margin-top:-90px;
  position:relative;
  z-index:5;
  padding:0 40px;
}

.cc-tab{
 background:none;
 border:none;
 color:#fff;
 text-align:left;
 cursor:pointer;
}

.tab-line{
 margin-top:12px;
 height:2px;
 background:rgba(255,255,255,.3);
 position:relative;
}

.cc-tab.active .tab-line:after{
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:#fff;
}

/* NEWSLETTER */


.newsletter-form__field-wrapper .field__input {
  padding: 10px 22px;
  height: 50px;
  background: #f7f7f7;
  font-size: 16px;
  color: #2C2825;
  outline: none;
  transition: all 0.3s ease;
  opacity: 1;
  font-size:14px;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  opacity: 1;
  font-size:14px;
}

.newsletter-form__field-wrapper .field__input:focus {
  outline:none;
  box-shadow:none;
}

.newsletter-form__field-wrapper .field__label {
  font-size: 15px;
  display: none;
}
.newsletter-form__field-wrapper .field:before,
.newsletter-form__field-wrapper .field:after {
  display:none;
}

.newsletter-form__field-wrapper .field .newsletter-form__button {
  padding: 0 32px;
  border: none;
  background: #534444 !important;
  color: #F4EFE4;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: static;
  width: 180px;
  height: 50px;
  border-radius:10px;
}

.newsletter-form__field-wrapper .field {
    align-items:center;
    gap:10px;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

.newsletter-form {
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto;
    align-items: center !important;
}

@media (max-width: 749px) {
.newsletter-form__field-wrapper .field {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__content-top {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}

/* PRODUCT PAGE */

/* PRODUCT MEDIA */

.product__media-wrapper .slider-button  .svg-wrapper {
    background: #534444;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.product__media-wrapper .slider-button .icon {
    color: #fff;
    stroke: #fff;
}

.product__media-wrapper .slider-button[disabled] .svg-wrapper {
    opacity:0.5;
}

.product__media-wrapper .product__media.media.media--transparent,
.product__media-wrapper .slider.slider--tablet-up .slider__slide {
    border-radius: 15px;
}

.product__media-wrapper .thumbnail {
    border-radius: 10px;
}

.product__media-wrapper .thumbnail[aria-current] {
    border-radius: 10px;
    box-shadow: 0 0 0 .1rem #534444 !important;
    border-color: #534444 !important;
}

/* PRODUCT INFO */

.product__info-wrapper .price .price-item {
    font-weight: 700;
    font-size: 24px;
}

.product__info-wrapper .rating-wrap {
    text-decoration: none !important;
    color: inherit;
}

.product__info-wrapper span.stars {
    color: #534444;
}

.product__info-wrapper .rate {
    font-size: 18px;
}

.product__info-wrapper .product-form__input--pill input[type=radio]:checked+label {
    background-color: #534444 !important;
    border: 1px solid #534444 !important;
}

.product__info-wrapper .product-form__input .form__label {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.product__info-wrapper .product__title h1 {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.product__title .h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.product__info-wrapper .product-form__submit {
    background: #22c55e;
    color: #fff;
    border: 1px solid #22c55e !important;
}

.product__info-wrapper .product-form__submit:before,
.product__info-wrapper .product-form__submit:after {
    border:none;
    box-shadow:none;
    outline:none;
}

.product-form__input--pill.product_form_color_image input[type=radio]+label {
    background: transparent !important;
    border: none !important; 
    border-radius: 10px !important;
    font-size:0px !important;
    padding:0 !important;
    overflow:hidden !important;
}

/* SALE PRICE (bestsellers only) - red price, rest stays default black */

.price--on-sale .price__sale .price-item--sale {
    color: #C0392B;
    font-weight: 700;
}

.price--on-sale .price__sale .price-item--regular {
    color: #8a8a8a;
    font-weight: 400;
}

.price__badge-sale {
    display: none !important;
}


.icon-multicol.multicol-bg .multicolumn-card {
    background: #fff !important;s
}

.multicolumn-title-block {
    text-align: center;
    justify-content: center;
    gap: 0;
    max-width:800px;
    margin:0 auto;
}

.icon-multicol .multicolumn-card-spacing {
  max-width: 50px;
  width: 100%;
}

.image-with-text .global-media-settings {
    border-radius: 15px !important;
}

.footer-block__heading {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact__button {
    text-align: center;
}

.contact__button button {
    min-width: 150px;
}

.icon-multicol .rte a {
    color: #000;
}

@media (max-width: 749px) {
.footer-block__details-content .list-menu__item--link {
    padding: 0 !important;
}
.image-with-text__content {
    padding:30px 0 0 0 !important;
}
}


/* Collection Page */

.template-list-collections .title--primary,
.template-collection .collection-hero__title {
    text-align: center;
    margin-top: 40px;
}

.template-list-collections .collection-list {
    margin-bottom: 50px;
}

/* COLLECTION */

.facets  .facets__summary,
.facets  .mobile-facets__summary,
.facet-filters__label,
.product-count__text {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

/* Active Filter Title */
.facets .facets__heading,
.facets .mobile-facets__heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.facets .facets__disclosure-vertical {
    padding-left:10px;
}

/* Price Fields */
.facets .field__input {
    background: #f5f7fb;
    color: #000;
    padding: 12px 14px;
}

.pagination__item {
    COLOR: #;
}

.pagination__item-arrow {
    background: #534444;
    border-radius: 50%;
}

.pagination__item-arrow svg {
    stroke: #fff;
    opacity:1 !important;
}

.pagination__item--prev .icon {
    height: 8px;
}

a.pagination__item.pagination__item--current {
    color: #534444;
    font-weight:700;
}

.collection-list__item.grid__item .full-unstyled-link {
    text-transform: capitalize;
    color:#fff;
}

.collection-card-wrapper .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 20px!important;
}

.collection-card-wrapper .card__media {
    border:1px solid #534444;
}

.collection-list__item .card__content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,#00000060 0%,transparent 30%);
    pointer-events: none;
    overflow:hidden;
    border-radius:12px;
}


@media (min-width: 1200px) {

.footer-block.grid__item.footer-block--menu {
    width: 10%;
}

.footer-block__brand-info p {
    max-width: 300px;
}
}

@media (min-width: 750px) and (max-width: 1199px)  {
.footer-block.grid__item {
    width: 45%;
}
}


.footer-block__heading {
    font-size:24px !important;
}
@media (max-width: 1200px) {
.footer-block__heading {
    font-size:20px !important
}
}

.image-for-color-variant img {
    aspect-ratio: 1 !important;
    width: 44px;
    height: 44px;
    object-fit: cover;
}

@media (max-width: 749px) {
.image-for-color-variant img {
    width: 34px;
    height: 34px;
}
}

/* Kiwi size chart inline next to SIZE legend */
.variant-picker__legend--with-size-chart {
    display: flex;
    align-items: center;
    gap: 6px;
}

.kiwi-size-chart-inline {
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 6px;
}
