/** Shopify CDN: Minification failed

Line 385:6 Expected identifier but found whitespace
Line 385:8 Unexpected "{"
Line 385:17 Expected ":"
Line 390:6 Expected identifier but found whitespace
Line 390:8 Unexpected "{"
Line 390:17 Expected ":"

**/
/* custom css */

.container-wrap {
max-width: 1366px;
margin: auto;
padding: 0 15px;
}

.cart-page {
max-width: 1366px;
padding: 0 15px;
width:100%;
margin: 50px auto;
}
.feature-section {
text-align: center;

}
.cart-items__table-row {
grid-template-columns: 15.5rem 1fr -1fr minmax(var(--cart-item-price-width),auto) !important;
}

td.cart-items__details.cart-primary-typography .cart-items__title {
font-size: 25px;
}

td.cart-items__details.cart-primary-typography .cart-items__properties dt {
font-weight: 600;
}

.add-to-cart-text {
width: auto;
}

.product-section {
background: transparent !important;
}
.shop-button {display: flex;justify-content: center;padding-top: 20px;}

.porduct-grid h4, .product-recommendations .resource-list__item h4 {
padding-top: 26px;
font-size: 20px;
font-weight: 600;
color: #333333;
}

.porduct-grid h4, .product-recommendations .resource-list__item h4 {
padding-top: 0px;
font-size: 24px;
font-weight: 600;
color: #333333;
}

.button:hover {
background: #405577 !important;
color: #fff !important;
}

.product-section {
background: #FBFBFB !important;
}


.product-recommendations .section-resource-list__content p {
font-weight: 700 !important;
font-size: 25px !important;
line-height: 100%;
letter-spacing: 4px !important;
text-transform: capitalize;
color: #3A3A3A !important;
}
.featured-blog-posts-card__content h4 {
color: #3A3A3A;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 1px;
}

.featured-blog-posts-card__content  .blog-post-card__content-text {font-weight: 400;font-size: 16px;line-height: 26px;letter-spacing: 1px;}

.featured-blog-posts-card__content a {
color: #CC1B19 !important;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 1px;
text-decoration: underline;
padding-top: 17px;
display: inline-block;
}
/* Layout */
.testimonials-section { padding: 60px 0; background: #fff; text-align: center; }
.testimonials-heading {  margin-bottom: 46px; }

.glide__slides { align-items: stretch; }
.glide__slide { display: flex; justify-content: center; padding: 10px 0; box-sizing: border-box; }

.testimonial-card {
border-radius: 20px;
padding: 30px;
width: 100%;
display: flex;
flex-direction: column;
transition: transform .25s ease, box-shadow .25s ease;
text-align: left;
box-shadow: 0px 0px 6px 0px #F2F3FC;
}

.testimonial-stars { color: #f5b642; margin-bottom: 10px; font-size: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 15px; color:#405577; line-height:1.6; margin-bottom: 20px; text-align:left; }

.testimonial-author { display:flex; align-items:center; gap:23px; margin-top:10px; }
.testimonial-avatar, .testimonial-avatar-placeholder {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
background: #D9D9D9;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 2px 9px 0px #7880948F;
}

.testimonial-author-info { text-align:left; }
.testimonial-name { font-size:20px; margin:0 0 4px; font-weight:600; color:#3A3A3A; }
.testimonial-role { font-size:14px; color:#405577; }

.testimonial-card .testimonial-title h4 {
color: #3A3A3A;
font-weight: 600;
font-size: 18px;
}
/* Bullets */
.glide__bullets {
margin-top: 18px;
display: flex;
justify-content: center;
gap: 8px;
bottom: -50px !important;
}
.testimonials-section .glide .glide__bullet {
width: 12px;
height: 12px;
border-radius: 50%;
background: #D9D9D9;
border: none;
cursor: pointer;


}

.testimonials-section .glide .glide__bullet--active {
background:#CC1B19;

}

.hero-banner {
position: relative;
width: 100%;
display: flex;
align-items: center;
overflow: hidden;
transition: all 0.3s ease;
min-height: var(--hero-height-desktop);
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hero-banner .hero-inner {
position: relative;
z-index: 2;
width: 100%;
max-width: 1366px;
margin: 0 auto;
padding: 0 5%;
display: flex;
}

/* Layout 1 – Default (Left aligned fixed) */
.hero-layout-1 { justify-content: flex-start; text-align: left; }

/* Layout 2 – Custom Alignment */
.hero-layout-2-left { justify-content: flex-start; text-align: left; }
.hero-layout-2-center { justify-content: center; text-align: center; }
.hero-layout-2-right {
justify-content: flex-end;
text-align: right;
padding-right: 0 !important;
}

.hero-content {
max-width: 600px;
text-align:center; 
}

.hero-title {
font-size: 48px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: 4px;
text-transform: capitalize;
}

.hero-subheading {
font-size: 18px;
margin-bottom: 30px;
}

.hero-btn {
display: inline-block;
padding: 10px 30px;
border-radius: 50px;
text-decoration: none;
transition: all 0.3s ease;
font-size: 16px;
letter-spacing: 2px;
font-weight: 500;
}

.hero-banner .hero-inner .hero-btn:hover{
background: #405577 !important ;
color: #fff !important;
}

.featured-blog__button-wrapper {
padding-top: 88px;
}
.featured-blog-posts h3, .testimonials-heading {
font-size: 48px;
font-weight: 600;
color: #3A3A3A;
}
.faq-section .faq-header {
margin-bottom: 55px;
text-align: center;
}

.faq-section  .faq-title {
font-size: 48px;
font-weight: 700;
color: #3A3A3A;
margin-bottom: 25px;
}

.faq-section  .faq-subheading {
color: #405577;
font-size: 18px;
line-height: 1.6;
}

.faq-section  .faq-items {
display: flex;
flex-direction: column;
}
.faq-section .faq-item {
overflow: hidden;
transition: all 0.3s ease;
padding: 12px 0;
border-top: 2px solid #ebe6e7;
}
.faq-section .faq-item:hover h4 {
text-decoration: underline;
}
.faq-question {
width: 100%;
text-align: left;
background: transparent;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
transition: background 0.3s ease, color 0.3s ease;
padding-left : 0;
}

.faq-question h4 {
margin: 0;
letter-spacing: 2px;
font-weight: 700;
font-size: 18px;
color: #222;
}
.faq-section .add_padding {
max-width: 800px;
width:100%;
}
.faq-section .faq-item:last-child {
border-bottom: 2px solid #ebe6e7;
}
.faq-section  .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}

.faq-item.active .faq-question {
padding-bottom: 15px;
}
.faq-section  .faq-answer p {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
}

.faq-section svg.faq-icon {
width: 16px;
height: 16px;
transform: rotate(270deg);
transition: transform 0.3s 
ease;
}

.faq-section  .faq-item.active .faq-icon {
transform: rotate(360deg);
}

.feature-section .section-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 50px;
color: #3a3a3a;
letter-spacing: 4px;
text-transform: capitalize;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 25px;
justify-items: center;
}

.feature-item {
text-align: center;
transition: all 0.3s ease;
max-width: 300px;
box-shadow: 0px 0px 6px 0px #F2F3FC;
padding: 15px 29px;
border-radius: 18px;
}

.feature-item:hover {
transform: translateY(-5px);
}

.feature-icon {
width: 96px;
height: 96px;
margin: 0 auto 20px;
background: #F5F5F5;
border-radius: 50%;
display: flex;
justify-content: center;
}

.feature-icon img {
width: 64px;
}

.feature-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
color: {{ section.settings.icon_title_color }};
}

.feature-text {
font-size: 16px;
color: {{ section.settings.icon_text_color }};
line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
.feature-section .section-title {
font-size: 28px;
}
.feature-title {
font-size: 18px;
}
.feature-text {
font-size: 15px;
}
}

@media screen and (max-width: 1200px) {
.custom-menu-list {
gap: 30px !important;

}
.porduct-grid h4, .product-recommendations .resource-list__item h4 {
font-size: 17px;
}
.hero-title {
font-size: 40px;
}
.hero-layout-2-right .hero-content {
padding-right: 30px;
}

.hero-layout-2-right .hero-content {
padding-right: 30px;
}

.hero-title {
font-size: 40px;
}

.feature-section, .testimonials-section, section.faq-section, .blog-section {
padding: 50px 0 !important;
}

.featured-blog-posts h3, .testimonials-heading, .faq-section .faq-title {
font-size: 37px  !important;
}


.featured-blog-posts {
padding: 0;
}

.testimonials-section .glide__bullets {
bottom: -30px !important;
}
.featured-blog-posts-card__content h4 {
font-size: 16px;
}
.footer-custom .footer-inner {
gap: 30px !important;
}
.footer-custom .footer-inner .footer-logo, .footer-custom .footer-inner .quick-link, .footer-custom .footer-inner .product-link, .contact-info {
width: 22% !important;
}
.footer-custom .footer-inner .product-link ul li {
width: 100% !important;
}

}

/* Responsive Height Logic */
@media (max-width: 1024px) {
.hero-banner {
min-height: var(--hero-height-tablet);
}
}


@media (min-width: 768px) and (max-width: 991px) {
.footer-custom .footer-inner .footer-logo, .footer-custom .footer-inner .quick-link, .footer-custom .footer-inner .product-link, .contact-info {
width: 47%!important;
}
}


@media screen and (max-width: 991px) {
.top_bar_section .top_bar {
flex-wrap: wrap;
row-gap: 30px;
justify-content: space-between;
column-gap: 15px;
}

.top_bar_section .top_bar .left-colum {
width: 100%;
display: flex;
}


.top_bar_section .top_bar .left-colum .logo img {
width: 200px;
}

.top_bar_section .top_bar .search-form {
width: 59%  !important;
}

.top_bar_section .top_bar .righ-colum {
width: max-content !important;
}

.custom-header-menu {padding: 0 !important;}

.mobile-menu-toggle {
position: absolute;
right: 13px;
top: -128px;
}

.mobile-menu-toggle span {
background: #CC1B19 !important;
}
button.mobile-menu-toggle.active {
gap: 3px;
}
}


@media screen and (max-width: 767px) {
.hero-banner {
min-height: var(--hero-height-mobile);
}
.hero-title { font-size: 32px; }
.hero-subheading { font-size: 16px; }

.testimonials-section { padding: 40px 0; }
.testimonial-card { padding:20px; }
.feature-item {
max-width: 100% !important;
}
.featured-blog-posts h3, .testimonials-heading, .faq-section .faq-title {
font-size: 30px !important;
}

.cart-items__table-row {
display: flex !important;
flex-wrap: wrap !important;
}

.faq-question {
padding: 20px !important;
}

.faq-question h4 {
font-size: 16px !important;
}
.footer-custom .footer-inner .footer-logo, .footer-custom .footer-inner .quick-link, .footer-custom .footer-inner .product-link, .contact-info {
width: 100%!important;
}

.footer-custom {
padding: 30px 0 0 !important;
}

.footer-custom .footer-inner   h4 {
margin-bottom: 30px !important;

}
.footer-bottom {
margin-top: 30px !important;
}
.blog-section .resource-list.resource-list--grid {
grid-template-columns: auto;
gap: 0;
}
.featured-blog__button-wrapper {
padding-top: 30px !important;
}
.feature-section, .faq-section, .blog-section {
padding: 30px 0!important;
}

.testimonials-section {
padding: 30px 0 65px !important;
}
.testimonials-heading {
margin-bottom: 20px !important;
}
.porduct-grid, .hero-banner  {
padding: 30px 0 !important;
}
.grid.main-collection-grid {
padding: 0 15px !important;
}
.product-grid {
grid-template-columns: auto;
}
.product-information {
padding: 30px 15px !important;
}

}

.quantity-selector input[type=number] {
padding: 0px !IMPORTANT;
}
button.button.quantity-minus.button-unstyled:hover,
button.button.quantity-plus.button-unstyled:hover {
    background: transparent !IMPORTANT;
    color : #000 !IMPORTANT;
} 