/** Shopify CDN: Minification failed

Line 843:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;600&display=swap');

/* .collection-main-body #product-grid .quick-add__submit{
  display:none;
}

.wishlist-engine{
  display:none;
} */

.cart__footer div.totals {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 0 11px;
    gap: 9px;
    max-width: max-content;
    margin-left: auto;
    text-align: right;
    min-width: 59%;
}

button.pointbuybtn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    height: 50px;
    /* margin-top: 10px; */
    cursor: pointer;
   position: relative;
}

.pointbuybtn .loading {
    background: transparent;
    left: -40px;
    top: 4px;
    width: 39px;
}

.pointbuybtn .loading svg {
    width: 100%;
    padding: 0;
}
.points-main h4 {
    color: #2e2e2e;
    border-top: 1px solid #ddd;
    padding-top: 17px;
    font-size: 18px;
}

.cart-item-p {
    font-size: 13px;
}

p.not_enough, .limit_rechd {
    text-align: right;
    color: #df1e1e;
}

p.login_notif {
    text-align: center;
    font-weight: 600;
}

button#notbuy {
    cursor: no-drop;
}

div#pointsection {
    width: 100%;
}

.cart-remov svg {
    height: 1.5rem;
    width: 1.5rem;
}
.cart-remov {
    padding: 8px 11px;
    height: 40px;
    margin-left: 6px;
    margin-top: 6px;
    cursor: pointer;
}
#main-cart-items .cart-item cart-remove-button {
    display: none !important;
}
.settingform {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 41px 20px;
}
.form-not {
    color: #1fb555;
}

.passwordformdiv {
    position: relative;
}
.reset-form-place form, .passwordformdiv form {
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 7px 0 16px;
}
.reset-form-place form input[type=text], .passwordformdiv form input[type=password]{
    height: 41px;
    border: 1px solid #ccc;
    padding: 11px 9px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
}
.reset-form-place form input[type="submit"], .passwordformdiv form input[type="submit"]{
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 11px 25px;
    border: 1px solid #000;
    cursor: pointer;
}

.headingtext h2 {
    font-weight: 600;
}

.loading {
    position: absolute;
    top: 35px;
    left: calc(50% - 40px);
    line-height: 1;
    background: #ffffffc7;
  visibility: hidden;
}

.loading svg {
    width: 74px;
    height: auto;
    padding: 13px;
    animation: mymove 500ms linear infinite;
}
form.setpointval {
    align-items: center;
}
@keyframes mymove {
  100% {transform: rotate(-180deg);}
}
form.setpointval input[type="submit"] {
    height: 41px;
}
.setpointval svg {
    width: 24px;
    height: auto;
}

.setpointval input[type=text] {
    width: 84px;
}

form#cart-notification-form {
    display: none;
}
div.points-main p {
    line-height: 1.2;
    margin-bottom: 9px;
}

.quantity__input {
    outline: none;
    box-shadow: none;
}

#progress-container {
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 6px;
   display: none;
}

#progress-bar {
    height: 11px;
    background: #4caf50;
    width: 0%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 0;
}


/*  My CSS StyleSheet */

header.heder {
    display: block;
}
.icon-design {
    display: flex;
    justify-content: space-between;
}
    .search-modal__content {
        padding:0rem;
    }
p.cust-serv-text {
    font-size: 12px;
      font-family: 'Poppins';
  color:#323232;
}
input.search__input.field__input {
    max-width: 100px;
    /* min-height: 29px; */
}
span.h2.uppercase-logo {
    font-size: 30px;
  color:black;
  text-transform:uppercase;
    font-weight: 900;
      letter-spacing: 0 !important;
}
input.search__input.field__input {
    max-width: 100px;
    background: white;
      height: 25px;
    color: black;
}
form.search.search-modal__form {
    background: white;
    color: black;
}
sticky-header.header-wrapper.color-scheme-4.gradient.header-wrapper--border-bottom {
    /* background: white; */
}
    .header:not(.drawer-menu).page-width {
        padding: 0;
        margin: 0;
        max-width: 100%;
      background:black;
    }
.icon-design {
    background: white;
  align-items:center;
}

.main-div {
    background: white;
}
.customer-service {
    width: 100%;
}
p.cust-serv-text {
    width: 100%;
}
.header__icons {
  width:50%;
      flex-direction: column;
      text-align: -webkit-right;
      row-gap: 9px;
}
.header__menu-item span {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 14px;
  text-transform:uppercase;
}
.icon-div {
    display: flex;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.register-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
p.icon-text {
    color: #323232;
    font-size: 12px;
    font-family: 'Poppins';
}
.icon-div {
    display: flex;
    justify-content: end;
    align-items: center;
    text-decoration: none;
  font-size:12px;
    font-family: 'Poppins';
  cursor:pointer;
      gap: 32px;
  /* justify-content: space-between; */
}
a{
  text-decoration:none;
}

.header__inline-menu .list-menu__item {
    display: flex;
    padding: 0px 13px 10px !important;
}
.icon-design {
    background: #fff;
    align-items: center;
  max-height:68px;
    letter-spacing: 0 !important;
}
.new-nav.page-width {
    /* margin-left: 90px; */
}
/* svg.icon.icon-caret {
    display: none;
} */
.banner--mobile-bottom .banner__box {
    padding: 4rem 1.5rem !important;
      /* margin-right: -222px; */
      margin-bottom: 82px;
  max-width:150px;
}
.banner__box{
  background:none;
}
h2.banner__heading.inline-richtext.h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins';
  line-height:1;
    /* font-weight: bolder; */
}
.banner__text.rte.subtitle {
    font-size: 11px;
    font-family: 'Poppins';
      margin-bottom: 15px;
    color: white;
      padding-top: 21px;
}
a.button.button--primary {
    background: #e95144;
    opacity: 1;
    color: white;
  transition:all 1s;
    font-weight: 800;
    font-size: 14px;
    padding: 15px 56px;
  cursor:pointer;
    font-family: 'Poppins';
}
.banner__content--bottom-right h2.banner__heading.inline-richtext.h1::after {
    content: "";
    position: absolute;
    background: white;
    width: 10%;
    height: 2.5px;
    /* bottom: 0; */
    right: 203px;
    top: 135px;
}
a.button.button--primary:hover{
  background:white;
  color:black;
}
.button:after{

}
.collection .title {
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins';
  position: relative;
  
}
.collection-brands img {
    max-width: 250px;
    min-height: 150px;
}
.collection-products {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
  padding-top:30px;
}
.new-collection {
    max-width: 1200px;
    text-align: center;
     margin: 0 auto;
}
h2.collection-tit {
    font-size: 25px;
    font-weight: 700;
    padding: 0 20px;
    font-family: 'Poppins';
  position:relative;
}
.new-one-page {
    padding: 35px 0px;
}
.card__heading {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
      text-transform: uppercase;
    font-size: 11px;
}
.card-information .price {
    font-size: 12px !important;
    margin: 0 0 13px;
    font-weight: 600;
    font-family: 'Poppins';
     text-align: center;
}
.caption-with-letter-spacing.light {
    text-align: center;
}
a {
    text-decoration: none;
    color: white;
}
p.card-desc {
    color: black;
    font-size: 12px;
    text-align: center;
}
p.card-desc {
    color: black;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-family: 'Poppins';
  
}
.card-info {
    text-align: center;
}
button.buy-btn {
    background: black;
    /* color: white; */
    padding: 11px 59px;
  margin-top:30px;
}
.collection-list a.full-unstyled-link {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
}
    .header--middle-left .header__inline-menu {
        margin-left: -13px;
          padding-top: 7px;
    }
span.icon-wrap {
    display: none;
}
button.buy-btn {
    background: #000;
    padding: 8px 59px;
    margin-top: 30px;
    font-size: 16px;
    font-family: 'Poppins';
  
    font-weight: 700;
}
h2#SectionHeading-template--22847461032231__collection_list_TgRzcD {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    font-family: 'Poppins';
}
.title-wrapper-with-link {
        align-items: center;
        justify-content: center;
    }
p.log-resigter a {
    color: #323232;
}
.header-flex {
    display: flex;
}
svg.icon.icon-cart {
    fill: black;
}
svg.icon.icon-wishlist.w-h- {
    fill: black;
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
.header-flex {
    display: flex;
    padding-left: 136px;
}
.collection__title.title-wrapper {
    margin-bottom: 2.5rem;
    padding: 0;
}
.icons-align {
    display: flex;
    /* gap: 6px; */
}
.header-wrapper.field {
    background: transparent;
    /* height: 46px; */
    box-shadow: 1px 2px grey;
    position: relative;
    width: 70%;
    display: flex;
      height: 2.4rem;
  
}
.field__button {
      height: 3rem !important;
      background: transparent;
    /* height: 46px; */
  padding:15px;
    box-shadow: 1px 2px grey;
}
.header__icons {
    width: 50%;
    flex-direction: column;
    /* padding-left: 86px; */
}
.footer__content-top {
    padding-bottom: 5rem;
    /* display: block; */
    /* display: flex !important;
      justify-content: space-between; */
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: flex;
  margin:0;
  padding:0;
    flex-direction: column;
}
.footer-block__details-content .list-menu__item {
    padding: 0 !important;
    font-size:12px !important;
  font-weight:400;
    font-family: 'Poppins';
  line-height:25px;
}
    .footer__content-top .grid {
        row-gap: 6rem;
        margin-bottom: 0;
        gap: 263px;
        /* display: flex; */
        /* justify-content: space-around; */
    }
.footer-block__newsletter {
    text-align: center;
    flex-grow: 0 !important;
}
    .footer-block--newsletter {
        flex-wrap: nowrap;
        justify-content: start !important;
    }
button#Subscribe {
    display: none;
}
.list-social__link {
    align-items: center;
    display: flex;
    padding: 0.5rem !important;
    color: rgb(var(--color-foreground));
}
h2.footer-block__heading.inline-richtext {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
  text-transform:uppercase;
    /* margin: 0; */
}
.main-div {
    background: #fff;
  padding-top:15px;
  padding-bottom:16px;
}
input.search__input.field__input {
    max-width: 100%;
    background: #ffff;
    color: #000;
    padding: 3px 10px;
  box-shadow: -1px -1px 2px 0px grey;
}
form.search.search-modal__form {
    background: #fff;
    color: #000;
    /* background-color: var(--search-bg-color); */
    /* border-bottom: 1px solid #e7e7e7; */
      /* box-shadow: 1px 1px 0px 1px grey; */
}
.search-modal__content {
    padding: 0 0 0 3rem !important;
}
.customer-service, p.cust-serv-text {
    margin: 0;
    width: 100%;
}
.header-flex {
    display: flex;
    padding-left: 136px;
    justify-content: center;
    align-items: center;
}

a.link.underlined-link {
    text-decoration: none;
    font-family: 'Poppins';
}
.buy-btn a {
  transition:all 1s;
}
.buy-btn a:hover{
  background:white;
  color:black;
}
h2.collection-tit{
  text-transform:uppercase;
}
h2.collection-tit::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
        height: 2.5px;
    background: black;
    max-width: 30%;
}
h2.collection-tit::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2.5px;
    background: black;
    max-width: 30%;
}
.collection .title {
  text-transform:uppercase;
}
.collection .title::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
        height: 2.5px;
    background: black;
    max-width: 30%;
}
.collection .title::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2.5px;
    background: black;
    max-width: 30%;
}
.collection-list-title::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: -260px;
    width: 100%;
        height: 2.5px;
    background: black;
    max-width: 100%;
}
.collection-list-title::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: -260px;
    width: 100%;
    height: 2.5px;
    background: black;
    max-width: 100%;
}
.collection-list-title{
  text-transform:uppercase;
}
.list-social__link {
    align-items: center;
    margin: 0 15px 15px 0;
    display: flex;
    padding: 1.1rem;
    color: rgb(var(--color-foreground));
    color: #282828 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px;
    border-radius: 62%;
    /* gap: 9px; */
    /* font-size: 12px; */
}
.policies {
    display: none !important;
}
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.paymetn-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
  gap: 11px;
}
.copyright__content {
    font-size: 12px !important;
}
.footer__column.footer__column--info {
    display: none;
}
span.header__active-menu-item {
    color: white;
}
summary.list-menu__item {
    padding-right: 2.7rem;
    color: white;
}
.header__menu-item span {
    font-family: Poppins;
    font-weight: 900;
    font-size: 14px;
    color: white;
  position:relative;
}
 .header-flex label.field__label {
    line-height: 8px !important;
    font-size: 12px;
    color: black;
    font-weight: 500;
    font-family: 'Poppins';
}
.newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    border: 1px solid;
}
span.h2.uppercase-logo:hover {
    color: black;
    background: white;
}
a.header__heading-link.link.link--text.focus-inset:hover {
    color: black !important;
}
.field:after{
  box-shadow:none;
}
h2.slider-title {
    font-size: 20px;
    font-weight: 900;
    padding: 0 20px;
    font-family: Poppins;
    text-align: center;
  text-transform:uppercase;
}
.slide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top:30px;
}

.header__menu-item span::after {
    content: "";
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    transition: 0.2s;
}
.header__menu-item span:hover{
	color: white !important;
}

    .header__menu-item span:hover::after {
	background-color: white;
	width: 100%;
}
.collection-list-wrapper h3.card__heading:hover {
    text-decoration: underline;
    /* padding-top: 5px; */
}


/* sheet chnages */
.customer-service, p.cust-serv-text {
    margin: 0;
    width: 100%;
    display: none;
}
.announcement-bar__message{
  font-weight:500;
  font-size:12px;
  font-family:'Poppins';
}

.paymetn-cards {
    display: none;
}
/* .footer-block:only-child:last-child{
  display: flex;
    flex-direction: column;
}
.footer-block__details-content{
  display: flex;
    flex-direction: column;
} */

/* Mega menu */
/* .mega-menu .mega-menu__list--condensed {
    display: grid !important;
      grid-template-columns: 25% 25% 25% 25% 25%; */
}
img.mega-img {
    max-width: 210px;
}
.mega-menu__list--condensed .mega-menu__link {
    /* font-weight: 400; */
    font-size: 12px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: 'Poppins';
  letter-spacing:0;
}
.header-flex form.search.search-modal__form {
    max-width: 160px !important;
  background:transparent;
}
.register-login {
    display: flex;
    justify-content: center;
    align-items: center;
}
.marcas ul.mega-menu__list.page-width.mega-menu__list--condensed {
    padding: 13px 0 12px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    max-width: 116rem;
    width: 100%;
}
div#MegaMenu-Content-3 {
      display: flex;
     padding: 11px 127px 40px 111px;
}
.mega-txt img {
    max-width: 220px;
      margin-top: 16px;
}
.marcas.mega-menu__list {
    display: grid;
    gap: 2.8rem 4rem !important;
}
.productos ul.mega-menu__list.page-width.mega-menu__list--condensed {
    display: flex !important;
}
.productos.nav-collection_image {
    margin-top: 12px;
}
img.nav-child-link-image {
    /* width: 100%; */
}
img.nav-child-link-image {
    /* width: 100%; */
    max-width: 100%;
    /* min-height: 210px; */
    margin-top: 15px;
}
div#MegaMenu-Content-2 {
    padding: 25px 0 12px;
}

.customer.account {
    padding-left: 5px;
    padding-right: 5px;
}
.customer button {
    margin: 4rem 0 1.5rem;
    color: white;
}
.card-wrapper.product-card-wrapper .card__content .quick-add {
    position: absolute;
    transform: translateY(-20px);
    width: 100%;
    visibility: hidden;
    opacity: 0;
   transition: all 300ms;
}
.card-wrapper.product-card-wrapper:hover .card__content .quick-add {
    visibility: visible;
    opacity: 1;
    transform: translateY(-46px);
}
.cart-count-bubble{
      background-color: #ffe5e8;
  height:2.5rem;
  width:2.5rem;
      padding: 5px;
}
.header__icon span {
  font-size:11px;
}
.cart__warnings a.button {
    color: white;
}
.quick-add__submit .loading{
  position:static !important;
}
.button.loading {
    color: transparent;
    position: static !important;
}
img.nav-child-link-image.dcdfdff {
    max-height: 270px;
}
    .page-width--narrow{
 max-width: 120.6rem !important;
    }

.product-point {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    display: block;
    padding: 0px 0 14px;
    margin-top: -11px !important;
}

.prod_d {
    margin: 0;
    padding: 50px 0 0;
}

.product__info-wrapper .product__title h1 {
    font-size: 20px;
    font-weight: 600;
}
.prodesc-titl {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 33px;
}
.product__info-wrapper .price {
    font-weight: 600;
}

.product__info-wrapper {
    font-size: 12px;
}

h3.sectin-titl {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.prodesc {
    font-size: 12px;
}

.related-products__heading {
    margin: 0 0 3rem;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
product-recommendations {
    border-top: 1px solid #d9d9d9;
}

.cart-item__name {
    font-size: 12px;
    font-weight: 600;
}
a.button.cartbtn {
    width: 100%;
}
.cart-drawer .cart-item__totals * {
    font-size: 12px;
    font-weight: 600;
}

.cart-drawer .totals {
    max-width: 100%;
}

.cart-drawer .totals p.totals__total-value {
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb a:hover {
    color: #000;
}
.breadcrumb {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 3px;
}
.breadcrumb span.separate svg {
    width: 9px;
    height: 10px;
    position: relative;
    top: 0px;
}

.breadcrumb * {
    font-size: 12px;
    color: #898989;
    font-weight: 400;
      text-decoration: none;
}

.header__menu-item .icon-caret {
    display: none;
}

.predictive-search__result-group:first-child {
    display: none;
}
.predictive-search__item-heading {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.header-flex label.field__label {
    left: 11px;
}

.filtermenu ul a {
    color: #000;
    font-size: 12px;
   position: relative;
  display: inline-block;
    transition: all 300ms;
}
.filtermenu {
    margin-bottom: 19px;
}
a.curentpage {
    transform: translateX(18px);
}
.facets__summary span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-flex input.search__input.field__input::placeholder {
 
  opacity: 1; /* Firefox */
    font-size: 12px;
    font-weight: 500;
}
.header-flex input.search__input.field__input {
    font-size: 12px;
}
.reset__button {
    top: -1px;
}

.filtermenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filtermenu ul a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' style='fill: %23adadad'%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 6px;
    height: 6px;
    visibility: hidden;
    opacity: 0;
}


.filtermenu ul li:hover a {
    transform: translateX(18px);
}

.filtermenu ul a.curentpage:after {
    opacity: 1;
    visibility: visible;
    left: -18px;
}

.filtermenu ul li:hover a:after {
    visibility: visible;
    opacity: 1;
    left: -18px;
}

.quick-add__submit {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
   transition: all 400ms;
}

.quick-add__submit:hover {
    background: #000;
    color: #fff;
}

.product-card-wrapper .wishlist-engine {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.wh-pro-meta h3, .wihslist-meta h3 {
    margin: 0 0 12px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

span.wishlist-h-count.wishlist-total-count {
    color: #fff;
    background: #000;
    width: 18px;
    font-size: 11px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    margin-right: -11px;
    margin-top: -4px;
}

.slideshow__controls.slideshow__controls--top {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}
.slideshow__autoplay.slider-button, .slider-counter.slider-counter--dots {
    display: none !important;
}
.slideshow__controls {
    border: none !important;
}
.collectionbread {
    margin-top: 24px;
}
.contactTowcol {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 60px;
}
.subhed {
    font-size: 12px;
    margin-bottom: 27px;
}
.contact-address, .contact-store {
    line-height: 2;
    color: #000;
}
.contact-address {
    margin-top: 18px;
       border-bottom: 1px solid #ccc;
}
.contect_right {
    font-size: 12px;
}

.contect_right a {
    color: #000;
}

.contact-address address {
    font-size: 12px;
    font-style: normal;
}
.contact-store svg {
    display: inline-block;
    vertical-align: middle;
}

p.log-register a {
    color: #000;
}
.log-register svg {
    width: 22px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.terms-container * {
    font-size: 12px;
    font-weight: 600;
    color: #464646;
    line-height: 1;
}

.terms-container input#terms {
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
}
.terms-container a:hover {
    color: #000;
}

.btn-disable {
    cursor: not-allowed !important;
    pointer-events: none;
}


.cart__ctas {
    position: relative;
}

.btn-disable-over {
    position: absolute;
    inset: 0;
    background: #ffffffc9;
    z-index: 9;
}

.terms-container input#terms.highlight {
    box-shadow: 0px 0px 6px 1px #ff0303;
    border-color: #ff0303;
}
.terms-container a {
    color: #00b97f;
}

.quantity__input {
    font-size: 13px;
}

#main-cart-items input#Quantity-1 {
    min-width: 25px;
}
cart-items h1.title.title--primary {
    font-size: 22px;
}

predictive-search .spinner {
    width: 1.5rem;
    height: 1.5rem;
}

.customer>h1, .customer__title {
    font-size: 22px;
}
.footer__content-bottom {
    display: none;
}

.wishlit a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.reset-password .field {
    display: block;
}

.reset-password .field:after {
    display: none;
}

.template-search__search label.field__label {
    display: none;
}

.card-point {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-top: -8px !important;
}

.premium-bubl {
    font-size: 1rem;
    background: #000000;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
}

.premium-bubl-card {
    font-size: 1.1rem;
    background: #000000;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.premium-bubl-singl {
    display: inline-block;
    font-size: 1.1rem;
    background: #000000;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff !important;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

p.extraB {
    color: #0abb2d;
}

.premium-bubl.premium, .premium-bubl-singl.premium, .premium-bubl-card.premium {
    background: #57cc57;
    color: #ffffff;
}

.wishlist-hero-list-card-footer-delete {
    margin: 0 !important;
    padding-right: 3px !important;
    min-width: auto !important;
}

.MuiButtonGroup-fullWidth {
    justify-content: center;
    padding-left: 23px;
}

p.icon-text a {
    color: #323232;
}

.mobil-searc svg {
    width: 26px;
    height: auto;
}

.search-modal__content label.field__label {
    top: 5px !important;
    color: #a1a1a1;
}

.search-modal__content .field__input:focus~.field__label{
  opacity: 0;
}





@media(min-width: 1920px){
  
.MuiGrid-grid-xl-2 {
    max-width: 25% !important;
    flex-basis: 25% !important;
}
  
}


@media(min-width: 750px){
  .announcement-bar-section {
    position: sticky;
    top: 0;
}

    .slider.slider--mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem;
    }

    .thumbnail-slider .thumbnail-list.slider {
          display: flex;
          padding: .5rem;
        flex: 1;
        scroll-padding-left: .5rem;
    }

    .slider.slider--mobile .slider__slide {
        margin-bottom: 0;
        padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
        padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
    }

    .thumbnail-list__item.slider__slide {
        width: calc(20% - .6rem);
    }
    .product__media-wrapper .slider-mobile-gutter .slider-button {
        display: block !important;
    }
    .thumbnail-slider {
        display: flex;
        align-items: center;
    }

.icons-align svg.icon.icon-cart-empty {
    display: none;
}
.icons-align #cart-icon-bubble svg.icon.icon-cart {
    display: none;
}

.cart-count-bubble {
    left: 1.2rem;
}

.main-page-title, .collection-hero__title {
    margin-bottom: 0rem !important;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}


.mobil-searc {
    display: none;
}
  
  
}




