.shop_details_posts_wrapper .tabs-section {
   margin-top: 50px;
   background: rgba(255, 255, 255, 0.60);
   display: flex;
   padding: 20px;
   flex-direction: column;
   align-items: flex-start;
}

.shop_details_posts_wrapper .tabs {
   display: flex;
   border-bottom: 2px solid #4C4C4C;
   gap: 30px;
   width: 100%;
   justify-content: space-between;
}

.shop_details_posts_wrapper .tab {
   background: none;
   border: none;
   cursor: pointer;
   padding-bottom: 5px;
   border-bottom: 2px solid transparent;
   transition: all 0.2s ease-in-out;
   font-family: Montserrat;
   font-size: 18px;
   font-weight: 600;
   line-height: 36px;
   text-transform: uppercase;
}

.shop_details_posts_wrapper .tab.active {
   color: #000;
   border-bottom: 2px solid #000;
}

.shop_details_posts_wrapper .tab-content {
   display: none;
   padding-top: 20px;
   color: #222;
   font-size: 16px;
   line-height: 1.6;
}

.shop_details_posts_wrapper .tab-content.active {
   display: block;
}

.shop_details_posts_wrapper .tab {
   color: #4C4C4C;
}

.shop_details_posts_wrapper .tab.active {
   color: #000;
}

.shop_related_posts .slick-slide {
   margin: 0 15px;
}

.inner-banner-section {
   position: relative;
   overflow: hidden;
}

.inner-banner-section .banner-bg {
   position: absolute;
   inset: 0;
   /* shorthand for top:0; right:0; bottom:0; left:0 */
   z-index: 0;
}

.inner-banner-section .banner-bg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   /* keeps aspect ratio, covers container */
}

.inner-banner-section .container {
   position: relative;
   z-index: 1;
   /* ensures content stays above image */
}

.shop_product_img img {
   width: 100%;
   max-height: 480px;
}

.product_image img {
   max-height: 280px;
}


.custom-quantity {
   display: flex;
   align-items: center;
   border: 1px solid #000;
   justify-content: space-between;
}

.custom-quantity input.qty {
   border: none;
   text-align: center;
   width: 50px !important;
   height: 45px;
   font-size: 16px;
}

.single-product form.cart {
   display: grid;
   width: 100%;
   grid-template-columns: repeat(3, 1fr);
   align-items: center;
   text-align: center;
   gap: 10px;
}

.single-product form.variations_form.cart {
   display: flex;
   align-items: center;
   flex-direction: column;
   align-items: flex-start;
   gap: 30px;
}

table.variations select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;

   padding: 8px 14px;
   border: 1px solid #000;
   background: #fff;

}

table.variations label {
   margin-right: 10px;
}

a.reset_variations {
   margin-left: 20px;
   font-weight: 700;
}

.single_variation_wrap .custom-variation-add-to-cart {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 5px;
}

.qty-btn {
   background: transparent;
   border: none;
   width: 45px;
   height: 50px;
   font-size: 20px;
   cursor: pointer;
}

.single_variation_wrap {
   width: 100%;
}

.single-product .single_variation_wrap .custom-add-to-cart:not(.disabled):hover {
   background-color: #EE276A !important;
}

.custom-add-to-cart {
   background: #000;
   color: #fff;
   border: none;
   padding: 12px 0;
   cursor: pointer;
   font-weight: bold;
}

table.variations tbody {
   display: flex;
   gap: 15px;
}

table.variations tbody tr {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 10px;
}

.custom-buy-now {
   border: 1px solid #000 !important;
   background-color: #fff !important;
   color: #000 !important;
   padding: 11px 0;
   text-decoration: none;
   font-weight: bold;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   border-radius: 0 !important;
   flex: 0.25;
}

.variations_form.cart .custom-buy-now {
   padding: 17px 10px !important;

}

.custom-buy-now:hover {
   background: #EE276A;
   color: #fff;
}

.single-product .cart input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.single-product .cart input[type=number] {
   -moz-appearance: textfield;
   border: none;

}

.single_variation_wrap .quantity {
   display: none !important;
}

.single_variation_wrap .quantity-wrapper .quantity {
   display: block !important;
}

.quantity-wrapper {
   display: flex;
   align-items: center;
   border: 1px solid #000;
   flex: 0.3;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
   flex: 0.3;
   min-width: fit-content;
}

.single_variation_wrap {
   display: flex;
   align-items: center;
   gap: 15px;
}

.single_variation_wrap button.single_add_to_cart_button {
   background-color: #000 !important;
   color: #fff;
   border: none;
   padding: 18px 25px !important;
   cursor: pointer;
   font-weight: bold;
   width: 100%;
   height: 100%;
   border-radius: 0 !important;
   transition: all 0.3s ease-in-out;
}

.single_variation_wrap button.single_add_to_cart_button:not(.disabled):hover {
   background-color: #EE276A !important;
}

.breadcrumb {
   color: #fff;
   gap: 35px;
   margin-top: 16px;
   justify-content: center;
}


.breadcrumb a {
   color: #fff;
   transition: color 0.3s ease-in-out;
}

.breadcrumb a:hover {
   color: #EE276A;
}

.price-wrapper .woocommerce-Price-amount.amount {
   font-size: 30px;
   font-weight: 700;
}

.price-wrapper del .woocommerce-Price-amount.amount {
   font-size: 21px;
   color: #5B5B5B;
}

.price-wrapper p,
.inner_pro_content p {
   font-weight: 400;
}

.related_heading_wrp p {
   font-weight: 600;
}

.inner_pro_content li::marker {
   font-size: 10px;
}


.tabs-section .tab-content p {
   color: #000;
   font-family: Montserrat;
   font-size: 18px;
   line-height: 27px;
   margin-bottom: 12px;
   font-weight: 400;
}

section.product_cta_section .heading_content_wrp h2 {
   font-size: 40px;
}

.heading_content_wrp p {
   font-size: 18px;
}

section.product_cta_section .common_btn a {
   border-radius: 6px;
   background: #EE276A;
   border: 2px solid #EE276A;
   color: #fff;
   padding: 20px 40px;
   transition: background 0.3s ease-in-out;
}

section.product_cta_section .common_btn a:hover {
   background: #000;
}

@media screen and (max-width:1200px) {
   .single_variation_wrap .woocommerce-variation-add-to-cart {
      flex: 0.4;
   }
}


@media screen and (max-width:991px) {
   section.product_cta_section .heading_content_wrp h2 {
      font-size: 30px;
   }

   .heading_content_wrp p {
      font-size: 16px;
   }

   .single_variation_wrap {
      flex-direction: column;
      gap: 10px;
      max-width: 345px;
   }

   .single_variation_wrap>div,
   .single_variation_wrap a {
      width: 100%;
      flex: auto;
   }

   section.product_cta_section p {
      font-size: 16px !important;
   }

   section.product_cta_section .common_btn a {
      padding: 10px 25px;
   }

   table.variations tbody {
      flex-direction: column;
   }
}


@media screen and (max-width:767px) {
   .single-product form.cart {
      grid-template-columns: auto;
   }
}

@media screen and (min-width:1200px) {
   .single-product form.cart {
      grid-template-columns: 165px repeat(2, 1fr);
   }
}
