/** Shopify CDN: Minification failed

Line 68:15 Expected ":"
Line 248:11 Expected ":"
Line 248:13 Expected identifier but found "2px"

**/
/* Custom CSS for DAWN theme */


/* FONTS */

@font-face {
    font-family: 'Helvetica-BOLD';
    src: url('{{ "HelveticaLTStd-Bold.woff2" | asset_url }}') format('woff2'),
        url('{{ "HelveticaLTStd-Bold.woff" | asset_url }}') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-REGULAR';
    src: url('{{ "HelveticaLTStd-Roman.woff2" | asset_url }}') format('woff2'),
        url('{{ "HelveticaLTStd-Roman.woff" | asset_url }}') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



 .site-hider {
    position: fixed;
    width: 100vw;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    z-index:100000;
    top: 0;
    left: 0;
 }

.sh-inner {
    width: 100%;
    max-width:500px;
    background: url(/cdn/shop/files/daisy-street-logo_6c530d85-3097-4d3b-861c-86f384a4c65d.svg?v=1758847095) no-repeat center 0 / 90%;
    font-size:2em;
    text-align: center;
    padding: 90px 25px 0;
    font-family: 'Helvetica-BOLD', sans-serif !important;
 }


@media (max-width: 767px) {
.sh-inner {
    padding: 70px 25px 40px;
    font-size:1.5em;
}
}



body {
    font-family: 'Helvetica-REGULAR', sans-serif;
    font-weight 400;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0em;
    display: block;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Helvetica-BOLD', sans-serif !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: -0.05em !important;
    }

h1 {
    font-size: 4em;
    line-height: 1em;
    }
h2 {
    font-size: 4em;
    line-height: 1.1em;
    }
h3 {
    font-size: 1.6em;
    }


p {
    color: #2d2d2d;
}

body li {
    list-style: none; 
    color: #2d2d2d; 
}
 
body input, body textarea, body select {
    border: 1px solid #2d2d2d;
    background-color: white;
    color: black;
    max-width: 100%;
    border-radius: 0px;
    line-height: 50px;
    padding: 0 15px;
    min-height: 50px;
}

body textarea, select {
    line-height: 1.2em;
    padding: 10px 15px;
    min-height: 150px;
}




/* General */

#MainContent {
    padding:0 0px;
}

.page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex-apart { 
    display: flex;
    justify-content: space-between;
}

.flex-vert { 
    display: flex;
    align-items: center;
}

.flex-row .fb-1-2 {
    flex: 0 0 50%;
}

body .grid {
    column-gap: 2px; 
} 

body .grid--4-col-desktop .grid__item {
    width: calc(25% - 2px * 3 / 4);
}

body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
    color: #000;
}




/* BTNS */

body .button, 
body .button-label, 
body .shopify-challenge__button, 
body .customer button {
    text-transform: uppercase !important;
    font-size: 1em !important;
}

.button::after,
.button::before {
    display: none !important;
}

body .button--secondary {

}
body .button--primary {

}
 
















/* HEADER */

.header-left {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-left .top-header-links {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 20px;
}

body .header__heading-logo-wrapper { 
    margin-top: 0;
}

.header__heading, .header__heading-link {
    width: 100%;
    padding: 0;
    margin: 0 10px 0 17px !important;
    max-width: 155px;
    display: block;
}

.header__heading-logo {
    width: 100%;
}

.header-left .top-header-links a {
    text-transform: uppercase;
    color: #2d2d2d !important;
    font-size: 1em;
    text-decoration: none !important;
    display: block;
    padding; 2px;
    margin: 0 17%;
    letter-spacing: 0;
    text-wrap: nowrap;
}

.header-left .top-header-links a.sale {
    color: #bb3939 !important;
}

.header-left .top-header-links a.miffy { 
    padding: 5px 0 5px 28px;
    background: url(/cdn/shop/files/miffy-logo.jpg?v=1755043261) no-repeat 0 center / contain;
}

.header-wrapper--border-bottom {
    border: none !important;
}

.header__icons .header__icon {
    margin-left: 20px;
}

.header__icons .header__icon .svg-wrapper {
    width: 20px;
    height: 22px; 
}

.header__icons .header__icon.header__icon--cart .svg-wrapper {
    width: 38px;
    height: 38px; 
}




/* Navigation Drawer */

.menu-drawer__utility-links {
    display: none !important;
} 


body .menu-drawer-container .icon-hamburger-custom-close,
body .menu-drawer-container.menu-opening .icon-hamburger-custom {
    display: none;
}

body .menu-drawer-container.menu-opening .icon-hamburger-custom-close {
display: block;
}

body .menu-drawer__menu-item { 
    font-size: 1.1em;
    text-transform: uppercase;
}

body .menu-drawer__close-button,
body .menu-drawer__close-button:hover {
    margin-top: 0;
    padding: 1.2rem 2.6rem 1.2rem 3rem; 
    font-size: 1.1em; 
    background-color: #2d2d2d !important; 
    color: #fff !important;
    text-transform: uppercase;
}

.menu-drawer__menu-item>.svg-wrapper,
body .menu-drawer__close-button .svg-wrapper { 
    width: 21px !important;
} 














/* HOMEPAGE */

.utility-bar--bottom-border {
    border-bottom: none;
    background: #2d2d2d !important;
}

.page-width.utility-bar__grid {
    padding: 0 !important;
}
 
.announcement-bar__message { 
    padding: 4px 0; 
    letter-spacing: 0;
    min-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
}

body .banner__buttons {
    margin: 7px 0 0 !important;
}

body .banner__buttons .button {
    color: #fff;
    padding: 3px 0 !important;
    border: none !important;
    height: auto;
    line-height: 1em;
    display: block;
}

body h2.banner__heading {
    font-size: 6em;
    line-height: 0.7;
}

body .banner__content.banner__content--bottom-center {
    display: flex;
    justify-content: start !important;
    align-items: center !important;
    padding: 0;
    margin: 0;
}

body .banner__content .banner__box.content-container {
    text-align: left;
    padding: 0 0 0 3%;
}



/* cust top banner */

.bg-switch-section {
  position: relative;
  height: 91vh;
  overflow: hidden;
  color: #fff;
  width: 100%;
  display: flex;  
  width:100%;  
  align-items: center;
  justify-content: start;
}

.bg-switch-section__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.bg-switch-section__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-switch-section__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

body .bg-switch-section__video--desktop,
body .bg-switch-section__image--desktop {
    display: block;
  }

body .bg-switch-section__video--mobile,
body .bg-switch-section__image--mobile {
  display: none;
}

@media (max-width: 767px) {
  body .bg-switch-section__video--desktop,
  body .bg-switch-section__image--desktop {
    display: none;
  }
  body .bg-switch-section__video--mobile,
  body .bg-switch-section__image--mobile {
    display: block;
  }
}

.bg-switch-section__overlay {
  position: relative;
  z-index: 2;  
  text-align: left;
  margin-left: 4%;
}
 
.bg-switch-section__overlay h2 {
  font-size: 6em;
    line-height: 0.8;
    color: #fff;
    margin: 0;
    padding: 0;
}

.bg-switch-section__link {
  color: #fff;
    padding: 3px 0 !important;
    border: none !important;
    height: auto;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
}

.bg-switch-section__link:hover {
  text-decoration: none;
}


 
 
.four-image-links__wrapper {
  border-top: #fff 2px solid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.four-image-links__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.four-image-links__item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.four-image-links__item h4 {
  position: absolute;
  bottom: 15px;
  left: 20px;
color: #fff;
font-size: 1.6em;
margin: 0;
padding: 0;
}

.sngl-img-home,
.single-media-block__link,
.two-image-links {
    border-top: #fff 2px solid; 
}
 
.two-image-links__wrapper {
  display: flex; 
  justify-content: space-between;
  height: 85vh;
}

.two-image-links__container {
  display: flex;
  justify-content: start;
  align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
.two-image-links__container:after {
    position: absolute;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
*/

.two-image-links__container.block-one {
  flex: 0 0 67%;
  border-right: #fff 2px solid;
}

.two-image-links__container.block-two {
  flex: 0 0 33%; 
}

.two-image-links__overlay {
    margin-left: 40px;
    z-index: 5;
}

.two-image-links__overlay h2 { 
    color: #fff;
    margin: 0;
    line-height: .8em;
}

.two-image-links__link {
  color: #fff;
    padding: 3px 0 !important;
    border: none !important;
    height: auto;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
}

.two-image-links__link:hover {
  text-decoration: none;
} 

.two-image-links__container {
  position: relative;
  overflow: hidden;
}

.two-image-links__image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.two-image-links__image--mobile {
  display: none;
}



 
.single-image-block .sngl-img-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height: 100vh;
    position: relative;
}

.sngl-img-home-ds-logo {
    background: url(/cdn/shop/files/daisy-street-logo-w.svg?v=1755052284) no-repeat center / contain;
    width: 100%;
    max-width: 800px;
    height: 200px;
    z-index: 10;
}

.sngl-img-home__image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  display: block ;
}
  
.sngl-img-home__image--mobile {
  display: none !important;
}
 
  /* Hide mobile version by default */
  .single-media-home__image--mobile-2,
  .single-media-home__video--mobile-2 {
    display: none;
  }


  
  .single-media-block__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .single-media-home__video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .single-media-home__image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* adjust ratio if needed */
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 767px) {
    .single-media-home__image {
    padding-bottom: 100%; /* adjust ratio if needed */ 
  }
}









/* CATEGORY */

.facets__heading,
.facet-filters__label,
.product-count {
    display: none !important;
}

body .collection-hero__title {
    margin: 1.5rem 0;
    font-size: 2.5em;
    text-align: center;
}

body .facets__summary {
    color: #2d2d2d;
    font-size: 1.1em;
    padding: 0 1.75rem 0 0;
    margin-bottom: 0;
}
body .facets__form { 
    gap: 0;
}

body .collection .grid {
    column-gap: 2px;
    row-gap: 2px;
    margin-top: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

body .grid--4-col-desktop .grid__item,
body .grid--3-col-desktop .grid__item {
    /*width: calc(33.33% - 2px * 2 / 3);*/
    width: 100% !important;
    max-width: 100%;
}

body .media > img { 
    transition:opacity .9s ease !important; 
}

body .card__information {
    padding-bottom: 10px;
    padding-top: .6em;
    padding-left: 10px !important;
}

body .card__heading {
    font-size: 1em;
    letter-spacing: 0 !important;
    text-decoration: none;
}

body .card__heading a { 
    text-decoration: none !important;
}

body .price {
    font-size: 1em;
    letter-spacing: 0;
    margin-top: .3rem;
}

body .badge {
    font-family: 'Helvetica-BOLD', sans-serif !important;
    border: none;
    font-size: 0.95em;
    letter-spacing: 0.05em;
    padding: 3px 0 0 5px;
    background-color: transparent;
    text-transform: uppercase;
    color: #2d2d2d;
}

body .card__badge.right {
    justify-self: start;
}

body .badg-col-Sale {
    color: #bb3939 !important;
}

body .badg-col-Sold { 
}

body .facets-container {
    padding-top: 0;
}

body .facets__disclosure {
    margin-right: 3.5rem;
    margin-top: 5px;
}

body .facets__summary .icon-plus {
    width: 14px;
    height: 14px;
    margin: 0 0 2px 7px;
}

body .facet-top-lev {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .facets-layout-list--text input[type=checkbox] {
    border: none;
    background-color: transparent; 
    line-height: 1em;
    padding: 0;
    min-height: auto;
}

body .facets__display {
    border: #000 1px solid;
}

body .facets__header {
    border-bottom: #000 1px solid;
}

body .active-facets__button--light .active-facets__button-inner {
    box-shadow: none !important;
    font-size: .9em !important;
    padding: .20rem 1.25rem .25rem !important;
}

body .active-facets__button {
    border: #000 1px solid;
}

body .active-facets__button-remove {
    background-color: #000 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    text-decoration: none !important;
}

body .select .svg-wrapper, 
body .customer select+.svg-wrapper {
    height: 18px;
    width: 18px; 
    position: absolute;
     top: 2px;
    right: 0;
}

body .facet-filters__field .select {
    width: auto; 
}

body .select .svg-wrapper {
    width: 18px;
    height: 18px;
}

body .select .icon-caret {
    width: 16px;
}


body .facet-filters { 
    box-shadow: none !important;
    border: #000 1px solid;
    padding: 5px 10px 5px 15px !important;
}

body .facet-filters__sort, 
body .facet-filters__sort:hover,
body .facet-filters__sort:focus,
body .select__select:focus {
    box-shadow: none !important;
    border: none !important; 
    color: #000;
        outline: none;
}

body .collection-video {
    max-width: 110% !important;
    height: auto !important;
    width: 110% !important;
 }

body .card__media,
body .card--card.gradient, body .card__inner.gradient { 
    background-color: transparent !important;
}

body .facets-container { 
    padding: 0 25px;
}







/* PRODUCT */
body .product--thumbnail_slider .thumbnail-slider .slider-button,
body .product__media-wrapper .slider-button:disabled,
.thumbnail__badge,
.color-pill,
.slider-counter,
.product-form__input .form__label,
.product__modal-opener .product__media-icon,
.product__tax.caption,
.price-per-item__container { 
    display: none !important;
}

body .pp-badge-holder {
    width: 100%;
    margin-top: 14px;
}

body .pp-badge-holder .badge {
    color: #2d2d2d;
    font-size: .9em;
}

body .prod-wrapper {
    padding-top: 0 ;
}

body .product__info-wrapper {
    padding: 5em 25px 2em;
}

body .product__info-container {
    max-width: 500px;
    margin: 0 auto;
}

body .product-form__buttons {
    max-width: 100%;
}

body .product__title h1 {
    font-size: 2.5em;
}

body .product .price__container {
    margin: 1.5em 0;
}

body .product__info-container .price {
    font-size: 1.3em;
}

body .product-form__input--pill input[type=radio]+label { 
    background-color: rgb(var(--color-background)); 
    border-radius: 0;  
    margin: .7rem .5rem .2rem 0;
    padding: 7px 5px;
    font-size: 1em;
    letter-spacing: 0; 
    min-width: 100px;
}

body .product-form__buttons .product-form__submit {
    background: #2d2d2d;
    color: #fff;
    height: 50px;
}

body .slider-buttons {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: -20px;
}

body .slider-buttons .svg-wrapper { 
    width: 40px;
    height: 40px;
}

body .slider-button .icon {
    height: 40px;
}

body .slider-button .icon path {
    fill: #fff;
}

body .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: 70px;
    bottom: 0;
    left: 0;
    height: auto;
    flex-direction: column;
    z-index: 1000;
}

body .slider.slider--tablet-up {
    width: 70px;
    flex-direction: column;
    border: #fff 1px solid;
    padding: 0 !important;
    grid-gap: 0;
}
body .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 70px !important;
    height: 100px;
}



body .thumbnail {
    box-shadow: none !important;
    border-width: 0 0 1px 0 !important; 
    border-color: #fff !important; 
    border-style: solid !important;
}

.product-accordion,
body .accordion {
    margin-top: 2.5rem;
    margin-bottom: 0; 
    border-top: #2d2d2d 1px solid;
}


body .accordion__title {
    font-family: 'Helvetica-REGULAR', sans-serif !important; 
    min-height: 2rem; 
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.03em !important; 
}

.product-accordion .h4 {
    font-family: 'Helvetica-REGULAR', sans-serif !important; 
    min-height: 2rem; 
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.03em !important;
    background: url('icon-chevron-down.svg') no-repeat 100% center / 18px;
    padding: 6px 0;
}

.product__accordion:open .h4 {
    background-image: url('icon-chevron-up.svg');
}
body .product__accordion .accordion__content {
    padding: 0 0 20px;
}




.product__accordion {
    border-bottom: #2d2d2d 1px solid;
}
body .accordion summary { 
    padding: 2rem 0;
}

body .accordion summary .icon-minus,
body .accordion summary .icon-plus { 
    width: 18px;
    height: 18px;
}

body .product__accordion .icon-minus,
body .product__accordion details[open] .icon-plus {
    display: none;
}

body .product__accordion  details[open] .icon-minus {
display: block;
}

body .related-products__heading {
    margin: 0 0 5px 10px;
    font-size: 2em;
}

body .rv-grid,
body .related-products .grid {
    padding-top: 0;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

body .card-information >.price {
    margin-top: 0 !important;
}

body .product__media-wrapper .slider-button { 
    width: 50px;
    height: 50px; 
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left:10px;
    z-index:1000;
}

body .product__media-wrapper .slider-button.slider-button--next { 
    right:10px;
    left: auto;
}

body .product__media-wrapper .slider-button .svg-wrapper {
width: 50px;
height: 50px;
}








/* BASKET CHECKOUT */

body .drawer__inner { 
    border: none; 
}

body .drawer__heading {
    margin: 0 0 1rem;
    font-size: 2em;
}

body .cart-drawer .cart-items th {
    font-family: 'Helvetica-BOLD', sans-serif !important;
    border-bottom: none;
    text-transform: none;
    font-size: 1.1em;
    letter-spacing: 0;
}

body .drawer__footer {
    border-top: 5px solid #000;
    padding: 1.5rem 0;
}

body .totals__total { 
    letter-spacing: 0 !important;
}




/* PAGES */

body .page-width--narrow {
    max-width: 1200px !important;
    width:100% !important;
    padding: 5em 25px 8em;
    text-align: center
}

body .page-width--narrow h1 {
    font-size: 3em;
}

body .page-width--narrow h2 {
    font-size: 2.5em;
}

body .page-width--narrow h3 {
    font-size: 2em;
}

body .page-width--narrow h4 {
    font-size: 1.5em;
}

body .contact.page-width {
    max-width: 800px !important; 
    padding-top:0;
}

body .field__input::placeholder {
    font-size: 1em;
}

body .field__label, 
body .customer .field label {
    font-size: 1em;
    color: #000;
}

body .contact__button {
        margin-top: 2rem;
}
body .contact__button .button {
    width: 100%;
}

input:hover,
textarea:hover,
.field__input:focus, 
.select__select:focus, 
.customer .field input:focus, 
.customer select:focus, 
.localization-form__select:focus.localization-form__select:after,
.field__input:focus-visible, 
.select__select:focus-visible, 
.customer .field input:focus-visible, 
.customer select:focus-visible, 
.localization-form__select:focus-visible.localization-form__select:after {
    box-shadow:none !important;
}






/* FOOTER */

.policies li:nth-child(1),
.policies li:nth-child(2),
.footer__localization h2,
.policies li:before {
        display: none !important;
}

body .footer {
    border-top: #fff 2px solid !important;
    border-left: #fff 0px solid !important;
    border-right: #fff 0px solid !important;
}

body .footer-row {
    background: #efefef;
    padding: 4em 3% 2em;
}

body .fb-1-2.newsletter-holder {
    display:flex;
    align-items: center;
}
 
body .footer-block--newsletter {
    display: block !important;
    margin-bottom: 2em;
    padding-right: 30px;
}

body .footer-block--newsletter .newsletter-title {
    font-size: 3em;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

body .newsletter-form__button { 
    background: #2d2d2d !important;
    padding: 0 15%;
    color: #fff;
    text-transform: uppercase;
    width: auto !important;
}
 
body .newsletter-form__field-wrapper,
body .newsletter-form {
    max-width: 100% !important;
}

body .footer-block--newsletter .list-social {
    justify-content: start;
    margin-top: 15px;
    margin-left: -12px;
}

body .list-social__item .icon {
    height: 27px;
    width: 27px;
}

body .footer__list-social .svg-wrapper { 
    width: 30px;
    height: 30px;
}

body .footer__content-bottom {
    border-top: none !important;
    padding-top: 0 !important;
}

body .footer__content-bottom-wrapper { 
    justify-content: space-between;
}

body .footer__localization { 
    width: auto  !important;
}

body .disclosure .localization-form__select {
    background: transparent;
    padding: 0;
}
 
body .localization-form__select:after { 
    border-width: 0 0 1px 0; 
    border-color: #2d2d2d;
    border-style: solid;
    box-shadow:none !important; 
}

body .disclosure .localization-form__select { 
    background: transparent;
    padding: 0 15px 0 0;
}

body .localization-form__select .icon-caret { 
    right: 0; 
}

body .localization-form:only-child { 
    margin: 0;
}

body .footer__column--info {
    align-items: start;
}

body .list-payment__item { 
    padding: 0.3rem;
}

body .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 0.9em;
    text-transform: none;
    color: #2d2d2d;
    margin: 0 0 2px;
    padding: 0 0;
}

body .footer-block__heading { 
    margin-bottom: 1.5rem;
    font-size: 0.9em !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

body .footer-links-holder {
    margin: 0 !important;
}

body .footer__copyright { 
    margin: 1em 0;
    padding: 0 25px;
    width: 100%;
}

body span.copyright__content,
body .footer__copyright a {
    text-transform: uppercase; 
}

body .list-payment {
        padding-right: 20px;
}

body .policies li { 
    margin-right: 20px;
}













/* RESPONSIVE ------------------------------------------------------------------------------------------------------------------------------------------- */



@media (max-width: 1250px) {

    body .header-left .top-header-links a {
        margin: 0 12%;
    }
    body .header__icons .header__icon {
        margin-left: 10px;
    }

}




@media (max-width: 990px) {

    body .custom-header-html.top-header-links {
        display: none !important;
    }

    body .header__heading-logo-wrapper { 
    width: 150px;
    }

    .header-left {
    display: block;

    }

    .header__heading-link {
    margin: 0 !important;
    }

    .sngl-img-home-ds-logo { 
    width: 80%;
    max-width: 100%; 
}

body .footer-row { 
    padding: 4em 3% 2em;
    display: block;
}
    

}




@media (max-width: 769px) {

    body .product__media-wrapper .slider-button {
        display: none !important;
    }

    body .header__icons .header__icon {
        margin-left: 10px;
    }

    body .header {
        padding: 6px 0 6px 30px;
    }

    body #MainContent {
        padding:0 0px;
    }

    body .custom-header-html.top-header-links {
        display: none !important;
    }

    body .header__icons .header__icon {
        margin-left: 10px;
    }

    body .header__icons { 
    width: 120px;
    }

    body .four-image-links__wrapper {
    grid-template-columns: repeat(2, 1fr);
    }

    body .two-image-links__wrapper {
    display: block;
    height: auto;
}
body .two-image-links__container.block-one { 
    border-right: none;
    height: 80vh;
}

body .two-image-links__container.block-two { 
    border-right: none;
    height: 80vh;
} 

body .single-image-block .sngl-img-home {
    height: 60vh;
}

.bg-switch-section__overlay h2 {
    font-size: 5em; 
}

body .collection .grid {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
}

body .grid--3-col-desktop .grid__item {
    /*width: calc(50% - 10px * 2 / 3);*/
}

body .mobile-facets__open-label {
    text-transform: none !important;
    color: #2d2d2d !important;
    font-size: 1.1em !important;
}

body .product__info-wrapper {
    padding: 1em 0 2em;
}

body .product__info-container {
    max-width: 100%;
    padding: 0 25px;
}

body .grid--4-col-desktop .grid__item {
    width: calc(50% - 10px * 3 / 4);
}
body .grid {
    column-gap: 2px;
}

body .related-products,
body div#recently-viewed-container {
    padding: 0 25px;
}


body .footer-block--newsletter .newsletter-title {
    font-size: 2.2em; 
}

.footer-block.grid__item { 
        text-align: center;
}

body .footer-block--newsletter .list-social {
    justify-content: center;
}

body .footer-block--newsletter { 
    padding-right: 0;
}

body .footer__copyright { 
    display: block;
}

body .footer__localization { 
    width: 100%  !important;
}

body .list-payment {
        padding-right: 0px;
}

body .footer__payment {
    width: 100%;
}
body .fb-1-2.newsletter-holder { 
    justify-content: center;
}

body .facets-container { 
    padding: 0 15px;
}

body .rv-grid,
body .related-products .grid { 
    grid-template-columns: repeat(2, 1fr);
}




    

}








@media (max-width: 450px) {

body .product__info-container {
    padding: 0 15px;
}


body .related-products,
body div#recently-viewed-container {
    padding: 0 15px;
}

body .related-products__heading {
    margin: 0 0 5px;
    font-size: 1.7em;
}

body .product__title h1 {
    font-size: 2em;
}

body .product .price__container {
    margin: 0 0 1em;
}

.bg-switch-section__overlay h2 {
    font-size: 4em; 
}

h2 {
    font-size: 3em; 
}

body .card__heading {
    font-size: .85em;
}

body .card-information .price {
    font-size: .9em; 
}


}









