
@import '../blocks//lazyblock-get-latest-testimonials/block.css';

.before-shop-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.before-shop-loop .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce-tabs ul {
  list-style: none;
  padding: 0;
}

.woocommerce-tabs ul li {
  display: inline-block;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  max-width: 50%;
}

/* Wp gallery */
.gallery {
  margin: 0 auto 18px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: rgb(12, 5, 5);
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* Comment form */
.comments .comment-form-wrapper {
  display: none;
}

.wp-block-woocommerce-checkout-express-payment-block {
  display: none;
}

/* US Customs Notice Styles */
.us-customs-notice {
  margin-bottom: 20px !important;
  padding: 15px !important;
  background-color: #fff3cd !important;
  border: 1px solid #ffeaa7 !important;
  border-left: 4px solid #f39c12 !important;
  border-radius: 4px !important;
  color: #856404 !important;
  font-size: 14px;
  line-height: 1.5;
}

.us-customs-notice strong {
  color: #664d03 !important;
  font-weight: 600;
}

.us-customs-notice .fas {
  color: #f39c12 !important;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 18px;
  flex-shrink: 0;
}

.us-customs-notice > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .us-customs-notice {
    padding: 12px !important;
    font-size: 13px;
  }
  
  .us-customs-notice .fas {
    font-size: 16px;
    margin-right: 8px;
  }
}