/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 28:10 Unexpected "{"
Line 28:19 Expected ":"
Line 31:10 Unexpected "{"
Line 31:19 Expected ":"
Line 35:10 Unexpected "{"
Line 35:19 Expected ":"
Line 41:10 Unexpected "{"
Line 41:19 Expected ":"
... and 151 more hidden warnings

**/


/* CSS from section stylesheet tags */
#section-{{ section.id }} .featured-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

#section-{{ section.id }} .featured-product-block {
  text-align: left;
}
#section-{{ section.id }} .featured-product-block .feature_img {
    text-align: center;
}

#section-{{ section.id }} .featured-product-block .feature_img img {
    width: auto !important;
    max-height: 500px;
    height: 500px !important;
}

#section-{{ section.id }} .featured-product-block h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 4px;
}

#section-{{ section.id }} .featured-product-block h2:after {
    border-bottom: 2px solid #FF0000;
    width: 50px;
    display: block;
    position: absolute;
    content: "";
    margin-top: 10px;
    /* margin-bottom: 12px; */
}

#section-{{ section.id }} .featured-product-block p.description {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
  margin-top:10px;
}

#section-{{ section.id }} .featured-product-block img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

#section-{{ section.id }} .featured-product-block .price {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0;
}

#section-{{ section.id }} .featured-product-block .price span {
  font-size: 0.75rem;
  color: #666;
  margin-left: 4px;
}

.featured-product-block .product-title {
  font-weight: 600;
  margin-bottom: 20px;
}

#section-{{ section.id }} .featured-product-block .btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 200px;
}
.featured-product-block .btn-group{
  margin-top: 32px;
  }
#section-{{ section.id }} .featured-product-block .ProductForm__AddToCart {
  padding: 0px;
}
#section-{{ section.id }} .featured-product-block button.product-item__details {
    color: #000 !important;
    background: #fff !important;
    width: 100% !important;
      justify-content: space-between;
  border: 1px solid #000;
  padding: 20px 10px;
}
  #section-{{ section.id }} .featured-product-block .product-item__details:after {
    content: "";
    background: url(/cdn/shop/files/Layer_1.svg?v=1748428229);
    width: 16px;
    height: 22px;
    background-size: contain !important;
    background-repeat: no-repeat;
}
#section-{{ section.id }} .featured-product-block .btn {
  padding: 10px 10px;
  font-size: 1rem;
  border: 2px solid black;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease;
}

#section-{{ section.id }} .featured-product-block .btn.primary {
  background-color: black;
  color: white;
  border-radius: 5px;
}

#section-{{ section.id }} .featured-product-block .btn.primary:hover {
  background-color: #333;
}

#section-{{ section.id }} .featured-product-block .btn.secondary {
  background-color: white;
  color: black;
  width: 100%;
  text-align: left;
}

#section-{{ section.id }} .featured-product-block .btn.secondary:hover {
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #section-{{ section.id }} .featured-products-grid {
    grid-template-columns: 1fr;
  }
  #section-{{ section.id }} .featured-product-block .feature_img img {
    height: 500px;
}
}
#section-{{ section.id }} .feature-product-info {
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
}
#section-{{ section.id }} .feature-product-info .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #section-{{ section.id }} .feature-product-info .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #section-{{ section.id }} .feature-product-info .product-info {
    width: 45%;
}

}
#section-{{ section.id }} .feature-product-info .left, .feature-product-info .right {
  flex: 1;
}
#section-{{ section.id }} .feature-product-info h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

#section-{{ section.id }} .feature-product-info h2:after {
    border-bottom: 2px solid #FF0000;
    width: 50px;
    display: block;
    position: absolute;
    content: "";
    margin-top: 6px;
}
#section-{{ section.id }} .feature-product-info .subtext p {
  font-size: 16px;
  max-width: 400px;
}
#section-{{ section.id }} .feature-product-info .product-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#section-{{ section.id }} .feature-product-info .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#section-{{ section.id }} .feature-product-info .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 10px 0px;
}
#section-{{ section.id }} .feature-product-info .feature-list svg {
  width: 18px;
  height: 18px;
}
#section-{{ section.id }} .feature-product-info .price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
#section-{{ section.id }} .feature-product-info .btns a,
#section-{{ section.id }} .feature-product-info .btns button {
  display: inline-block;
  margin-right: 10px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
}
#section-{{ section.id }} .feature-product-info .btns .learn-more {
  background-color: #000;
  color: #fff;
}
#section-{{ section.id }} .feature-product-info .btns .add-to-cart {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
#section-{{ section.id }} .feature-product-info .container {
    max-width: 1200px;
    margin: 0 auto;
}

#section-{{ section.id }} .feature-product-info .right {
    display: flex;
    align-items: center;
}

#section-{{ section.id }} .feature-product-info .btns a {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
}
#section-{{ section.id }} .btns .ProductForm__AddToCart {
    padding: 0px;
}
 #section-{{ section.id }} .btns .ProductForm__AddToCart button {
    background: #fff !important;
    color: #000 !important;
    /* text-align: left !important; */
    justify-content: space-between;
}
#section-{{ section.id }} .btns .ProductForm__AddToCart button:after {

  content: "";
    background: url(/cdn/shop/files/Layer_1.svg?v=1748428229);
    width: 16px;
    height: 22px;
    background-size: contain !important;
    background-repeat: no-repeat;
    /* position: absolute; */
       
}
#section-{{ section.id }} .btns a.learn-more:after {
    content: "";
    background: url(/cdn/shop/files/2_073741d7-e7ad-4486-a497-336a280a74fb.png?v=1748410495);
    width: 10px;
    height: 10px;
    background-size: contain !important;
    background-repeat: no-repeat;
    /* position: absolute; */
    margin-top: 5px;
    /* display: inline-block; */
    justify-content: space-between;
}

#section-{{ section.id }} .btns a.learn-more {
    display: flex !important;
    justify-content: space-between !important;
}
.text-image-rows-section {
  max-width: 1200px;
    margin: 0 auto;
}

.text-image-rows-section .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  }

.text-image-rows-section .image-col img {
  width: 100%;
  height: auto;
  display: block;
}

.text-image-rows-section .text-col {
  padding: 20px;
  color: white;
  text-align: left;
}

.text-image-rows-section .text-col h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.text-image-rows-section .text-col p {
  font-size: 1.1em;
  line-height: 1.6em;
}

.text-image-rows-section .text-col h2:after {
    border-bottom: 2px solid #FF0000;
    width: 50px;
    display: block;
    position: absolute;
    content: "";
    margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .text-image-rows-section .row {
    flex-direction: row;
  }

  .text-image-rows-section .row.reverse {
    flex-direction: row-reverse;
  }

  .text-image-rows-section .text-col,
  .text-image-rows-section .image-col {
    width: 50%;
  }
}
#section-{{ section.id }} .featured-single-product {
  padding: {{ section.settings.section_padding_top }}px 10% {{ section.settings.section_padding_bottom }}px;
}

#section-{{ section.id }} .featured-product-container {
  max-width: {{ section.settings.desktop_width }}px;
  margin: 0 auto;
  text-align: center;
}

#section-{{ section.id }} .featured-product-block {
  text-align: left;
}

#section-{{ section.id }} .featured-product-block .feature_img {
  text-align: center;
  margin-bottom: 20px;
}

#section-{{ section.id }} .featured-product-block .feature_img img {
  width: 100%;
  height: {{ section.settings.image_height_desktop }}px;
  object-fit: cover;
  border-radius: 8px;
}

#section-{{ section.id }} .featured-product-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  gap: 20px;
}

#section-{{ section.id }} .featured-product-block .product-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0;
  flex: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

#section-{{ section.id }} .featured-product-block .product-title:after {
  content: "";
  border-bottom: 2px solid #FF0000;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
}

#section-{{ section.id }} .featured-product-block .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  white-space: nowrap;
}

#section-{{ section.id }} .featured-product-block .price span {
  font-size: 0.75rem;
  color: #666;
  margin-left: 4px;
  font-weight: 400;
}

#section-{{ section.id }} .featured-product-block .btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 200px;
}

#section-{{ section.id }} .featured-product-block .ProductForm__AddToCart {
  padding: 0px;
}

#section-{{ section.id }} .featured-product-block button.product-item__details {
  color: #000 !important;
  background: #fff !important;
  width: 100% !important;
  justify-content: space-between;
  border: 2px solid #000;
  padding: 12px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

#section-{{ section.id }} .featured-product-block .product-item__details:after {
content: "";
    background: url(/cdn/shop/files/Layer_1.svg?v=1748428229);
    width: 16px;
    height: 22px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

  .featured-product-block .product-item__details{
    height: 48px;
  }

  .featured-single-product{
 {
    margin-bottom: 80px;
  }
  
#section-{{ section.id }} .featured-product-block .product-item__details:hover {
  background-color: #f5f5f5 !important;
  transform: translateY(-2px);
}

#section-{{ section.id }} .featured-product-block .btn {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid black;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#section-{{ section.id }} .featured-product-block .btn.primary {
  background-color: black;
  color: white;
}

#section-{{ section.id }} .featured-product-block .btn.primary:hover {
  background-color: #333;
  transform: translateY(-2px);
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
  #section-{{ section.id }} .featured-single-product {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #section-{{ section.id }} .featured-product-container {
    max-width: 100%;
  }
  
  #section-{{ section.id }} .featured-product-block .feature_img img {
    height: auto;
    aspect-ratio: 4/3;
  }
  
  #section-{{ section.id }} .featured-product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
  }
  
  #section-{{ section.id }} .featured-product-block .product-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  #section-{{ section.id }} .featured-product-block .price {
    font-size: 1.3rem;
  }
  
  #section-{{ section.id }} .featured-product-block .btn-group {
    width: 100%;
    max-width: 100%;
  }
}

  .featured-product-container{
    width: 500px;
  }

  .featured-product-block .feature_img img {
    aspect-ratio: 4 / 3;
    overflow: visible;
  }

  .featured-product-block .btn-group{
    margin-top: 22px;
    width: 100% !important;
    max-width: 100%;
  }

  .feature-btn{
    width: 100% !important;
    max-width: 100%;
  }
  
/* Tablet Styles */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #section-{{ section.id }} .featured-product-container {
    max-width: 90%;
  }
}