.color-disclaimer{
    margin-top:-30px;
}
.color-disclaimer p{
    text-align:center;
    font-size:.7rem;
}
.productt {
  position: relative;
  width: 400px;
  height: 400px;
  isolation: isolate;
}

.productt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}

/* CAP */
.productt img:nth-of-type(1) { z-index: 1; }
.color-overlay-cap {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 2;
  mask-image: url("/cdn/shop/files/bottle-cap.png?v=1764411260");
  mask-size: contain;
  mask-repeat: no-repeat;
}

/* LOOP */
.productt img:nth-of-type(2) { z-index: 3; }
.color-overlay-loop {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 4;
  mask-image: url("/cdn/shop/files/bottle-loop.png?v=1764411260");
  mask-size: contain;
  mask-repeat: no-repeat;
}

/* BODY */
.productt img:nth-of-type(3) { z-index: 5; }
.color-overlay-body {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 6;
  mask-image: url("/cdn/shop/files/bottle-body.png?v=1764411261");
  mask-size: contain;
  mask-repeat: no-repeat;
}

/* BUMPER */
.productt img:nth-of-type(4) { z-index: 7; }
.color-overlay-bumper {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 8;
  mask-image: url("/cdn/shop/files/bottle-bumper.png?v=1764411261");
  mask-size: contain;
  mask-repeat: no-repeat;
}

.pplr-prev-left img{
  object-fit:contain;
}


@media screen and (min-width:768px){
  .pplr-prev-left {
    display:none;
  }
}

@media screen and (max-width:768px){
  .product-media-constraint-wrapper{
    padding:20px!important;
  }
  .color-disclaimer {
    margin-top: -10px!important;
}
}