/** Shopify CDN: Minification failed

Line 376:16 Unexpected "{"
Line 376:25 Expected ":"
Line 377:16 Unexpected "{"
Line 377:25 Expected ":"
Line 381:16 Unexpected "{"
Line 381:25 Expected ":"

**/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


.header-menu__inner li a span {
     font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
       font-family: "Public Sans", sans-serif;
}

.product-grid :is(h3,p) {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}

.main-collection-grid .product-grid__item {
    border: 1px solid #858585;
    border-radius: 8px;
}

.product-grid__card.product-grid__card {
    border-radius: 8px;
}

.container {
    max-width: 1485px !important;
    padding: 0 30px;
}

.transparent-btn {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: unset !important;
}

.transparent-btn:hover {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: unset !important;
        transform: unset !important;
}

 .custom-feature-collection .site-btn {
    width: 50%;
    text-align: end;
}

.site-btn .transparent-btn {
    width: 100%;
    text-align: end;
    display: flex;
    gap: 10px;
    justify-content: end;
    color: #A22832;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
}

.site-btn .transparent-btn:hover {
    color: #A22832;
}

 .transparent-btn{
    width: 50%;
    text-align: end;
}

.transparent-btn::before{
    display: none;
    transform: unset !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: unset !important;
}

.site-btn a {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 100px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Background animation layer */
.site-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #503B23; /* hover color */
    transition: all 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.site-btn a:hover::before {
    left: 0;

}

/* Text color change */
.site-btn a:hover {
        border-color: #503B23 !important;
    color: #fff;
    transform: translateY(-2px);
}





/* product page css  */






/* 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; }

.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: 10px; }

.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-custom-contact-us #cml-footer-sections--19232719503521__cml_custom_footer {
    margin: 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;
}

}


.size-chart-text {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #6F6F6F;
    padding: 8px;
    cursor: pointer;
}


.chart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.chart-popup.active {
  display: block;
}

.chart-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.chart-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  transition: 0.3s ease;
}

.chart-popup.active .chart-content {
  transform: translate(-50%, -50%) scale(1);
}

.chart-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: #000;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.size-chart-text {
  cursor: pointer;
  text-decoration: underline;
}



.product-logistics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.product-logistics .vendor a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-logistics .vendor a:hover {
  color: #ff6a00;
}

.product-logistics .separator::before {
  content: "|";
  color: #ccc;
  margin: 0 6px;
}

.product-logistics .variant-sku,
.product-logistics .variant-barcode {
  color: #666;
  font-weight: 400;
}

.product-logistics span span:first-child {
  font-weight: 600;
  color: #000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-logistics {
    font-size: 13px;
    gap: 6px;
  }

  .product-logistics .separator::before {
    margin: 0 4px;
  }
}


.socials {
  margin-top: 15px;
}

.socials ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Each icon button */
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover animation */
.socials a:hover {
  transform: translateY(-3px);
  color: #fff;
}

/* Individual brand colors on hover */
.socials li:nth-child(1) a:hover {
  background: #1877f2; /* Facebook */
}

.socials li:nth-child(2) a:hover {
  background: #000; /* X */
}

.socials li:nth-child(3) a:hover {
  background: #e60023; /* Pinterest */
}

/* Icon styling */
.socials svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

/* Icon zoom effect */
.socials a:hover svg {
  transform: scale(1.2);
}

/* Tooltip */
.socials a::after {
  content: attr(title);
  position: absolute;
  bottom: -28px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  white-space: nowrap;
}

.socials a:hover::after {
  opacity: 1;
  bottom: -35px;
}


.menu-list__link {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.menu-list__link:hover {
   color: #A22832;
}

header a:hover  {
color: #A22832 !important;
}



.menu-list__link.menu-list__link--active span {
    color: #A22832 ;
}

.menu-arrow {
  display: inline-flex;
  transition: 0.3s ease;
}

ul.mega-menu__list {
    display: flex;
    justify-content: center;
}

/* hover pe rotate */
.menu-list__link:hover .menu-arrow {
  transform: rotate(180deg);
}

/* optional: active state */

.menu-list__link:hover .menu-arrow,
.menu-list__link[aria-expanded="true"] .menu-arrow {
  transform: rotate(180deg);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .socials ul {
    gap: 10px;
  }

  .socials a {
    width: 38px;
    height: 38px;
  }

  .socials svg {
    width: 16px;
    height: 16px;
  }
}

.store-availability-container {
  margin-top: 15px;
}

/* Box */
.store-availability-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* Hover effect */
.store-availability-box:hover {
  border-color: #d0d0d0;
  background: #f5f5f5;
}

/* Icon */
.store-icon {
  background: #eaf7ea;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Title */
.store-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

/* Time */
.store-time {
  font-size: 13px;
  color: #2e7d32;
  margin: 4px 0;
}

/* Address */
.store-address {
  font-size: 12px;
  color: #777;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .store-availability-box {
    padding: 12px;
    gap: 10px;
  }

  .store-title {
    font-size: 13px;
  }

  .store-time {
    font-size: 12px;
  }

  .store-address {
    font-size: 11px;
  }
}

/* screen  css   */


@media(max-width:768px) {

    .container {
    max-width: 1485px !important;
    padding: 0 10px;
}
}
a.all-cat {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-top: 9px;
}



.theme-store-id-2481.spf-has-filter.spf-filter-tree-theme #gf-tree .gf-block-title .h3, .theme-store-id-2481.spf-has-filter.spf-filter-tree-theme #gf-tree .gf-block-title h3 {
    font-size: 20px !important;
}