/** Shopify CDN: Minification failed

Line 11:33 Unexpected "{"
Line 11:42 Expected ":"
Line 11:49 Unexpected "{"

**/
/* Custom Product Blocks Styles */

/* Product Price Block - Column Layout (Dash Price) */
.x-block-dash-price #dash-price-{{ section.id }} {
  display: flex;
  flex-direction: column;
}

.x-block-dash-price .x-price-compare {
  display: flex;
  align-items: center;
}

.x-block-dash-price .x-price-compare .x-price-label {
  font-weight: 500;
}

.x-block-dash-price .x-price-current {
  display: flex;
  align-items: center;
}

.x-block-dash-price .x-price-current .x-price-label {
  font-weight: 600;
}

.x-block-dash-price .x-price-extra {
  font-style: italic;
}

/* Product Short Description */
.product__short-description {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 0.5rem;
}

.product__short-description p {
  margin: 0;
}
.x-tags-product_tags_izLktd .x-tag-item svg * {
  fill: none;
  stroke: #5b5b5b;
}
/* Custom Reviews */
.x-block-custom-reviews .custom-reviews__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Cashback Block */
.x-block-cashback {
  font-weight: 500;
}

.product-cashback {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}

.product-cashback__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product-cashback__icon svg {
  width: 20px !important;
  height: 20px !important;
  color: var(--cashback-color, currentColor);
}

.product-cashback__icon svg * {
  fill: var(--cashback-color, currentColor) !important;
  stroke: var(--cashback-color, currentColor) !important;
}

.product-cashback__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cashback-color, inherit);
}

.product-cashback__value {
  font-weight: 700;
}

/* Installment Block */
.x-installment {
  font-weight: 500;
}

.x-installment svg {
  width: 16px !important;
  height: 16px !important;
}
.x-block-price .x-installment svg * {
  stroke: unset;
}
.x-installment svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Custom Reviews */
.x-block-custom-reviews .custom-reviews__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.x-block-custom-reviews .custom-reviews__stars {
  display: flex;
  gap: 0.125rem;
}

.x-block-custom-reviews .custom-reviews__star {
  color: #fbbf24;
  font-size: 1rem;
}

.x-block-custom-reviews .custom-reviews__rating {
  font-weight: 600;
  font-size: 0.875rem;
}

.x-block-custom-reviews .custom-reviews__separator {
  opacity: 0.5;
}

.x-block-custom-reviews .custom-reviews__count {
  opacity: 0.7;
  font-size: 0.875rem;
}

/* Product Benefits */
.x-block-product-benefits .product-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.x-block-product-benefits .product-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.x-block-product-benefits .product-benefits__check {
  color: #10b981;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* Delivery Info */
.x-block-delivery-info .product__delivery {
  padding: 0.75rem;
  background-color: rgba(var(--colors-background-secondary), 0.5);
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.x-block-delivery-info .product__delivery-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.x-block-delivery-info .product__delivery-text {
  flex: 1;
}

.x-block-delivery-info .product__delivery-dates {
  font-weight: 600;
}

.x-block-delivery-info .product__delivery-badge {
  color: #10b981;
  font-weight: 600;
  font-size: 0.875rem;
}

.x-block-delivery-info .product__delivery-confirmation {
  font-size: 0.875rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}

/* Trust Blocks */
.x-block-trust-blocks .product__trust-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .x-block-trust-blocks .product__trust-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

.x-block-trust-blocks .product__trust-block {
  padding: 0.75rem;
  background-color: rgba(var(--colors-background-secondary), 0.3);
  border-radius: 0.5rem;
  text-align: center;
}

.x-block-trust-blocks .product__trust-icon {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.x-block-trust-blocks .product__trust-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.x-block-trust-blocks .product__trust-title {
  font-weight: 600;
  font-size: 0.875rem;
}

.x-block-trust-blocks .product__trust-text {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}

/* Product Details */
.x-block-product-details .product__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.x-block-product-details .product__details-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.x-block-product-details .product__details-check {
  color: #10b981;
  font-weight: bold;
}

/* Benefits List */
.x-block-benefits-list .product-benefits__title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.x-block-benefits-list .product-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.x-block-benefits-list .product-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.x-block-benefits-list .product-benefits__icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.x-block-benefits-list .product-benefits__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Stock Alert */
.x-block-stock-alert .product-stock-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.25rem;
}

.x-block-stock-alert .product-stock-alert__dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ef4444;
  border-radius: 9999px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.x-block-stock-alert .product-stock-alert__text {
  font-size: 0.875rem;
  color: #dc2626;
  font-weight: 500;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .x-block-stock-alert .product-stock-alert {
    background-color: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.3);
  }
}

/* Product Badges Block */
.x-block-product-badges {
  animation: fadeIn 0.3s ease-in;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--badge-border-color, #10b981);
  border-radius: 9999px;
  padding: 0.375rem 0.875rem;
  background-color: transparent;
  transition: all 0.2s ease;
}

.product-badge:hover {
  background-color: rgba(var(--badge-border-color-rgb, 16, 185, 129), 0.1);
}

.product-badge__inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-badge__svg,
.product-badge__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product-badge__svg svg {
  width: 20px;
  height: 20px;
  fill: var(--badge-text-color, #10b981);
  color: var(--badge-text-color, #10b981);
}

.product-badge__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.product-badge__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--badge-text-color, #10b981);
  white-space: nowrap;
  line-height: 1.25rem;
}

@media (max-width: 640px) {
  .product-badge {
    padding: 0.25rem 0.75rem;
  }
  
  .product-badge__text {
    font-size: 0.8125rem;
  }
  
  .product-badge__svg,
  .product-badge__icon {
    width: 18px;
    height: 18px;
  }
  
  .product-badge__svg svg {
    width: 18px;
    height: 18px;
  }
  
  .product-badge__icon img {
    width: 18px;
    height: 18px;
  }
}
