.product-details {
  margin-top: 1%;
  max-width: 1600px;
  margin-bottom: 2%;
}

.product-details .keen-slider img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.2s;
}

@media (min-width: 992px) {
  #thumbnails img {
    filter: drop-shadow(0 10px 5px #000);
  }
}

@media (min-width: 992px) {
  #my-keen-slider img {
    filter: drop-shadow(0 10px 10px #000);
  }
}

#my-keen-slider {
  background: radial-gradient(#484848 0%, rgba(128,128,128,0) 69%);
  margin-bottom: 11px;
}

.thumbnail .keen-slider__slide {
  aspect-ratio: 1;
  cursor: pointer;
  background: #313131;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -2.5px;
  margin-left: 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.73);
  border-radius: 5px;
  z-index: 1;
}

#thumbnails {
  padding-left: 5px;
}

.thumbnail .pseudo {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.thumbnail .keen-slider__slide.active {
  border: 0.5px solid #ff8126;
}

.thumbnail .keen-slider__slide.active .pseudo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(49,49,49)), to(rgba(255,129,38,0.39)));
  background: linear-gradient(rgb(49,49,49) 50%, rgba(255,129,38,0.39));
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.thumbnail .keen-slider__slide img:hover {
  transform: translateY(-5px);
}

@media (min-width: 992px) {
  .product-details .col:nth-child(1) {
    width: 50%;
    padding-inline-end: 1%;
  }
}

@media (min-width: 992px) {
  .product-details .col:nth-child(2) {
    padding-bottom: 8px;
    margin-top: 2%;
  }
}

.product-details .divider {
  width: 1px;
  height: 100%;
  background: var(--bs-light-bg-subtle);
  display: none;
  margin-inline-end: 3%;
}

.product-details .data h1 {
  font-size: 2.5em;
  text-shadow: 0px 0px 11px rgba(255,103,39,0.6), 0px 3px 10px rgb(0,0,0);
  margin-bottom: 0;
}

.product-details .tagcol .tag {
    height: 27px;
    padding-right: 10px;
    padding-left: 10px;
    margin-inline-end: 10px;
    pointer-events: none;
    background: #ff4656;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.8em;
}

/* VARIANT PART */

.product-details .data h2 {
  font-size: 1.5em;
  margin-bottom: 0;
  margin-inline-end: 20px;
  color: rgb(115,115,115);
  font-family: 'Oswald';
}

.product-details .variant {
  position: relative;
  padding-right: 9px;
  padding-left: 9px;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  transition: 0.1s;
  margin-top: 10px;
  background: #2b2b2b;
}

.product-details .variant:hover {
  transform: translateY(-1px);
}

.product-details .variant p {
  margin-bottom: 0;
}

.product-details .selected {
  border-color: #ff6626;
  color: #ff6626;
  background: transparent;
}

.product-details .modifier {
  border-style: dashed;
}

.product-details .blocked {
  border-style: solid;
  pointer-events: none;
  border-color: #5b5b5b;
  color: #5b5b5b;
  background: transparent;
}

/* VARIANT PART ENDED */

#stock {
  margin-bottom: 16px;
}

#stock {
  color: #43c548;
}

.product-details.OutofStock #stock {
  
  color: #c54b43;
}

.product-details.discount .discountbox p {
  display: flex;
  background-color: #b3000f;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.0em;
  height: 30px;
  align-items:center;
  letter-spacing: -0.6px;
  
}

.product-details .pricetag p {
  font-size: 1.91em;
  letter-spacing: 0.5px;
  text-align: end;
  margin-bottom: 0px;
}

.product-details .mainprice {
    margin-top: -5px;
    margin-bottom: 15px !important;
}

.product-details .pricetag .beforediscount, .product-details .discountbox p {
  display: none;
}

.product-details.discount .beforediscount {
    display: flex;
    color: #ff2133;
    font-size: 1.3em;
    align-items: baseline;
    margin-left: 10px;
}

.product-details.discount .beforediscount .price {
    text-decoration: underline;
    text-underline-offset: -50%;
    text-decoration-skip-ink: none;
}

.addtocart {
  background: #ff6626;
  border-style: none;
  height: 46.9704px;
  width: 100%;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  border-radius: 2px;
  transition: 0.2s;
  margin-inline-end: 15px;
  max-width: 300px;
}



.addtocart:active {
  scale: 0.98;
}

.product-details.OutofStock .addtocart {
  background: #848484;
  pointer-events: none;
}



#quantity {
    font-size: 1.5em;
    font-family: Oswald, sans-serif;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #595959;
    pointer-events: none;
    border-radius: 5px;
    width: clamp(50px,6vw,80px);
}

.product-details .SKU p {
    margin-top: 10px;
    font-size: 1em;
    margin-inline-end: 5px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    font-weight: 100;
    color: dimgray;
    text-transform: uppercase;
}

.product-details .SKU h1 {
    margin-bottom: 0;
    font-size: 1em;
    text-shadow: none;
    color: dimgray;
}

.product-details .Link p:first-child {
    margin-top: 10px;
    font-size: 1em;
    margin-inline-end: 5px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    font-weight: 100;
    color: dimgray;
    text-transform: uppercase;
    white-space:nowrap
}

.product-details .Link p:last-child  {
    margin-bottom: 0;
    font-size: 1em;
    text-shadow: none;
    color: dimgray;
}

.product-details .description p {
    font-size: 1.7em;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.product-details h3 {
    font-size: 1em;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Rubik, sans-serif;
}

.product-details .brand img {
  height: 40px !important;
}

.product-details .brand p {
  margin-bottom: 0;
}

/* SPECIFICATION */

.product-details .specification {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    width: 100%;
}

    .product-details .specification p:first-child {
        font-size: 1.7em;
        font-family: 'Oswald';
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.product-details .varaint-place hr {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
    opacity: 1;
}

    .product-details hr {
        margin-top: 0px;
        margin-bottom: 10px;
        color: OrangeRed;
        opacity: 1;
    }

    .product-details .specification tr {
        display: flex;
        flex-grow: 1;
    }

.product-details .specification td:first-child {
    color: rgb(125, 125, 125);
    width: 60%;
    white-space: wrap;
}

    .product-details .specification td:last-child {
        width: 40%;
        white-space:wrap;
    }


    .product-details .specification td {
        height: 50px;
        border-style: none;
        display: flex;
        flex-grow: 1;
        align-items: center;
        text-align: start;
        text-wrap: nowrap;
        padding-inline-start: 30px;
    }

@media (max-width: 992px) {

    .product-details .specification td:first-child {
        color: rgb(125, 125, 125);
        width: 70%;
        font-size: 0.8em;
    }

    .product-details .specification td:last-child {
        width: 30%;
        font-size: 0.8em;
    }


    .product-details .specification td {
        padding-inline-start: 10px;
    }
}


/* RESPONSIVE */

@media (min-width: 1200px) {
  .product-details {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}


/* Zoom Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modal-content-wrapper {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    touch-action: none;
}

#zoomImage {
    transform-origin: center center;
    max-width: 90vw; /* adjust as needed */
    max-height: 90vh; /* adjust as needed */
    user-select: none;
    transition: transform 0.1s ease-out;
    cursor: zoom-in; /* or dynamic cursor from JS */
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

#imageModal button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: none;
    font-size: 50px;
    height: clamp(50px,5vw,100px);
    width: clamp(50px,5vw,100px);
    cursor: pointer;
    font-family: math;
}

#imageModal .next-btn {
    right: 0;
}

#imageModal .prev-btn {
    left: 0;
}

@media (max-width: 992px) {
    #imageModal .next-btn, #imageModal .prev-btn {
        bottom: 0;
        height: 100px;
        width: 100px;
    }
}

.tax {
    font-size: 12px;
    color: #9a9a9a;
    margin-inline-end: 5px
}