/** Shopify CDN: Minification failed

Line 255:0 Unexpected "}"

**/
.product-gallery__carousel,
.product-gallery__image-list img {
    border-radius: 8px;
}

.product-gallery__thumbnail,
.product-gallery__thumbnail img{
    border-radius: 5px;  
}

.cart-drawer__complementary-products.complementary-products {
    padding: 0px;
    border: unset;
}

.complementary-products__product-list {
    padding: 10px var(--drawer-body-padding-inline);
    background: #f7f7f7;
    margin: 0 0 25px;
}

.complementary-products__header .main_heading_upsell {
    text-decoration: none;
    font-size: 18px !important;
    margin-bottom: 9px !important;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    &:before{
      left: 0;
    }
    &:after{
      right: 0;
    }
    &:before,
    &:after{
      content: "";
      position: absolute;
      top: 50%;
      width: calc(50% - 100px);
      border-top: 1px solid #000;
    }
}

.cartsub_upsell{
    text-align: center;
    margin-bottom: 15px !important;
    margin-top: -13px !important;
    font-size: 14px;
    background: #ffffff;
    width: max-content;
    margin: 0 auto;
    padding: 1px 8px;
    border-radius: 4px;
    color: #df8096;
    font-weight: 600;
}


cart-drawer .line-item__media {
    width: 100px !important;
}
cart-drawer line-item {
    align-items: flex-start !important;
}


.line-item-info li.discount-badge.text-xs {
    border-radius: 100px;
}

.cart-drawer__footer button.button.w-full[type="submit"] {
    border-radius: 10px;
}

img.line-item__media,
cart-drawer .horizontal-product-card__figure img {
    filter: brightness(.97);
    border-radius: 8px;
}

[data-block-type="buy-buttons"] {
    margin-block-end: 0px;
}

buy-buttons.buy-buttons button {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 14px;
    height: 62px;
}

.product-info__block-item{
  & > div{
    display: flex;
    align-items: center;
    gap: 14px;
  }
  & compare-at-price.h5.text-subdued.line-through {
    order: 1;
    font-size: 18px;
    letter-spacing: -0.1px;
    /* font-weight: bold; */
}
  & sale-price.h4.text-on-sale {
      order: 2;
      font-size: 24px;
      letter-spacing: -0.1px;
      font-weight: bold;
  }
  & on-sale-badge.badge.badge--on-sale {
    padding: 4px 10px;
    font-weight: 700;
    margin-left: -3px;
    text-transform: unset !important;
    border-radius: 6px;
    letter-spacing: 0.5px;
    color: black;
}
}


h1.product-title.h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.1111111111;
    letter-spacing: 0.9px;
    text-transform: unset;
}

.product-info__block-item.itm_less_space {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    & .feature-badge{
      padding-left: 0px!important;
      gap: 5px !important;
      padding-bottom: 0;
    }
}

.image-with-text--reverse>:is(picture,svg,img,video){
  order: 9999;
}

button.button.w-full[name="checkout"] {
    font-weight: 600;
}

/* bubble */
.count-bubble {
    --size: 1.25rem;
    font-size: 0.6875rem;
    width: var(--size);
    height: var(--size);
    min-width: min-content;
    border-radius: 100%;
    background: rgb(var(--text-color));
    color: rgb(var(--background));
    place-items: center;
    padding-inline-start: 0.25rem;
    padding-inline-end: 0.25rem;
    font-weight: 600;
    line-height: 1;
    display: grid;
}

/* bubble */
.drawer::part(content){
  --drawer-max-width: min(99vw, 40rem);
}

span.delvry__cntry__selection:after {
    content: var(--shipping-message-cstmm);
}

.total_compare_price {
    opacity: 1 !important;
    color: #969696 !important;
    font-weight: 400 !important;
    text-decoration: line-through;
    margin-right: 8px;
}

.bold_kopstorm {
  font-weight: 600 !important;
  font-size: 18px;
}

#carttotal_wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bold_kopstorm {
  font-weight: 600 !important;
  font-size: 18px;
}

.cart_footer-summary_savings {
  font-size: 10px;
  font-weight: 800;
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
  line-height: 1.5;
  border-radius: 500px;
  margin-left: .25rem;
  padding: .125rem .375rem;
  display: flex;
  align-items: center;
}

/* line-item-quantity.h-stack.gap-4 svg,
line-item-quantity.h-stack.gap-4 input {
  color: #d9dfe6;
} */

.sale_goes_br {
  color: rgb(var(--on-sale-text));
  margin-left: 5px;
}

s.cart-item__old-price.product-option{
  color: #636363;
}

.product-card {
  gap: 3px;
}

.product-information.section {
    font-size: large;
    font-weight: 600;
    margin-left: 6px;
    color: #16a41d;
  }
  & s.compare-at-price {
    opacity: 1;
    color: black;
    font-size: 16px;
  }
}
product-card {
  & span.price {
    color: #d84339;
  }
  & s.compare-at-price {
    opacity: 1;
    color: black;
  }
}
/*stock usp*/
.cstm-usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -1rem 0;
}

.cstm-usp-item:not(:last-child) {
  margin-bottom: 8px;
}

.cstm-usp-item .cstm-usp-icon {
  height: 25px;
  width: auto;
}

.cstm-usp-item .cstm-usp-text {
  margin: unset;
}

.cstm-usp-item .cstm-usp-text.red {
  color: #c20000;
}

.blob {
  display: block !important;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  margin-left: 5px;
}

.blob.red {
  background: #c20000;
  box-shadow: 0 0 0 0 #c20000;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #c20000;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}


@media screen and (max-width: 767px) {
    .bold_kopstorm {
        font-size: 16px !important;
    }
}