.checkout-v2-logo a img{
width:100px;

}

.shop-products .product .price-holder {
 justify-content:left !important; 
}
.product-info h1{
font-size:28px !important;
}

.price-modifier{
  display:none !important;
}

.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio label {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
	font-size:12px;
}
.custom-radio label:hover {
  border-color:#000;
}

.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}



/*dropdown*/

.module-navigation-default>ul>li ul {
  padding: 10px 25px;

}

.mw-filter-search-results p{
display:none;
}

/*product page image*/

.shop-inner-gallery .shop-inner-big-image img {
  width: 35% !important;
  margin: 0 15rem !important;
}


@media screen and (max-width: 767px) {
  #module-image-module-pictures {
    width: 65% !important;
    margin: 0 5rem !important; /* centers it horizontally */
  }
}

.new-skin-shop .shop-inner-gallery .shop-inner-gallery-thumbnails {
  justify-content: center;
}


/*card*/
.features-section {
  background: #FFF8E1;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #FFC30B;
  /* Honey Yellow */
}

.feature-card {
  background: #fff;
  border: 1px solid #f1e4b5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 195, 11, 0.1);
  /* soft honey glow */
  transition: all 0.3s ease;
  min-width: 260px;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(255, 195, 11, 0.2);
}

.icon {
  font-size: 30px;
  color: #FFC30B;
  /* Honey Yellow */
}

h5,
h6 {
  color: #653b16;
  /* Bee Brown */
}

p {
  color: #6c4a27;
  /* Dark Honey Text */
}

.features-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-inner {
  display: flex;
  padding-bottom: 8px;
}

.scroll-inner::-webkit-scrollbar {
  height: 6px;
}

.scroll-inner::-webkit-scrollbar-thumb {
  background: #FFC30B;
  border-radius: 10px;
}

.features-section {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
}

.feature-box {
  text-align: center;
  max-width: 250px;
  margin: 20px 10px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  border: 4px solid #f0af2f;
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #A56307;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  margin-left: auto;
  margin-right: auto;
}

.feature-icon img {
  width: 32px;
  height: 32px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.feature-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.why-box {
  padding: 20px;
  background-color: #ECBF59;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  /* default text color */
}

.why-box:hover {
  background-color: #f0af2f;
  /* your requested hover color */
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.why-icon {
  background-color: #a05b00eb;
  color: #fff;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

.why-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

/* Force boxes to minimum width for scroll */
.why-scroll>div {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/* Optional: spacing on mobile */
@media (max-width: 767px) {
  .why-box {
    min-width: 250px;
    margin-right: 10px;
  }

  /* Scroll effect on mobile */
  .why-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

.home-product-description .text-buzz {
  color: #653b16;
  letter-spacing: 1px;
}

.home-product-description .btn-warning {
  background-color: #f0a500;
  border: none;
}

.home-product-description .btn-warning:hover {
  background-color: #d48e00;
  color: #fff;
}

.home-product-description .fa {
  vertical-align: middle;
}

.btn.btn-primary,
.btn:not(.btn-secondary):not(.btn-outline):not(.btn-link) {
  padding: 9px 15px;
  font-size: 13px;
}

.btn-secondary {
  font-size: 13px !important;

}

/*Blog post section*/
.blog-posts-19 .h-100 {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.blog-posts-19 h6 {
  color: black;
  font-weight: 600 !important;
  margin-top: 10px;
  text-align: center !important;

}

.blog-posts-19 p {
  font-size: 14px !important;
  color: #555 !important;
}

.blog-posts-19 small {
  color: #555;
  font-size: 14px !important;
}

.blog-posts-19 .post-19::after {
  display: none;
}

/* Image Styling - NO CROPPING */
.blog-posts-19 .img-as-background {
  max-height: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .blog-posts-19 .img-as-background {
    max-height: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}