.category-id-16 #js-product-list .products > div.card-product:last-child {
  display: none;
}

.category-id-16 #js-product-list .products > div.card-product:last-child {
  display: none;
}

/* NOYE LOVE O MATIC */

.product-102 .skill-1 {
  width: 20%;
}

.product-102 .skill-2 {
  width: 90%;
}

.product-102 .skill-3 {
  width: 60%;
}

@media (max-width: 768px) {
  .menu-category a:hover {
    font-weight: 500 !important;
  }
}

/*  PAGE PANIER SHOPPING CART   */

#cart .cart-grid #cart-subtotal-shipping {
  flex-direction: row !important;
  margin-top: 1rem;
}

@media (max-width: 575px) {
  #cart .cart-grid {
    flex-direction: column;
  }

  #cart .cart-grid .cart-items {
    margin-bottom: 0;
  }

  #cart .cart-grid .product-line-grid {
    flex-direction: column;
  }

  .cart-grid-body
    .product-line-grid
    .product-line-grid-body
    .product-line-info
    a.label {
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  #cart .cart-grid .product-line-grid > div {
    width: 100%;
    text-align: center;
    float: none;
  }

  #cart
    .cart-grid-body
    .product-line-grid
    .product-line-grid-body
    .product-line-info {
    align-items: center;
    justify-content: center;
  }

  #cart .cart-grid-right .cart-summary {
    background: #f7f7f7;
    padding: 1.5rem 1.5rem 1rem;
  }
}

/* user icon & add to cart header  */

.header-top .blockcart-icon.sticky-cart-icon {
  background-image: url("/themes/classicchild/assets/img/icon-cart.png");
}

.header-top.sticky .blockcart-icon.sticky-cart-icon {
  background-image: url("/themes/classicchild/assets/img/icon-cart-black.png");
}

.header-top .user-info-icon.sticky-user-icon {
  background-image: url("/themes/classicchild/assets/img/icon-user.png");
}

.header-top.sticky .user-info-icon.sticky-user-icon {
  background-image: url("/themes/classicchild/assets/img/icon-user-black.png");
}

.header-top.sticky .sticky-user-icon {
  background-image: url("/themes/classicchild/assets/img/icon-user-black.png");
}

/******** POP UP NEWSLETTER *******/
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup .intro {
  font-size: 20px;
  margin: 0 auto 3rem;
}

.popup .intro {
  font-size: 20px;
  margin: 0 auto 2rem;
  flex: 100%;
}

.popup #mc_embed_signup div.mce_inline_error {
  font-size: 13px;
}

.popup #mce-success-response {
  margin: 0rem 0 2rem;
  color: #fff;
}

.popup #mce-error-response {
  margin: 0rem 0 2rem;
  color: #b80101;
}

.popup mce-error-response {
  margin: 0rem 0 2rem;
}

.popup .intro p {
  font-family: "antique-medium", sans-serif;
  font-size: 16px;
}

.popup .indicates-required {
  display: none;
}

.popup .group-mail {
  margin-bottom: 2rem;
}

.popup__form--haut {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.popup #mc-embedded-subscribe {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.popup #mc-embedded-subscribe:hover {
  background: #000;
  color: #fff;
  outline: 1px solid #fff;
}

.popup input:focus {
  color: #000;
  background-color: #fff;
  border-color: #838383;
  outline: 0;
}

.popup input::placeholder {
  color: #fff !important;
  opacity: 1;
}

.popup input {
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  height: 40px;

  display: block;
  width: 100%;

  background-clip: padding-box;
}

.popup input#human-check {
 border-top: none;
  border-left: none;
  border-right: none;
  width: 53px;
  margin-left: 1rem;
  height: 1.5rem;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.popup .humanverif p {
  margin-bottom:0;
}

.popup .humanverif p.human-calcul{
display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 0.75rem;

}


.popup-content {
  background-color: #000;
  border-radius: 5px;
  text-align: center;
  max-width: 600px;
  width: 90%;

  position: relative;

  padding: 50px 60px;
}

.popup-content > * {
  color: #fff;
}

.popup-content label {
  display: none;
}

.popup .close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 14px;
  font-size: 35px;
  color: #fff;
  opacity: 1;
}

.animate-open {
  animation: animate-glow-open 0.5s forwards;
}

.animate-close {
  animation: animate-glow-close 0.5s forwards;
}

@keyframes animate-glow-open {
  0% {
    opacity: 0;
    filter: brightness(3) saturate(3);
  }

  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
  }
}

@keyframes animate-glow-close {
  0% {
    opacity: 1;
    filter: brightness(1) saturate(1);
  }

  100% {
    opacity: 0;
    filter: brightness(3) saturate(3);
  }
}

@media (max-width: 699px) {
  .popup-content {
    padding: 50px 25px;
  }

  .popup__form--haut {
    grid-gap: 1rem;
  }
}

.newsletter-input .newsletter-email {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0.5rem;
}

.newsletter-input > * {
  color: #747474;
}

.newsletter-input #mce-EMAIL {
  background: transparent;
  border: none;
  padding: 0 0.5rem;
  color: #747474;
}

.newsletter-input i {
  font-size: 18px;
}

.newsletter-input #mc-embedded-subscribe {
  background: transparent;
  border: none;
  outline: none;
  color: #747474;
  margin-left: auto;
}

.newsletter-input input::placeholder {
  color: #747474;
  opacity: 1;
}

.newsletter-input #mce_inline_error,
.newsletter-input #mce_inline_error {
  font-size: 0.85rem;
}

#open-newsletter-popup {
background: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  padding: 0.25rem 1rem;
  border: 1px solid #000;
}


#mc_embed_signup #mce-COUNTY {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.diapo--1 img {
  top: -20px !important;
}

.full-with-image--info p.color-black {
  color: #fff !important;
}

/** CHECKPUT **/

.summary-btn .blockcart-icon {
  width: 22px;
  margin-right: 1rem;
}

.summary-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-right: none;
  border-left: none;
  color: #000;
  font-weight: 800;
}

.summary-btn:focus,
.summary-btn:active {
  outline: 0;
}

/* Style par défaut de la flèche (flèche vers le bas) */
.summary-btn .arrow {
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: center;
  margin-left: auto;
}

/* Quand aria-expanded est true, la flèche pointe vers le haut */
.summary-btn[aria-expanded="true"] .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media (min-width: 992px) {
  #summary-info.collapse {
    display: block;
  }

  .summary-btn {
    display: none;
  }
}

@media (max-width: 992px) {
  #checkout #content-wrapper #content .row:not(.delivery-option) {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0;
  }
}

/* CARRIER DELIVERY CHECKOUT */

.carrier_option_393 {
  display: none !important;
}

/* MY ACCOUNT */

#my-account .links #savedcards-link {
  display: none;
}

.page-order-detail #content,
#history.page-customer-account #content,
.page-guest-tracking #content {
  width: 1099px;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.page-order-detail #content .order-items .ref,
.page-guest-tracking #content .order-items .ref {
  display: none;
}

.page-order-detail #order-infos > .box:first-child,
.page-guest-tracking #order-infos > .box:first-child {
  justify-content: center;
}

.page-order-detail #order-infos,
.page-guest-tracking #order-infos {
  text-align: center;
}

.follow-up-details {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.follow-up-details a {
  border-bottom: 1px solid #000;
  font-weight: 600;
}

/* guest tracking */

#guest-tracking #content-wrapper {
  display: flex;
  flex-direction: column;
  float: none;
  padding: 0;
}

#guestOrderTrackingForm .form-group {
  justify-content: start !important;
  align-items: start !important;
}

#guestOrderTrackingForm section.form-fields {
  text-align: left;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#guestOrderTrackingForm section.form-fields label {
  width: 100%;
  padding: 0;
}

#guestOrderTrackingForm .page-header h1 {
  margin-bottom: 0 !important;
}

#guestOrderTrackingForm header {
  margin-bottom: 3rem !important;
}

@media (max-width: 767px) {
  #guestOrderTrackingForm header {
    text-align: left;
  }
}

/* form */

.form-control {
  font-size: 0.95rem !important;
}

/* fiche produit*/
.product-actions .product-variants select,
.product-actions .product-variants .form-control {
  color: #000;
}

/* CARRIER DELIVERY CHECKOUT */

.carrier_option_399 {
  display: none !important;
}

.image-container {
  width: 100%;
  /* Utilise toute la largeur disponible du conteneur */
  height: 0;
  /* Initialisation de la hauteur */
  padding-top: 85%;
  /* La hauteur devient 75% de la largeur, ajustez cette valeur selon le rapport d'aspect de vos images */
  position: relative;
  /* Nécessaire pour positionner correctement l'image interne */
  overflow: hidden;
  /* Cache les débordements */
}

@media (max-width: 767px) {
  .image-container {
    padding-top: 120%;
  }
}

.image-container img {
  position: absolute;
  /* Absolument positionné par rapport à son parent */
  top: 0;
  /* Aligné en haut */
  left: 0;
  /* Aligné à gauche */
  width: 100%;
  /* Occupe toute la largeur du conteneur */
  height: 100%;
  /* Occupe toute la hauteur du conteneur */
  object-fit: contain;
  /* Assure que l'image soit entière visible */
}

/*
.image-container .c-image.c-first-image {
  opacity: 1; 
}
/*
.image-container .c-image.c-second-image {
  opacity: 0; 
  z-index: -1; 
}
.image-container:hover .c-image.c-first-image {
  opacity: 0; 
}

.image-container:hover .c-image.c-second-image {
  opacity: 1; 
  z-index: 1; 
}*/

.product-id-61 .product-actions .product-variants select,
.product-actions .product-variants .form-control {
  color: #000;
  font-weight: 500;
}

.product-actions .product-variants .crossed .radio-label {
  background-color: white !important;
  /* Set the background color to white */
  background-image: linear-gradient(
      to top left,
      transparent calc(50% - 1px),
      #ddd 50%,
      transparent calc(50% + 1px)
    ),
    linear-gradient(
      to top right,
      transparent calc(50% - 1px),
      #ddd 50%,
      transparent calc(50% + 1px)
    ) !important;
  background-size: 100% 100% !important;
}

.block-product-attribute-custom h5 {
  display: none;
}

.block-product-attribute-custom .list-attribute-custom > div {
  margin-bottom: 1rem;
}

.block-product-attribute-custom .list-attribute-custom {
  margin-top: 2rem;
}

.block-product-attribute-custom h4 {
  font-weight: bold;
}

.product-line-info.sample span:first-child,
.product-line-info.sample span.label {
  display: none;
}

.product-line-info.sample:not(:last-child) span.value:after {
  content: ", ";
}

.block-product-attribute-custom .form-control {
  padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
  #mobile_top_cart_wrapper .product-line-info.price {
    flex: 100%;
  }
}

/* SLIDE CART */

body:not(#checkout) .slide-cart-bottom #cart-subtotal-discount,
body:not(#checkout) .slide-cart-bottom .slide-shipping {
  display: none !important;
}

body:not(#checkout) .slide-cart-bottom .card-block p {
  display: flex;
  justify-content: space-between;
}

body:not(#checkout) .slide-cart-bottom .card-block p span {
  font-size: 1.2rem;
  font-weight: 600;
}

.modal-cart .modal-body .slide-cart-bottom span.shipping-message {
  font-size: 0.95rem;
  text-align: left;
  background: #f7f7f7;
  padding: 10px;
  margin-top: 1rem;
  font-weight: 600;
  display: flex;
}

.slide-cart-bottom {
  margin-top: auto;
}

body:not(#checkout) .slide-cart-bottom #cart-subtotal-shipping p:last-child {
  display: none !important;
}

#checkout .shipping-message {
  display: none !important;
}

.product-id-67 .product-actions .product-variants .radio-label {
  text-align: center;

  height: 3.5rem;
  width: 3.5rem;
}

@media (max-width: 768px) {
  #index .featured-products {
    margin: 2rem 0;
  }
}

.position-top {
  object-position: top;
}

.position-bottom {
  object-position: bottom;
}

.text-black {color:#000 !important}

.header-banner .full-with-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* gift add to cart */
.mdgift-item .md-gift-qty,
.cart-grid-body
  .mdgift-item
  .product-line-grid
  .product-line-grid-body
  .product-line-info.price {
  display: none !important;
}

#cart .card.cart-container .product-line-grid-right .qty {
  justify-content: center;
  display: flex;
  align-items: center;
  width: fit-content;
}

#cart checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
  margin-top: 1rem;
}

#cart .product-line-info.size > span:first-child {
  display: none;
}

#cart .product-line-grid-right .qty .input-group {
  align-items: center;
}

#cart .cart-grid-body .cart-overview {
  max-width: 900px;
}

.gifts-panel {
  margin-top: 2rem;
}

.mdgift-label strong {
  background: #000 !important;
}

@media (max-width: 992px) {
  #cart .cart-grid-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: inherit !important;
    margin-bottom: 2rem;
    padding: 0 5px;
  }

  #cart .product-line-grid-right .col-xs-12 {
    width: fit-content;
  }

  #cart .product-line-grid-right .row {
    justify-content: center;
  }

  #cart .cart-item .product-line-grid-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #cart .cart-item .product-line-grid-body .product-line-info:first-child {
    width: 100%;
  }

  #cart .cart-item .product-line-grid-body .product-line-info.price {
    margin-right: 0.75rem;
  }

  #cart .cart-grid-body {
    margin-bottom: 4rem !important;
  }
}

#mdgifts-panel .gift-widget-title {
  font-size: 17px !important;
  color: #a83747;
}

/* NOTE JASMINE FREAK */

.product-97 .skill-1 {
  width: 70%;
}

.product-97 .skill-2 {
  width: 60%;
}

.product-97 .skill-3 {
  width: 40%;
}

.clock-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;

}

.clock-col {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}
.clock-timer {
  color: #000;
  font-size: 5rem;
  margin: 0;
}
.clock-label {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .clock-timer {
    font-size: 3rem;
  }
  .clock-col {
    margin: 5px 10px;
  }
}
@media (max-width: 480px) {
  .clock-timer {
    font-size: 2rem;
  }
  .clock-label {
    font-size: 0.8rem;
  }
}


@media (min-width: 768px) {
.full-with-image--info p.cherry{
  color: #000;
}
}



#index .featured-products .products:not(.product_carousel) .card.product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/4) !important;
  flex: 0 0 calc(100%/4) !important;
  max-width: calc(100%/4) !important;
 
}

.subinfo {
  margin-top:2rem;
}

.subinfo p {
  margin: .25rem;
  letter-spacing: 2px;
  font-size: .95rem;
  text-align: center;
}
.subinfo p:nth-child(2) {
  font-weight: 600;
}

@media (max-width: 767px) {
#index .featured-products .products:not(.product_carousel) .card.product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/4) !important;
  flex: 0 0 calc(100%/2) !important;
  max-width: calc(100%/2) !important;
}
}

#product.product-id-101 #content .images-container .js-qv-mask.scroll {
  width: calc(100% - 0px);
}

body#index #wrapper {
  margin-top: 0rem !important;
}

.phone-mailchimps {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

@media (max-width:768px) {
.home_section.flex-section-two.love div div {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;

}

.home_section.flex-section-two.love .home_section-img_left img {
    max-width: 100%;
  }


.mobile-flex
 {
  display: flex;
  flex-direction: column;
}

.mobile-flex .videohome  {
order:-1;
}
}

.image-mobile-only, .cms-id-15 .page-header h1 {
  display: none;
 
}

@media (max-width: 768px) {
  .image-mobile-only {
    display: block;
  }
   .jasmine .full-with-image--info {display: none;}
}

@media (max-width: 768px) {
  .home_section img {
    max-width: 400px !important;
  }
}





/* PAGE PRODUIT SLIDER / IMG */

.js-special-slider {padding-top:40px}

.js-special-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}


.slick-track {
  display: flex !important;
}

.video-slide {
 OVERFLOW-X: HIDDEN;
} 

.slick-slide {
  height: auto;
 OVERFLOW-X: HIDDEN;
}


.js-special-slider .slick-dots {
  bottom: 20px;

}

.js-special-slider .slick-dots li {width: 15px;}

/* Le conteneur général (optionnel pour positionner) */
.js-special-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 1em;
  list-style: none;
}

/* Style de base du bouton dot */
.js-special-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white; /* blanc quand inactif */
  border: 1px solid black; /* contour noir */
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Supprimer le texte dans le bouton (Slick met un texte) */
.js-special-slider .slick-dots li button:before {
  display: none;
}

/* Dot actif */
.js-special-slider .slick-dots li.slick-active button {
  background: black; /* noir plein */
  border: 1px solid black; /* fond = contour => rond noir plein */
}

video.video-product {
  display: block;
  width: 101% !important;
height:unset !important;
 
  object-fit: contain;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: transparent !important;

}


.js-special-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

 .video-home-full .home_section-img_right a video.video-product {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: 100% !important;
  max-height: 100% !important;
 
} 

 .video-home-full .home_section-img_right a {
  width: 100%; overflow-x: hidden;
}

@media (max-width:768px) {
  .video-home-full  .home_section-img_left {
  display: none;
}
}

