
/* ===== CUSTOMIZES ===== */

.catalog-product-view .page-main{
	background-color: var(--color-gray-100);
	margin-top:0;
	margin-bottom:0;
}
input[name="qty"]{
	border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.rounded-t-lg {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}
.rounded-b-lg {
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}
.home-slider .slider-button{background:#21529833;}
.home-slider .slider-content{padding-left:10%}

.aria-expanded\:font-medium[aria-expanded=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}

.product-cpi-custom-options select{width:130px; padding-right: 30px;}
span.sup {color:red;}
select >option:disabled {
    display: none;
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.marquee-track.animate {
  animation: marquee linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===== MIN WIDTH ===== */
@media (min-width: 992px) {
	.cms-index-index .page-main{
		margin-top:0 !important;
	}	
	
	.home-slider .slider-content h2{font-size:60px;}
}

/*  XL  */
@media (min-width: 80rem) {
	.xl\:w-1\/5 {
		width: 20%
	}
	
	.xl\:w-1\/6 {
		width: 16.666%
	}
	
	.xl\:w-1\/7 {
		width: 14.285%
	}
	
	.home-slider .slider-content h2{font-size:60px;}
	.commitment-to-quality .our-story{margin-left:20%;}
}

/*  LG  */
@media (min-width: 64rem) {
    .lg\:block {
        display: block;
    }

}

/*  MD  */
@media (min-width: 48rem) {
}

/*  SM  */
@media (min-width: 40rem) {
	
}


/* ===== MAX WIDTH ===== */

/*  MD  */
@media (max-width: 48rem) {
	.product-cpi-custom-options{margin: 15px 0;}
}

/* ===== HILLTOP BLOG CUSTOM CSS ===== */
.bg-hilltop-brand-blue-dark {
    background-color: #295196 !important;
}
.text-hilltop-brand-blue-dark {
    color: #295196 !important;
}
.bg-hilltop-yellow {
    background-color: #ffcd30 !important;
}

/* Blog Post content WYSIWYG formats */
.amblog-post-content {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563; /* text-gray-600 */
}
.amblog-post-content p {
    margin-bottom: 1.25rem;
}
.amblog-post-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827; /* text-gray-900 */
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.amblog-post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.amblog-post-content ul {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.25rem;
}
.amblog-post-content ol {
    list-style-type: decimal !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1.25rem;
}
.amblog-post-content li {
    margin-bottom: 0.5rem;
    color: #4b5563;
}
.amblog-post-content strong, 
.amblog-post-content b {
    font-weight: 700;
    color: #111827;
}

/* Blockquote styles for blog posts */
.amblog-post-content blockquote {
    background-color: #f8fafc; /* bg-slate-50 */
    border-left: 4px solid #295196; /* border-hilltop-brand-blue-dark */
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
}
.amblog-post-content blockquote p {
    font-style: italic;
    color: #374151; /* text-gray-700 */
    margin-bottom: 0.5rem;
    line-height: 1.625;
}
.amblog-post-content blockquote p:last-child {
    margin-bottom: 0;
}
.amblog-post-content blockquote cite {
    font-size: 0.875rem;
    color: #6b7280; /* text-gray-500 */
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-top: 0.5rem;
}
/* Sidebar blocks layout matching mockup */
.amblog-element-block {
    background-color: #ffffff;
    padding: 1.5rem !important; /* p-6 */
    margin-bottom: 2rem !important; /* space-y-8 spacing */
}
/* Sidebar newsletter block brand background */
.amblog-element-block[data-set="sidebar-subscribe-to-newsletter"],
.amblog-element-block[data-set="sidebar-newsletter"] {
    background-color: #295196 !important;
    border: none !important;
}
.amblog-element-block[data-set="sidebar-subscribe-to-newsletter"] *,
.amblog-element-block[data-set="sidebar-newsletter"] * {
    color: #ffffff !important;
}
.amblog-element-block[data-set="sidebar-subscribe-to-newsletter"] input,
.amblog-element-block[data-set="sidebar-newsletter"] input {
    color: #374151 !important; /* input text gray-700 */
}
