
/** popular-picks-section **/

.popular-picks-section{
  position: relative;
}

.popular-picks-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.popular-picks-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.popular-picks-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}

.shop-block-two .inner-box{
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  box-shadow: 0px 10px 30px 0px #0000001A;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover:before,
.shop-block-two .inner-box:focus-within:before{
  opacity: 1;
  height: calc(100% + 65px);
}

.shop-block-two .inner-box:hover,
.shop-block-two .inner-box:focus-within{
  z-index: 2;
}

.shop-block-two .inner-box .image-box{
  position: relative;
  display: block;
}

.shop-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  overflow: hidden;
}

.shop-block-two .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box .image img,
.shop-block-two .inner-box:focus-within .image-box .image img{
  transform: scale(1.1);
}

.shop-block-two .inner-box .image-box .option-list{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.shop-block-two .inner-box .image-box .option-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}

.shop-block-two .inner-box .image-box .option-list li:last-child{
  margin-bottom: 0px;
}

.shop-block-two .inner-box:hover .image-box .option-list li,
.shop-block-two .inner-box:focus-within .image-box .option-list li{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.shop-block-two .inner-box .image-box .option-list li:first-child{
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(2){
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(3){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(4){
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.shop-block-two .inner-box .image-box .option-list li .storex-quick-view-shortcode-wrapper{
  margin: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;;
}
.shop-block-two .inner-box .image-box .option-list li .yith-add-to-wishlist-button-block{
  margin: 0px 0px;
}

.shop-block-two .inner-box .image-box .option-list li a,
.shop-block-two .inner-box .image-box .option-list li button{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  box-shadow: none;
  color: var(--title-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
.shop-block-two .inner-box .image-box .option-list li a.homepage-wishlist-btn{
  display: none;
}
.shop-block-two .inner-box .image-box .option-list li a svg{
  width: 16px;
  height: 16px;
  transition: all 500ms ease;
}
.shop-block-two .inner-box .image-box .option-list li a.compare:before{
  font-size: 16px;
}
.shop-block-two .inner-box .image-box .option-list li a:hover,
.shop-block-two .inner-box .image-box .option-list li a:focus,
.shop-block-two .inner-box .image-box .option-list li button:hover,
.shop-block-two .inner-box .image-box .option-list li button:focus{
  color: #fff;
  transform: translateY(0px);
}
.shop-block-two .inner-box .image-box .option-list li a:hover svg,
.shop-block-two .inner-box .image-box .option-list li a:focus svg{
  color: #fff;
}
.shop-block-two .inner-box .image-box .option-list li a span{
  display: none;
}
.shop-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 15px;
}

.shop-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.shop-block-two .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

.shop-block-two .inner-box .lower-content h4 a{
  display: inline-block;
  color: var(--title-color);
}

.shop-block-two .inner-box .lower-content h4 a:hover,
.shop-block-two .inner-box .lower-content h4 a:focus{
  color: var(--theme-color);
}

.shop-block-two .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #E92530;
  margin-bottom: 10px;
}

.shop-block-two .inner-box .lower-content h5 del{
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
}
.shop-block-two .inner-box .lower-content h5 ins{
  text-decoration: none;
}

.shop-block-two .inner-box .lower-content .rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.shop-block-two .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.shop-block-two .inner-box .lower-content .rating li span{
  color: #7C7C7C;
  padding-left: 2px;
}

.popular-picks-section .nav-style-one .owl-nav{
  position: absolute;
  top: -64px;
  right: 0px;
}

.shop-block-two .inner-box .lower-content .cart-btn{
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  width: 100%;
  bottom: -49px;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .lower-content .cart-btn,
.shop-block-two .inner-box:focus-within .lower-content .cart-btn{
  opacity: 1;
  bottom: -69px;
  visibility: visible;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not{
  z-index: -1;
  opacity: 0.5;
}

.popular-picks-section .inner-container {
  overflow: hidden;
  width: 100%;
}

.popular-picks-section .inner-container .shop-block-two{
  float: left;
  width: 16.666%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: transform 0.3s ease;
}

.popular-picks-section .inner-container .shop-block-two:hover,
.popular-picks-section .inner-container .shop-block-two:focus-within{
  transform: translateY(-8px);
}

.shop-block-two .inner-box .image-box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.shop-block-two .inner-box:hover .image-box img,
.shop-block-two .inner-box:focus-within .image-box img {
  transform: scale(1.05);
}

/* Popular Picks Carousel Specific Styles */
.popular-picks-section .shop-carousel {
  position: relative;
}

.popular-picks-section .shop-carousel .owl-nav {
  position: absolute;
  top: -64px;
  right: 0px;
  display: flex;
  gap: 10px;
}

/* Popular Picks Section Specific Styles */
.popular-picks-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.popular-picks-section .sec-title h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
}

/* Progress Bar and Separator Styling */
.popular-picks-section .progress-bar,
.popular-picks-section .separator-line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e92530 0%, #ff6b6b 50%, #e92530 100%);
  border-radius: 2px;
  margin: 15px 0;
  box-shadow: 0 1px 3px rgba(233, 37, 48, 0.3);
}

.popular-picks-section .progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: linear-gradient(90deg, #e92530 0%, #ff6b6b 100%);
  border-radius: 2px;
  animation: progressAnimation 2s ease-in-out infinite;
}

@keyframes progressAnimation {
  0% { width: 0%; }
  50% { width: 75%; }
  100% { width: 0%; }
}

.popular-picks-section .title-content .sec-title{
  margin-bottom: 0px;
}

.popular-picks-section .title-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* Shop Two Tab Navigation Styles */
.popular-picks-section .shop-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.popular-picks-section .shop-tab-btn .tab-btn {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #7C7C7C;
  background: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.popular-picks-section .shop-tab-btn .tab-btn:hover,
.popular-picks-section .shop-tab-btn .tab-btn:focus,
.popular-picks-section .shop-tab-btn .tab-btn.active-btn {
  color: #fff;
  background: var(--theme-color, #E92530);
  border-color: var(--theme-color, #E92530);
}

.popular-picks-section .shop-tab-btn .tab-btn:last-child {
  margin-right: 0;
}

/* Shop Two Tab Content */
.popular-picks-section .tab {
  display: none;
}

.popular-picks-section .tab.active-tab {
  display: block;
}

/* Ensure tab content is visible */
.popular-picks-section .tabs-content {
  position: relative;
  display: block;
  width: 100%;
}

.popular-picks-section .tabs-content .tab {
  display: none;
  width: 100%;
}

.popular-picks-section .tabs-content .tab.active-tab {
  display: block !important;
  width: 100%;
}


.popular-picks-section.popular-picks{
  background: #DAF1CF;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box{
  background: #fff;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box:before{
  border-radius: 10px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .popular-product,
.popular-picks-section.popular-picks .shop-block-two .inner-box .discount-product,
.popular-picks-section.popular-picks .shop-block-two .inner-box .hot-product{
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 2;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .lower-content .text{
  font-weight: 500;
  letter-spacing: 1px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .lower-content .rating{
  margin-bottom: 8px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .lower-content h5{
  margin-bottom: 16px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .quentity-box{
  position: relative;
  min-height: 30px;
  width: 100%;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .quentity-box .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #E5E5E5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .quentity-box .nice-select:before{
  right: 10px;
  color: var(--title-color);
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .lower-content h5 del{
  font-size: 20px;
  font-weight: 700;
  margin-left: 0px;
  margin-right: 8px;
}

.popular-picks-section.popular-picks .shop-block-two{
  padding: 0px 15px;
  width: 20%;
}

.popular-picks-section.popular-picks .inner-container{
  margin: 0px -15px;
}

.popular-picks-section.popular-picks .shop-block-two .inner-box .lower-content{
  padding-top: 40px;
}

.popular-picks-section.popular-picks.home-5{
  background: transparent;
}

.popular-picks-section.popular-picks.home-5 .shop-block-two .inner-box:hover .lower-content .cart-btn,
.popular-picks-section.popular-picks.home-5 .shop-block-two .inner-box:focus-within .lower-content .cart-btn{
  bottom: -59px;
}

.popular-picks-section.popular-picks.home-5 .shop-block-two .inner-box .lower-content .text{
  font-weight: 500;
  font-family: var(--title-font-three);
}


.popular-picks-section.medical-shop{
  background: #E5F4F8;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .popular-product,
.popular-picks-section.medical-shop .shop-block-two .inner-box .discount-product,
.popular-picks-section.medical-shop .shop-block-two .inner-box .hot-product{
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  border-radius: 30px;
  font-size: 12px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box:before{
  border-radius: 10px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box{
  background: #fff;
  border-radius: 10px;
  padding-top: 32px;
}

.popular-picks-section.medical-shop .inner-container{
  margin: 0px -15px;
}

.popular-picks-section.medical-shop .shop-block-two{
  float: left;
  width: 20%;
  padding: 0px 15px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content .cart-btn .theme-btn{
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content h4{
  margin-bottom: 11px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content .rating{
  margin-bottom: 11px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content .text{
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content{
  padding-top: 30px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 0px;
}

.popular-picks-section.medical-shop .shop-block-two .inner-box .lower-content h5{
  color: var(--theme-color);
}

.shop-four.kids-shop .shop-block-two .inner-box:hover .lower-content .cart-btn,
.shop-four.kids-shop .shop-block-two .inner-box:focus-within .lower-content .cart-btn{
  bottom: -59px;
}

.popular-picks-section.pet-picks .shop-block-two .inner-box .image-box .image{
  max-width: 175px;
}

/** product-slider-section **/

.product-slider-section {
  position: relative;
  background: #f8f9fa;
}

.product-slider-section .sec-title {
  margin-bottom: 50px;
}

.product-slider-section .sec-title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 10px;
}

.product-slider-section .sec-title p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 0;
}

.product-slider {
  position: relative;
}

.product-slider .shop-block-two {
  padding: 0 15px;
}

.product-slider .shop-block-two .inner-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.product-slider .shop-block-two .inner-box:hover,
.product-slider .shop-block-two .inner-box:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.product-slider .shop-block-two .inner-box .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.product-slider .shop-block-two .inner-box .image-box .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-slider .shop-block-two .inner-box:hover .image-box .image,
.product-slider .shop-block-two .inner-box:focus-within .image-box .image {
  transform: scale(1.05);
}

.product-slider .shop-block-two .inner-box .discount-product {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e74c3c;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.product-slider .shop-block-two .inner-box .cart-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}

.product-slider .shop-block-two .inner-box:hover .cart-btn,
.product-slider .shop-block-two .inner-box:focus-within .cart-btn {
  opacity: 1;
  visibility: visible;
}

.product-slider .shop-block-two .inner-box .cart-btn .theme-btn {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  display: block;
}

.product-slider .shop-block-two .inner-box .lower-content {
  padding: 20px;
}

.product-slider .shop-block-two .inner-box .lower-content .text {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.product-slider .shop-block-two .inner-box .lower-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-slider .shop-block-two .inner-box .lower-content h5 a {
  color: var(--title-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-slider .shop-block-two .inner-box .lower-content h5 a:hover,
.product-slider .shop-block-two .inner-box .lower-content h5 a:focus {
  color: var(--theme-color);
}

.product-slider .shop-block-two .inner-box .lower-content .rating {
  margin-bottom: 12px;
}

.product-slider .shop-block-two .inner-box .lower-content .rating .star-rating {
  font-size: 14px;
}

.product-slider .shop-block-two .inner-box .lower-content .price {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
}

.product-slider .shop-block-two .inner-box .lower-content .price del {
  font-size: 14px;
  color: #999;
  margin-right: 8px;
  font-weight: 400;
}

.product-slider .no-products-message {
  padding: 60px 20px;
  text-align: center;
}

.product-slider .no-products-message p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Owl Carousel Customization for Product Slider */
.product-slider.owl-carousel .owl-item {
  opacity: 1;
}

.product-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 20px 0;
}

.product-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.product-slider.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.product-slider.owl-carousel .owl-item > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-slider.owl-carousel .shop-block-two {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-slider.owl-carousel .shop-block-two .inner-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-slider.owl-carousel .shop-block-two .inner-box .lower-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
  .product-slider-section .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  
  .product-slider .shop-block-two .inner-box .image-box .image {
    height: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .product-slider-section .sec-title h2 {
    font-size: 28px;
    line-height: 35px;
  }
  
  .product-slider .shop-block-two .inner-box .image-box .image {
    height: 160px;
  }
  
  .product-slider .shop-block-two .inner-box .lower-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-section .sec-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .product-slider .shop-block-two .inner-box .image-box .image {
    height: 140px;
  }
  
  .product-slider .shop-block-two .inner-box .lower-content h5 {
    font-size: 14px;
  }
  
  .product-slider .shop-block-two .inner-box .lower-content .price {
    font-size: 16px;
  }
}

/** rtl-css **/

.rtl .shop-block-two .inner-box{
  text-align: right;
}

.rtl .shop-block-two .inner-box .lower-content .rating{
  justify-content: right;
}

.rtl .popular-picks-section .nav-style-one .owl-nav{
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .popular-picks-section .inner-container .shop-block-two {
    width: 33.333%;
  }
}

@media only screen and (max-width: 991px){
  .popular-picks-section .title-content{
    display: block;
  }

  .popular-picks-section .title-content .sec-title{
    margin-bottom: 20px;
  }
  
  .popular-picks-section .shop-tab-btn {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .popular-picks-section .shop-tab-btn .tab-btn {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px){
  .popular-picks-section .nav-style-one .owl-nav{
    display: none;
  }

  .popular-picks-section .inner-container .shop-block-two {
    width: 50%;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .popular-picks-section .inner-container .shop-block-two {
    width: 100%;
  }
}