/** Shopify CDN: Minification failed

Line 473:0 Unexpected "}"

**/
@font-face {
  font-family: 'Dleg Strikeout';
  src: url('/cdn/shop/files/STRIKEOUT.OTF?v=1782156654') format('opentype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* REGLAGES TYPOGRAPHIQUES - ORDINATEUR */
:root {
  --dleg-page-width: 1600px;
  --dleg-page-gutter: clamp(16px, 3vw, 48px);
  --dleg-font-navigation: 14px;
  --dleg-font-hero: 60px;
  --dleg-font-section-title: 48px;
  --dleg-font-collection: 32px;
  --dleg-font-featured-title: 48px;
  --dleg-font-card-collection: 13px;
  --dleg-font-product-title: 48px;
  --dleg-font-card-title: 20px;
  --dleg-font-price: 27px;
  --dleg-font-body: 16px;
  --dleg-font-footer-heading: 18px;
  --dleg-font-footer-body: 14px;
}

@media screen and (max-width: 749px) {
  :root {
    --dleg-font-navigation: 12px;
    --dleg-font-hero: 40px;
    --dleg-font-section-title: 32px;
    --dleg-font-collection: 24px;
    --dleg-font-featured-title: 32px;
    --dleg-font-card-collection: 11px;
    --dleg-font-product-title: 36px;
    --dleg-font-card-title: 18px;
    --dleg-font-price: 22px;
    --dleg-font-body: 15px;
    --dleg-font-footer-heading: 17px;
    --dleg-font-footer-body: 14px;
  }
}

body {
  font-size: var(--dleg-font-body);
}

.page-width,
#MainContent .page-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--dleg-page-width);
  padding-inline: var(--dleg-page-gutter);
}

/* HEADER */
.header__menu-item {
  color: #000;
  font-family: Inter;
  font-size: var(--dleg-font-navigation);
  font-weight: 800;
  text-transform: uppercase;
}

li.disclosure__item, .menu-drawer__menu-item, .menu-drawer__account, .disclosure__button {
  text-transform: uppercase !important;
}

.js .menu-drawer {
  margin-top: 25px;
  border-radius: 25px 25px 0 0;
}

.banner__heading,
.slideshow .banner__heading {
  color: #ffffff !important;
  font-family: 'Dleg Strikeout', sans-serif !important;
  font-size: clamp(40px, 4vw, var(--dleg-font-hero)) !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.full-unstyled-link {
  text-decoration: none;
  color: rgb(176 36 36);
  display: block;
}

.card-wrapper {
  position: relative;
}

.card__color-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 10;
  border-radius: 0;
}

/* PAGE D'ACCUEIL */
.slideshow.slider {
  height: 100vh;
  margin-top: calc(-1 * var(--header-height, 150px));
  margin-bottom: var(--header-height, 150px);
  z-index: 1;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}

@media screen and (max-width: 749px) {
  .slideshow.slider {
    height: 40vh;
    z-index: 1;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
  }
}

#collection-template--19222443917363__featured-collection-0 .title {
  color: #000 !important;
  font-size: var(--dleg-font-featured-title) !important;
  font-weight: 900 !important;
  text-align: left !important;
}

#collection-template--19222443917363__featured-collection-0 {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.92) 62%, #ffffff 68%),
    url("/cdn/shop/files/wesley-tingey--Irs24DzLxM-unsplash1_1_1.jpg?v=1775787804") !important;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
  min-height: 0;
}

@media screen and (max-width: 1024px) {
  #collection-template--19222443917363__featured-collection-0 {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 749px) {
  #collection-template--19222443917363__featured-collection-0 {
    padding-top: 80px;
    padding-bottom: 40px;
    background-position: center center;
  }
}

/* FEATURED COLLECTION */
.card__collection {
  font-size: var(--dleg-font-card-collection);
}

.card__heading {
  font-size: var(--dleg-font-card-title);
}

.price {
  font-size: var(--dleg-font-price);
}

.card__media-accent {
  height: 3px;
}

.product-card-wrapper--baril-cache .card__heading {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.dleg-featured-collection .collection__title .title {
  width: 100%;
  color: #000 !important;
  font-size: var(--dleg-font-featured-title) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: left !important;
}

.dleg-featured-collection .card__collection {
  display: block;
  width: 100%;
  color: inherit;
  font-size: var(--dleg-font-card-collection) !important;
  font-weight: 800 !important;
  text-align: left !important;
  text-decoration: none;
}

.dleg-featured-collection .card__collection:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dleg-featured-collection .card__heading,
.dleg-featured-collection .card__heading a {
  font-size: var(--dleg-font-card-title) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: left !important;
  text-transform: capitalize!important;

}

.dleg-featured-collection .price,
.dleg-featured-collection .price-item {
  font-size: var(--dleg-font-price) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.dleg-featured-collection .product-card-wrapper--accented .card__inner {
  margin-bottom: clamp(12px, 1.5vw, 20px);
}

/* EMAIL SIGNUP */
.newsletter__wrapper {
  border-radius: 25px;
  width: calc(100% - 32px);
  margin: 0 auto;
  border: 10px solid #ffffff;
  padding: 40px;
}

.newsletter__wrapper .inline-richtext {
  color: #fff;
  font-family: Inter;
  font-size: var(--dleg-font-section-title);
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter__subheading p {
  color: #fff;
}

.newsletter__wrapper .newsletter__subheading {
  margin-bottom: clamp(24px, 3vw, 48px);
}

.newsletter__wrapper form,
.newsletter__wrapper .shopify-email-marketing-widget__field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
  max-width: 800px;
  margin: clamp(28px, 4vw, 56px) auto 0;
}

.newsletter__wrapper input[type='email'],
.newsletter__wrapper input[type='text'] {
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  min-height: 56px;
  padding: 20px 16px 10px;
  border: none;
}

.newsletter__wrapper button[type='submit'],
.newsletter__wrapper .newsletter__button {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 12px 24px;
}

@media screen and (max-width: 749px) {
  .newsletter__wrapper {
    padding: 25px;
  }

  .newsletter__wrapper form,
  .newsletter__wrapper .shopify-email-marketing-widget__field-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter__wrapper button[type='submit'],
  .newsletter__wrapper .newsletter__button {
    width: 100%;
  }
}

/* FOOTER */
.footer {
  margin: -100px auto 0 !important;
}

.dleg-related-products .related-products__heading {
  color: inherit;
  font-size: var(--dleg-related-heading-desktop) !important;
  font-weight: 900;
  line-height: 1;
}

.dleg-related-products .card__collection,
.dleg-product-grid .card__collection {
  display: block;
  width: 100%;
  color: inherit;
  font-size: var(--dleg-font-card-collection) !important;
  font-weight: 800 !important;
  text-align: left !important;
  text-decoration: none;
}

.dleg-related-products .card__heading,
.dleg-related-products .card__heading a,
.dleg-product-grid .card__heading,
.dleg-product-grid .card__heading a {
  font-size: var(--dleg-font-card-title) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: left !important;
  text-transform: capitalize!important;
}

.dleg-related-products .price,
.dleg-related-products .price-item,
.dleg-product-grid .price,
.dleg-product-grid .price-item {
  font-size: var(--dleg-font-price) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.dleg-related-products .product-card-wrapper--accented .card__inner,
.dleg-product-grid .product-card-wrapper--accented .card__inner {
  margin-bottom: clamp(12px, 1.5vw, 20px);
}

.dleg-featured-collection .product-card-wrapper--accented .card__heading,
.dleg-featured-collection .product-card-wrapper--accented .card__heading a,
.dleg-related-products .product-card-wrapper--accented .card__heading,
.dleg-related-products .product-card-wrapper--accented .card__heading a,
.dleg-product-grid .product-card-wrapper--accented .card__heading,
.dleg-product-grid .product-card-wrapper--accented .card__heading a,
product-info .product-card-wrapper--accented .card__heading,
product-info .product-card-wrapper--accented .card__heading a {
  color: var(--product-card-accent) !important;
}

@media screen and (max-width: 749px) {
  .dleg-related-products .related-products__heading {
    font-size: var(--dleg-related-heading-mobile) !important;
  }
}

.footer__content-top {
  margin-top: 100px !important;
}

.footer-block__heading {
  font-size: var(--dleg-font-footer-heading);
}

.footer-block__details-content,
.footer__copyright {
  font-size: var(--dleg-font-footer-body);
}
.footer__list-social .list-social__link {
  width: 44px;
  height: 44px;

}

.footer__list-social .svg-wrapper,
.footer__list-social .icon {
  width: 36px!important;
  height: 36px!important;
}

.footer__list-social {
  gap: 12px!important;
}

:root {
  --dleg-footer-list-font-size-desktop: 1.4rem;
  --dleg-footer-list-font-size-mobile: 1.3rem;
  --dleg-footer-list-line-height: 1.6;
  --dleg-footer-list-item-gap: 0.8rem;
}

.footer .footer-block__details-content.list-unstyled > li {
  margin-bottom: var(--dleg-footer-list-item-gap);
}

.footer .footer-block__details-content.list-unstyled > li,
.footer .footer-block__details-content.list-unstyled > li > a,
.footer .footer-block__details-content.list-unstyled .list-menu__item--link {
  font-size: var(--dleg-footer-list-font-size-desktop) !important;
  line-height: var(--dleg-footer-list-line-height) !important;
}

@media screen and (max-width: 749px) {
  .footer .footer-block__details-content.list-unstyled > li,
  .footer .footer-block__details-content.list-unstyled > li > a,
  .footer .footer-block__details-content.list-unstyled .list-menu__item--link {
    font-size: var(--dleg-footer-list-font-size-mobile) !important;
  }
}

.product__media-wrapper .thumbnail {
  aspect-ratio: 1;
  background: #f4f4f4;
}

.product__media-wrapper .thumbnail img,
.product-media-container.media-fit-contain .product__media img {
  object-fit: contain !important;
}

.product__collection-title {
  display: block;
  margin: 0 0 clamp(20px, 2vw, 32px);
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.product__collection-title:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product__title h1,
.product__title .h1 {
  font-size: var(--dleg-font-product-title);
  text-transform: capitalize;
  font-weight: 600;
}

.dleg-product-details-section {
  margin-block-start: 0 !important;
}

.dleg-product-details__background {
  overflow: hidden;
  background: #000000;
}

.dleg-product-details__background img {
  transform: translate(var(--dleg-details-background-offset-x), var(--dleg-details-background-offset-y)) scale(var(--dleg-details-background-zoom));
  transform-origin: center bottom;
}

v
  .dleg-product-details__background img {
    transform: translate(var(--dleg-details-background-offset-x-mobile), var(--dleg-details-background-offset-y-mobile)) scale(var(--dleg-details-background-zoom-mobile));
  }
}
dleg-product-details__inner{
  padding-top:150px
}
@media screen and (max-width: 749px) {
  dleg-product-details__inner{
  padding-top: 10px
}}

.section-header.shopify-section-header-sticky.animate:not(.shopify-section-header-hidden) {
  top: 25px;
}

.dleg-two-columns .dleg-two-columns__heading {
  color: inherit !important;
  font-weight: 900 !important;
}

.cart__ctas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.cart__view-button,
.cart__checkout-button {
  width: 100%;
  max-width: none;
}

#MainContent .slideshow.slider,
#MainContent .product__media-wrapper .slider,
#MainContent .thumbnail-slider .slider {
  height: auto !important;
  margin-block: 0 !important;
}

#MainContent .slideshow.slider {
  min-height: 0;
}

.slideshow__image--mobile {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .section-header.shopify-section-header-sticky.animate:not(.shopify-section-header-hidden) {
    top: 12px;
  }

  #MainContent .slideshow.banner--adapt_image:not(.banner--mobile-bottom) {
    min-height: 0;
  }

  .slideshow__media--has-mobile .slideshow__image--desktop {
    display: none !important;
  }

  .slideshow__media--has-mobile .slideshow__image--mobile {
    display: block !important;
  }
}

.dleg-layered-slideshow-section {
  position: relative;
  z-index: 0;
  margin-top: calc(-1 * var(--header-height, 0px)) !important;
}

.dleg-layered-slideshow {
  display: block;
  position: relative;
  overflow: hidden;
}

.dleg-layered-slideshow__track {
  height: var(--dleg-layered-height-desktop) !important;
  min-height: var(--dleg-layered-height-desktop);
  margin: 0;
}

.dleg-layered-slideshow__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dleg-layered-slideshow__background,
.dleg-layered-slideshow__background picture,
.dleg-layered-slideshow__background img,
.dleg-layered-slideshow__background svg,
.dleg-layered-slideshow__shade,
.dleg-layered-slideshow__foreground,
.dleg-layered-slideshow__content,
.dleg-layered-slideshow__link {
  position: absolute;
  inset: 0;
}

.dleg-layered-slideshow__background {
  z-index: 0;
  overflow: hidden;
  background: #000000;
}

.dleg-layered-slideshow__background img,
.dleg-layered-slideshow__background svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--dleg-layered-background-position);
  transform: translate(var(--dleg-layered-background-offset-x), var(--dleg-layered-background-offset-y)) scale(var(--dleg-layered-background-zoom));
  transform-origin: center top;
}

.dleg-layered-slideshow__shade {
  z-index: 1;
  background: #000000;
  opacity: var(--dleg-layered-shade-opacity);
  pointer-events: none;
}

.dleg-layered-slideshow__foreground {
  z-index: 2;
  display: flex;
  padding: clamp(20px, 4vw, 72px);
  pointer-events: none;
  transform: translateY(var(--dleg-layered-foreground-position-y));
}

.dleg-layered-slideshow__foreground picture {
  display: contents;
}

.dleg-layered-slideshow__foreground img {
  display: block;
  width: var(--dleg-layered-foreground-width);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate(var(--dleg-layered-foreground-offset-x), var(--dleg-layered-foreground-offset-y));
}

.dleg-layered-slideshow__foreground--top-left,
.dleg-layered-slideshow__foreground--top-center,
.dleg-layered-slideshow__foreground--top-right {
  align-items: flex-start;
}

.dleg-layered-slideshow__foreground--middle-left,
.dleg-layered-slideshow__foreground--middle-center,
.dleg-layered-slideshow__foreground--middle-right {
  align-items: center;
}

.dleg-layered-slideshow__foreground--bottom-left,
.dleg-layered-slideshow__foreground--bottom-center,
.dleg-layered-slideshow__foreground--bottom-right {
  align-items: flex-end;
}

.dleg-layered-slideshow__foreground--top-left,
.dleg-layered-slideshow__foreground--middle-left,
.dleg-layered-slideshow__foreground--bottom-left {
  justify-content: flex-start;
}

.dleg-layered-slideshow__foreground--top-center,
.dleg-layered-slideshow__foreground--middle-center,
.dleg-layered-slideshow__foreground--bottom-center {
  justify-content: center;
}

.dleg-layered-slideshow__foreground--top-right,
.dleg-layered-slideshow__foreground--middle-right,
.dleg-layered-slideshow__foreground--bottom-right {
  justify-content: flex-end;
}

.dleg-layered-slideshow__link {
  z-index: 3;
}

.dleg-layered-slideshow__content {
  z-index: 4;
  display: flex;
  padding: calc(var(--header-height, 0px) + clamp(20px, 4vw, 72px)) clamp(20px, 4vw, 72px) clamp(20px, 4vw, 72px);
  color: var(--dleg-layered-text-color);
  pointer-events: none;
}

.dleg-layered-slideshow__content-box {
  width: var(--dleg-layered-content-width);
  max-width: 100%;
  pointer-events: auto;
  transform: translate(var(--dleg-layered-content-offset-x), var(--dleg-layered-content-offset-y));
}

.dleg-layered-slideshow__content-box--left {
  text-align: left;
}

.dleg-layered-slideshow__content-box--center {
  text-align: center;
}

.dleg-layered-slideshow__content-box--right {
  text-align: right;
}

.dleg-layered-slideshow__heading {
  margin: 0;
  color: inherit;
  font-family: 'Dleg Strikeout', sans-serif;
  font-size: clamp(40px, 4vw, var(--dleg-font-hero));
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.dleg-layered-slideshow__text {
  margin-top: clamp(16px, 2vw, 28px);
  color: inherit;
  font-size: clamp(16px, 1.5vw, 20px);
}

.dleg-layered-slideshow__text p {
  color: inherit;
}

.dleg-layered-slideshow__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 36px);
}

.dleg-layered-slideshow__content-box--center .dleg-layered-slideshow__buttons {
  justify-content: center;
}

.dleg-layered-slideshow__content-box--right .dleg-layered-slideshow__buttons {
  justify-content: flex-end;
}

.dleg-layered-slideshow__content--top-left,
.dleg-layered-slideshow__content--top-center,
.dleg-layered-slideshow__content--top-right {
  align-items: flex-start;
}

.dleg-layered-slideshow__content--middle-left,
.dleg-layered-slideshow__content--middle-center,
.dleg-layered-slideshow__content--middle-right {
  align-items: center;
}

.dleg-layered-slideshow__content--bottom-left,
.dleg-layered-slideshow__content--bottom-center,
.dleg-layered-slideshow__content--bottom-right {
  align-items: flex-end;
}

.dleg-layered-slideshow__content--top-left,
.dleg-layered-slideshow__content--middle-left,
.dleg-layered-slideshow__content--bottom-left {
  justify-content: flex-start;
}

.dleg-layered-slideshow__content--top-center,
.dleg-layered-slideshow__content--middle-center,
.dleg-layered-slideshow__content--bottom-center {
  justify-content: center;
}

.dleg-layered-slideshow__content--top-right,
.dleg-layered-slideshow__content--middle-right,
.dleg-layered-slideshow__content--bottom-right {
  justify-content: flex-end;
}

.dleg-layered-slideshow .slideshow__controls {
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 749px) {
  .dleg-layered-slideshow__track {
    height: var(--dleg-layered-height-mobile) !important;
    min-height: var(--dleg-layered-height-mobile);
  }

  .dleg-layered-slideshow__background img,
  .dleg-layered-slideshow__background svg {
    object-position: var(--dleg-layered-background-position-mobile);
    transform: translate(var(--dleg-layered-background-offset-x-mobile), var(--dleg-layered-background-offset-y-mobile)) scale(var(--dleg-layered-background-zoom-mobile));
  }

  .dleg-layered-slideshow__foreground {
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 5vw, 32px);
    transform: translateY(var(--dleg-layered-foreground-position-y-mobile));
  }

  .dleg-layered-slideshow__foreground img {
    width: var(--dleg-layered-foreground-width-mobile);
    transform: translate(var(--dleg-layered-foreground-offset-x-mobile), var(--dleg-layered-foreground-offset-y-mobile));
  }

  .dleg-layered-slideshow__content {
    align-items: center;
    justify-content: center;
    padding: calc(var(--header-height, 0px) + 16px) 20px 24px;
  }

  .dleg-layered-slideshow__content-box {
    width: var(--dleg-layered-content-width-mobile);
    transform: translate(var(--dleg-layered-content-offset-x-mobile), var(--dleg-layered-content-offset-y-mobile));
  }

  .dleg-layered-slideshow__content-mobile--top-left,
  .dleg-layered-slideshow__content-mobile--top-center,
  .dleg-layered-slideshow__content-mobile--top-right {
    align-items: flex-start;
  }

  .dleg-layered-slideshow__content-mobile--middle-left,
  .dleg-layered-slideshow__content-mobile--middle-center,
  .dleg-layered-slideshow__content-mobile--middle-right {
    align-items: center;
  }

  .dleg-layered-slideshow__content-mobile--bottom-left,
  .dleg-layered-slideshow__content-mobile--bottom-center,
  .dleg-layered-slideshow__content-mobile--bottom-right {
    align-items: flex-end;
  }

  .dleg-layered-slideshow__content-mobile--top-left,
  .dleg-layered-slideshow__content-mobile--middle-left,
  .dleg-layered-slideshow__content-mobile--bottom-left {
    justify-content: flex-start;
  }

  .dleg-layered-slideshow__content-mobile--top-center,
  .dleg-layered-slideshow__content-mobile--middle-center,
  .dleg-layered-slideshow__content-mobile--bottom-center {
    justify-content: center;
  }

  .dleg-layered-slideshow__content-mobile--top-right,
  .dleg-layered-slideshow__content-mobile--middle-right,
  .dleg-layered-slideshow__content-mobile--bottom-right {
    justify-content: flex-end;
  }

  .dleg-layered-slideshow__foreground-mobile--top-left,
  .dleg-layered-slideshow__foreground-mobile--top-center,
  .dleg-layered-slideshow__foreground-mobile--top-right {
    align-items: flex-start;
  }

  .dleg-layered-slideshow__foreground-mobile--middle-left,
  .dleg-layered-slideshow__foreground-mobile--middle-center,
  .dleg-layered-slideshow__foreground-mobile--middle-right {
    align-items: center;
  }

  .dleg-layered-slideshow__foreground-mobile--bottom-left,
  .dleg-layered-slideshow__foreground-mobile--bottom-center,
  .dleg-layered-slideshow__foreground-mobile--bottom-right {
    align-items: flex-end;
  }

  .dleg-layered-slideshow__foreground-mobile--top-left,
  .dleg-layered-slideshow__foreground-mobile--middle-left,
  .dleg-layered-slideshow__foreground-mobile--bottom-left {
    justify-content: flex-start;
  }

  .dleg-layered-slideshow__foreground-mobile--top-center,
  .dleg-layered-slideshow__foreground-mobile--middle-center,
  .dleg-layered-slideshow__foreground-mobile--bottom-center {
    justify-content: center;
  }

  .dleg-layered-slideshow__foreground-mobile--top-right,
  .dleg-layered-slideshow__foreground-mobile--middle-right,
  .dleg-layered-slideshow__foreground-mobile--bottom-right {
    justify-content: flex-end;
  }
}

.dleg-faq {
  background: var(--dleg-faq-background);
  color: var(--dleg-faq-text);
  padding-block: var(--dleg-faq-padding-top) var(--dleg-faq-padding-bottom);
}

.dleg-faq__inner {
  width: min(calc(100% - clamp(32px, 7vw, 120px)), var(--dleg-faq-width));
  margin-inline: auto;
}

.dleg-faq__header {
  margin-bottom: clamp(36px, 5vw, 72px);
}

.dleg-faq__title {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.dleg-faq__introduction {
  max-width: 800px;
  margin-top: 20px;
}

.dleg-faq__subsection {
  margin: clamp(40px, 6vw, 80px) 0 16px;
  color: inherit;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
}

.dleg-faq__content > .dleg-faq__subsection:first-child {
  margin-top: 0;
}

.dleg-faq__item {
  border-top: 1px solid var(--dleg-faq-accent);
}

.dleg-faq__item:last-child {
  border-bottom: 1px solid var(--dleg-faq-accent);
}

.dleg-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: clamp(20px, 2.5vw, 30px);
  color: inherit;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.dleg-faq__question::-webkit-details-marker {
  display: none;
}

.dleg-faq__plus {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.dleg-faq__plus::before,
.dleg-faq__plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: var(--dleg-faq-accent);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.dleg-faq__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.dleg-faq__item[open] .dleg-faq__plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.dleg-faq__answer {
  max-width: 900px;
  padding: 0 52px clamp(24px, 3vw, 36px) 0;
  color: inherit;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.dleg-faq__answer > :first-child {
  margin-top: 0;
}

.dleg-faq__answer > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .dleg-faq__question {
    gap: 16px;
  }

  .dleg-faq__plus {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .dleg-faq__plus::before,
  .dleg-faq__plus::after {
    width: 19px;
  }

  .dleg-faq__answer {
    padding-right: 40px;
  }
}

.cart-thresholds {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0;
  text-align: left;
}

.cart__blocks .cart-thresholds {
  max-width: 44rem;
  margin-left: auto;
}

.cart-thresholds__item {
  padding: 1.2rem;
  border: 1px solid rgba(var(--color-foreground), 0.16);
  border-radius: 8px;
  background: rgba(var(--color-foreground), 0.035);
}

.cart-thresholds__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem;
}

.cart-thresholds__title,
.cart-thresholds__amount {
  color: rgb(var(--color-foreground));
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cart-thresholds__message {
  margin: 0.6rem 0 0;
  color: rgba(var(--color-foreground), 0.78);
  font-size: 1.25rem;
  line-height: 1.4;
}

.cart-thresholds__message strong {
  color: rgb(var(--color-foreground));
}

.cart-thresholds__bar {
  height: 0.6rem;
  margin-top: 0.9rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(var(--color-foreground), 0.12);
}

.cart-thresholds__progress {
  display: block;
  width: var(--cart-threshold-progress);
  height: 100%;
  border-radius: inherit;
  background: #d22a1f;
}

.cart-thresholds__item--complete .cart-thresholds__progress {
  background: #111111;
}

.drawer__footer .cart-thresholds {
  margin: 1.2rem 0 1.6rem;
}

.drawer__footer .cart-thresholds__item {
  padding: 1rem;
}

.drawer__footer .cart-thresholds__message {
  font-size: 1.2rem;
}

@media screen and (max-width: 749px) {
  .cart__blocks .cart-thresholds {
    max-width: none;
    margin-left: 0;
  }
}

.shopify-policy__container {
  color: #000;
  background: #fff;
}

.shopify-policy__title h1,
.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body h2,
.shopify-policy__body ul,
.shopify-policy__body ol,
.shopify-policy__body li,
.shopify-policy__body strong {
  color: #000;
}

.shopify-policy__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.dleg-two-columns__heading--story {
  line-height: 1!important;
}
/*Page contact*/
.dleg-contact__social-list .list-social__link {
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dleg-contact__social-list .svg-wrapper,
.dleg-contact__social-list .icon {
  width: 32px !important;
  height: 32px !important;
}