/* #related-products .products {
  margin-bottom: 120px;
} */

/* Mini Cart Terms & Conditions Checkbox */
.mini-cart-terms-wrapper {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px solid #eee;
}

.mini-cart-terms-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  gap: 10px;
}

.mini-cart-terms-checkbox {
  margin: 3px 0 0 0;
  cursor: pointer;
  min-width: 16px;
  min-height: 16px;
}

.mini-cart-terms-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.mini-cart-terms-text a {
  color: #007bff;
  text-decoration: none;
}

.mini-cart-terms-text a:hover {
  text-decoration: underline;
}

/* Disabled buttons styling */
.woocommerce-mini-cart__buttons a.disabled,
.woocommerce-mini-cart__buttons button.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

/* Shake animation */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.shake-animation {
  animation: shake 0.5s;
}

/* Highlight checkbox when shaking */
.shake-animation .mini-cart-terms-checkbox {
  outline: 2px solid #ff4444;
  outline-offset: 2px;
}

.woocommerce-mini-cart__buttons.buttons a.disabled {
  pointer-events: none !important;
}

/* Cart Page Terms & Conditions Checkbox */
.cart-terms-wrapper {
  padding: 15px 20px;
  margin: 0 0 15px 0;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.cart-terms-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  gap: 10px;
}

.cart-terms-checkbox {
  margin: 3px 0 0 0;
  cursor: pointer;
  min-width: 18px;
  min-height: 18px;
}

.cart-terms-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.cart-terms-text a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.cart-terms-text a:hover {
  text-decoration: underline;
}

/* Disabled checkout button styling */
.wc-proceed-to-checkout a.checkout-button.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

/* Shake animation for cart page */
.cart-terms-wrapper.shake-animation {
  animation: shake 0.5s;
}

.cart-terms-wrapper.shake-animation .cart-terms-checkbox {
  outline: 2px solid #ff4444;
  outline-offset: 2px;
}

.wc-block-checkout__half-width {
  box-sizing: border-box;
  flex: 1 0 calc(50% - 12px);
}

.woocommerce-cart .woocommerce-shipping-totals.shipping {
  display: none;
}

.home .site-footer {
  margin-top: 0 !important;
}
.cpt-class-4 a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cpt-class-4 a:hover {
  color: #ff8f00;
  text-decoration-color: #ff8f00;
}
.cr-ajax-search {
  display: none !important;
}
.single-product-wrapper .product-detail .product-wishlist {
  margin-bottom: 0;
}
.single-product-wrapper .product-detail .product-wishlist .tinv-wishlist {
  display: inline-block;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-detail .single_add_to_cart_button {
  max-width: 200px;
}
@media (max-width: 768px) {
  .cpt-class-2 strong {
    font-size: 16px !important;
  }
}

/* Custom Product Tabs Styles */
.partdo-child-tab-content {
  position: relative;
  min-height: 50px;
}

.tab-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.partdo-child-tab-content.loaded .tab-loading {
  display: none;
}

/* Tab Content Styles */
.please-note-content,
.shipping-content,
.emissions-compliance-content {
  padding: 20px 0;
}

.please-note-content h3,
.shipping-content h3,
.emissions-compliance-content h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.please-note-text,
.shipping-text,
.emissions-compliance-text {
  line-height: 1.6;
  color: #666;
}

.please-note-text p,
.shipping-text p,
.emissions-compliance-text p {
  margin-bottom: 15px;
}

.please-note-text p:last-child,
.shipping-text p:last-child,
.emissions-compliance-text p:last-child {
  margin-bottom: 0;
}
.grecaptcha-badge {
  display: none !important;
}

.woocommerce-cart .mini-cart-terms-wrapper {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}

.woocommerce-cart .ppc-button-wrapper {
  margin-top: 20px;
}