/** Shopify CDN: Minification failed

Line 385:16 Unexpected "{"
Line 385:25 Expected ":"
Line 386:16 Unexpected "{"
Line 386:25 Expected ":"
Line 390:16 Unexpected "{"
Line 390:25 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    text-decoration: none !important;
}

.font-16 {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.footer-bottom a:hover {
    color: #fff !important;
}

.footer-bottom a {
    font-size: 13px;
}

p, span, li, button {
        font-family: var(--font-h2--family) !important;
}

#shopify-section-template--19142417186977__section_YzbLBn h3 {
    font-size: 16px;
}

#shopify-section-template--19142417186977__section_YzbLBn p {
    font-size: 12px;
} 

.product-card p {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 28px;
}

 .main-collection-grid span.price,  .main-collection-grid .compare-at-price {
    font-size: 20px;
    color: #C1281D;
    font-weight: 500;
}

.facets:not(.facets--drawer) .facets__filters-wrapper {
    margin-inline-end: 0 !important;
}


.facets--vertical {
    border: 1px solid #E5E7EB;
    padding: 10px  !important;
}

span.facets__label {
    color: #111827 !important;
    font-size: 18px;
    font-weight: bold;
}

.facets__summary .icon-caret {
    height: 30px;
    width: 23px;
}


 .facets__summary .svg-wrapper>svg {
    width: 30px !important;
    height: 30px !important;
}

.facets__summary .icon-caret svg path {
    color:#4B5563;
}


.products-count-wrapper {
    display:none !important;
}

.sorting-filter {
    z-index: var(--facets-upper-z-index);
    display: none !important;
}

fieldset.column-options {
   display: none !important;
}


.checkbox__input:checked+.checkbox__label .icon-checkmark {
    background-color: #E72315 !important;
    border-color: transparent !important;
}


.facets.facets--horizontal.facets-controls-wrapper.spacing-style {
    display: none;
}


/* product page css  */


.product-details {
    order: 1;
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
}


.product-information__media {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
}


.product-information__grid {
    display: flex;
}



.section {
    grid-template-columns: unset !important;
}

.product-information__grid {
    grid-column: 1 !important;
}





/* variant section css  */

.fd-main-image-wrap {
  width: 100%;
  min-width: 0; 
}

.fd-actions product-form {
    width: 100%;
}

.fd-main-slider {
  width: 100%;
  max-width: 100%;
}

.featured-deal-section {
    padding: 70px 0;
}

.fd-see-details {
    color: #C1281D;
    font-family: var(--font-h2--family) !important;
    font-weight: 500;
}

.fd-header { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:40px; gap:12px; }

.fd-top-label {
    color: #C1281D;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    font-style: italic;
}

.fd-main-title {
    margin: 0;
    font-size: 36px;
    color: #111;
    font-weight: 500;
}

.fd-see-details { color:#d33; text-decoration:none; font-weight:600; }

.fd-inner {
    gap: 28px;
    display: flex;
    align-items: stretch; /* match heights */
    position: relative;
}

.fd-left {
    position: relative;
    width: 50%;
}

.fd-main-image-wrap {
    position: relative;
    width: 100%;
    /* allow slider to determine height */
}

.fd-main-slider,
.fd-main-slider .fd-slide,
.fd-main-slider img {
    width: 100%;
    display: block;
}

.fd-main-slider img {
    height: 100%;
    object-fit: cover;
}

/* ensure slider container doesn't collapse */
.fd-main-slider .fd-slide {
    position: relative;
    height: 100%;
    padding-bottom: 100%;
}

.fd-main-slider .fd-slide {
    position: relative;
    height: 100%;
    padding-bottom: 100%;
}


.fd-main-slider .fd-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.center-menu ul li a {
    color: #000;
    transition: all .4s ease-in-out;
    font-size: 16px;
}

/* thumbs */
.fd-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 72px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.fd-thumb { background:transparent; border:1px solid #eee; padding:6px; border-radius:6px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.fd-thumb img { width:56px; height:56px; object-fit:cover; border-radius:4px; display:block; }
.fd-thumb:focus { outline:2px solid #d33; }

/* right card */
.fd-right { flex: 1 1 45%; min-width:300px; display:flex; }

.fd-product-card {
    background: #F7F7F7;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* rest */
.fd-product-title {
    margin: 0 0 11px;
    font-size: 24px;
    color: #111;
}

.fd-meta { display:flex; gap:12px; align-items:center; }

.fd-rating { display:flex; align-items:center; gap:8px; font-size:14px; color:#f5a623; }
.stars { display:flex; gap:4px; }
.star { width:14px; height:14px; fill:#f5a623; display:block; }

.fd-reviews-link { color:#666; text-decoration:none; font-size:13px; margin-left:6px; color:#111; }
.fd-sku { font-size:13px; color:#777; margin-left:8px; display:flex; gap:6px; align-items:center; }
.fd-share { background:transparent; border:0; cursor:pointer; margin-left:8px; padding:4px; }
.share-icon { width:18px; height:18px; fill:#c33; }

.fd-form {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.fd-fields { list-style:none; padding:0; margin:0 0 12px; display:block; }

.fd-field { display:flex; align-items:center; gap:12px; margin-bottom: 30px; }

.fd-field label { min-width:70px; font-weight:500; color:#1D1D1D; font-size:16px; font-family: var(--font-h2--family) !important; }

.fd-variant select {
    padding: 8px 10px;
    border: 1px solid #ddd;
    min-width: 220px;
    background-color: transparent;
}

.fd-price h4 {
    margin: 0;
    color: #C1281D;
    font-size: 24px;
    font-weight: 500;
}

.fd-delivery {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #2a9d3b;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-h2--family) !important;
}

.truck { width:18px; height:18px; fill:#2a9d3b; }

.qty-row .fd-qty {
    display: flex;
    align-items: center;
    border: 1px solid #6F6F6F;
}

.spf-col-xl-4 {
    max-width: 33.333333%;
    flex: 0 0 calc((100% / 3) - 11px) !important;
}

.fd-qty-input {
    width: 64px;
    padding: 6px;
    text-align: center;
    border: unset;
    border-radius: 0;
    background-color: transparent;
    border-right: 1px solid #6F6F6F;
    border-left: 1px solid #6F6F6F; 
}

.fd-qty-dec, .fd-qty-inc {
    padding: 6px 10px;
    border: unset;
    cursor: pointer;
    background-color: transparent;
}

.fd-actions { display:flex; gap:12px; align-items:center; margin-bottom:10px; margin-top:8px; flex-wrap:wrap; }
.fd-btn { padding:12px 22px; border-radius:30px; border:0; cursor:pointer;  }

.fd-btn-add {
    background: #c33;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    font-family: var(--font-h2--family) !important;
}

*:focus-visible {
    outline: unset !important;
    outline-offset: unset !important;
}

.fd-msg { margin-top:10px; color:green; font-weight:700; }

/* Hide number input arrows (WebKit + Firefox) */
#featured-deal-{{ section.id }} input[type=number]::-webkit-outer-spin-button,
#featured-deal-{{ section.id }} input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#featured-deal-{{ section.id }} input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-details>.group-block {
    height: min-content;
    background-color: #F7F7F7;
    padding: 22px;
}

product-recommendations p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.has-dropdown {
  position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 10px;
    min-width: 258px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 99;
}

.dropdown-menu li {
    margin: 0 !important;
    padding-bottom: 10px;
}

.prd-des {
    margin-bottom: 23px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 26px;
}

.has-dropdown:hover .dropdown-menu {
  display: block;
}

.page-contact-us #cml-footer-sections--19232719503521__cml_custom_footer {
    margin: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


@media(max-width:1199px) {

    .product-details h1 {
    font-size: 23px !important;
    line-height: 28px !important;
}

.fd-price h4 {
    margin: 0;
    color: #C1281D;
    font-size: 20px;
    font-weight: 500;
}

.fd-delivery {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #2a9d3b;
    font-weight: 500;
    font-size: 15px;
    font-family: var(--font-h2--family) !important;
}

}

@media(max-width:991px) {
.product-information__media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
}

.product-information__grid {
    display: flex;
    flex-direction: column;
}

.product-description .row {
    flex-direction: column;
}

.product-details {
    order: 1;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 23px;
}

.product-information {
    display: flex;
    flex-direction: column;
}

}

/* Responsive */
@media (max-width: 980px) {
  .fd-inner { flex-direction:column; }
  .fd-left { order:1; width:100%; }
  .fd-right { order:2; width:100%; }
  .fd-thumbs { flex-direction:row; width:auto; overflow:auto; position:static; margin-bottom:12px; }
  .fd-thumbs .fd-thumb img { width:48px; height:48px; }
  .fd-main-slider .fd-slide { min-height:320px; }
  .fd-main-title { font-size:22px; }
}

@media(max-width:768px) {
    .product-details>.group-block {
    height: min-content;
    background-color: #F7F7F7;
    padding: 22px !important;
}

.breadcrumb {
    font-size: 10px !important;
    margin: 20px 0 26px;
    color: #666;
}

}

@media(max-width:480px) {
    .product-details>.group-block {
    height: min-content;
    background-color: #F7F7F7;
    padding: 10px !important;
}

.product-details h1 {
    font-size: 20px !important;
    line-height: 26px !important;
}

.fd-field label {
    min-width: 70px;
    font-weight: 500;
    color: #1D1D1D;
    font-size: 14px;
    font-family: var(--font-h2--family) !important;
}

.fd-field {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 30px;
}

.fd-price h4 {
    margin: 0;
    color: #C1281D;
    font-size: 16px;
    font-weight: 500;
}

.fd-delivery {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #2a9d3b;
    font-weight: 500;
    font-size: 12px;
    font-family: var(--font-h2--family) !important;
}

}

/* variant  css end  */