/** Shopify CDN: Minification failed

Line 103:1 Expected "}" to go with "{"

**/
#Details-collapsible_tab_rxxntm-template--23661891912018__main .accordion-details__content {
    padding-block-end: 2rem;
    background: #F1EDD6;
    padding: 20px;
    margin-bottom: 15px;
}

input:is([type=checkbox],[type=radio]):after {
    display: none!important;


.f-price--on-sale .f-price-item--regular {
    color: #da1300!important;
}


.drawer__inner .f-price--on-sale .f-price-item--regular {
    color: #000000!important;
}

cart-drawer-products-recommendation {
  display: none!important;
}

cart-items li:last-child cart-drawer-products-recommendation {
  display: block!important;
}

.timer1 p {
      display: flex;
      flex-direction: column;
      font-weight: bold;
    margin-bottom: 0;
}

.barsold_kopstorm {
      background: #faf2e2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    margin-top: -15px;
  font-size: 12px;
}

.slider-controls {
  display: none!important;
}

svg[aria-labelledby="pi-unionpay"] {
  display: none!important;
}

@keyframes orangedot {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(229, 78, 57, 0.5);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(84, 198, 58, 0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(84, 198, 58, 0);
}
}

.orange-dot {
    background: #e44e39;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    animation: orangedot 2s linear infinite;
    transform: scale(1);
    display: inline-block;
    margin-right: 7px;
      top: -1px;
    position: relative; 
}

@media (max-width: 768px) {
  .barsold_kopstorm {
    background: #faf2e2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    margin-top: -15px;
    font-size: 12px;
}
}