@media (max-width: 767px) {
  body#product.cw-mobile-cart-sheet-is-sticky {
    padding-bottom: 205px;
  }

  body#product.cw-mobile-cart-open #add-to-cart-or-refresh {
    display: none !important;
  }

  body#product div.breadcrumb,
  body#product .breadcrumb-box {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#product #wrapper,
  body#product #content-wrapper,
  body#product .product-detail {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #add-to-cart-or-refresh {
    position: relative !important;
    max-height: none;
    margin: 18px 0 0 !important;
    overflow: visible;
    overscroll-behavior: contain;
    padding: 0 !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--sticky {
    position: fixed !important;
    z-index: 1015;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 188px;
    margin: 0 !important;
    overflow: hidden;
    padding: 36px 18px calc(16px + env(safe-area-inset-bottom)) !important;
    background: #fff;
    border-radius: 26px 26px 0 0;
    box-shadow: 0 -10px 34px rgba(15, 18, 24, .16);
    animation: cw-mobile-cart-sheet-in .24s ease-out both;
    transition: max-height .24s ease;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--expanded:not(.cw-mobile-cart-sheet--sticky) {
    padding-top: 36px !important;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--sticky.cw-mobile-cart-sheet--expanded {
    max-height: min(68vh, 470px);
    overflow-y: auto;
  }

  @keyframes cw-mobile-cart-sheet-in {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  .cw-mobile-cart-sheet__flow-anchor {
    display: block;
    width: 100%;
    height: 0;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__toggle {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 32px;
    padding: 0;
    cursor: pointer;
    background: transparent !important;
    border: 0 !important;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--sticky .cw-mobile-cart-sheet__toggle,
  #add-to-cart-or-refresh.cw-mobile-cart-sheet--expanded .cw-mobile-cart-sheet__toggle {
    display: block;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__toggle::before {
    position: absolute;
    top: 11px;
    left: 50%;
    width: 54px;
    height: 5px;
    content: '';
    background: #1e2024;
    border-radius: 99px;
    transform: translateX(-50%);
  }

  #add-to-cart-or-refresh .product-discounts,
  #add-to-cart-or-refresh #more_info_block2,
  #add-to-cart-or-refresh #product-availability,
  #add-to-cart-or-refresh .product-minimal-quantity {
    display: none !important;
  }

  body#product .blockreassurance_product {
    display: none !important;
  }

  body#product .pb-right-column .block-info > .product-prices.content_price {
    display: none !important;
  }

  #add-to-cart-or-refresh .product-variants {
    margin: 0 0 16px;
  }

  #add-to-cart-or-refresh:not(.cw-mobile-cart-sheet--expanded):not(.cw-mobile-cart-sheet--other-variants):not(.cw-mobile-cart-sheet--color-variants) .product-variants {
    display: none;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--color-variants .product-variants {
    margin-bottom: 10px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__variant-summary {
    display: block;
    width: 100%;
    min-height: 66px;
    margin: 0 0 9px;
    padding: 0;
    color: #181a1f;
    font-size: 14px;
    text-align: left;
    background: transparent !important;
    border: 0 !important;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__variant-summary strong {
    overflow: hidden;
    font-size: 17px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__summary-row {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__summary-row + .cw-mobile-cart-sheet__summary-row {
    margin-top: 13px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__swatches {
    display: flex;
    min-width: 0;
    align-items: center;
    padding-left: 3px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__swatch {
    width: 31px;
    height: 31px;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__swatch:first-child {
    margin-left: 0;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__swatch.is-selected {
    position: relative;
    z-index: 1;
    outline: 2px solid #1a1a1b;
    outline-offset: 1px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__swatch-more {
    margin-left: 8px;
    color: #16181d;
    font-size: 16px;
    font-weight: 800;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__model {
    overflow: hidden;
    max-width: 58%;
    color: #23252a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__model::after {
    display: inline-block;
    margin-left: 7px;
    content: '⌄';
    text-decoration: none;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--expanded .cw-mobile-cart-sheet__variant-summary {
    display: none;
  }

  #add-to-cart-or-refresh .product-variants-item {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
  }

  #add-to-cart-or-refresh .product-variants-item + .product-variants-item {
    margin-top: 12px;
  }

  #add-to-cart-or-refresh .product-variants-item .control-label {
    flex: 0 0 auto;
    margin: 0;
    color: #1b1d22;
    font-size: 14px;
    font-weight: 700;
  }

  #add-to-cart-or-refresh .product-variants-item .control-label ul {
    display: inline;
    margin: 0;
    padding: 0;
  }

  #add-to-cart-or-refresh .product-variants-item .control-label li.collapse {
    display: none !important;
  }

  #add-to-cart-or-refresh .product-variants-item .control-label li.collapse.in {
    display: inline !important;
    margin-left: 4px;
    color: #626772;
    font-weight: 500;
  }

  #add-to-cart-or-refresh .product-variants-item > ul,
  #add-to-cart-or-refresh .product-variants-item > select {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }

  #add-to-cart-or-refresh .product-variants-item.couleurs {
    display: block;
  }

  #add-to-cart-or-refresh .product-variants-item.couleurs .control-label {
    display: none;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__color-header {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 8px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__color-header strong {
    overflow: hidden;
    color: #181a1f;
    font-size: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #add-to-cart-or-refresh .product-variants-item.couleurs > ul {
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    overflow-x: auto;
    padding: 4px 4px 7px;
    list-style: none;
    scrollbar-width: none;
  }

  #add-to-cart-or-refresh .product-variants-item.couleurs > ul::-webkit-scrollbar {
    display: none;
  }

  #add-to-cart-or-refresh .product-variants-item > select {
    min-height: 38px;
    padding: 7px 30px 7px 11px;
    color: #17191e;
    font-size: 14px;
    background-color: #f6f6f7;
    border: 1px solid #e6e7e9;
    border-radius: 9px;
  }

  #add-to-cart-or-refresh .product-variants-item.couleurs .input-container {
    float: none !important;
    margin: 0 !important;
  }

  #add-to-cart-or-refresh .product-variants-item .color {
    width: 31px;
    height: 31px;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .14);
  }

  #add-to-cart-or-refresh .product-variants-item input:checked + .color {
    outline: 2px solid #17191e;
    outline-offset: 3px;
  }

  #add-to-cart-or-refresh .product-add-to-cart,
  #add-to-cart-or-refresh .product-quantity,
  #add-to-cart-or-refresh .product-quantity .customs,
  #add-to-cart-or-refresh .product-quantity .add {
    width: 100%;
    margin: 0;
  }

  #add-to-cart-or-refresh .product-add-to-cart > .title,
  #add-to-cart-or-refresh .product-quantity .qty,
  #add-to-cart-or-refresh .product-add-to-cart > .clearfix {
    display: none !important;
  }

  #add-to-cart-or-refresh .add-to-cart {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    background: #1a1a1b !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: none;
  }

  #add-to-cart-or-refresh .add-to-cart:hover,
  #add-to-cart-or-refresh .add-to-cart:focus {
    color: #fff !important;
    background: #000 !important;
  }

  #add-to-cart-or-refresh .add-to-cart .icon-cart {
    display: none;
  }

  #add-to-cart-or-refresh .add-to-cart .text-addcart {
    display: block;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__price {
    margin-left: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }

  #add-to-cart-or-refresh .add-to-cart.disabled,
  #add-to-cart-or-refresh .add-to-cart:disabled {
    color: #fff !important;
    background: #8a8d94 !important;
    cursor: not-allowed;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance {
    display: block;
    width: 100%;
    margin: 13px 0 0;
    overflow: hidden;
    color: #17191e;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-track::-webkit-scrollbar {
    display: none;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-slide {
    display: flex;
    min-width: 100%;
    min-height: 52px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    color: #17191e;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    scroll-snap-align: center;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-slide strong {
    font-size: 15px;
    font-weight: 800;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-slide span {
    margin-top: 3px;
    color: #5f6269;
    font-size: 13px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-dots {
    display: flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-dot {
    position: relative;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    content: '';
    background: #d2d3d6;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance-dot.is-active::before {
    background: #17191e !important;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--sticky .cw-mobile-cart-sheet__reassurance {
    display: none !important;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__bundle {
    display: none;
    width: 100%;
    margin: 0 0 16px;
  }

  #add-to-cart-or-refresh.cw-mobile-cart-sheet--expanded .cw-mobile-cart-sheet__bundle {
    display: block;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__bundle .cw-buy-mode-tabs {
    grid-template-columns: 1fr 1.25fr;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__bundle .cw-buy-mode-tab {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 14px;
  }

  #add-to-cart-or-refresh .cw-mobile-cart-sheet__bundle .cw-pack-panel {
    padding: 14px;
  }

  .cw-has-buy-mode.cw-pack-mode .product-information {
    display: block !important;
  }

  .cw-has-buy-mode.cw-pack-mode #add-to-cart-or-refresh .cw-mobile-cart-sheet__variant-summary,
  .cw-has-buy-mode.cw-pack-mode #add-to-cart-or-refresh .product-variants,
  .cw-has-buy-mode.cw-pack-mode #add-to-cart-or-refresh .product-add-to-cart,
  .cw-has-buy-mode.cw-pack-mode #add-to-cart-or-refresh .cw-mobile-cart-sheet__reassurance {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .cw-mobile-cart-sheet__toggle,
  .cw-mobile-cart-sheet__variant-summary,
  .cw-mobile-cart-sheet__summary,
  .cw-mobile-cart-sheet__price,
  .cw-mobile-cart-sheet__reassurance {
    display: none !important;
  }
}
