/* Typography Style */
h1,
.heading-one {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h2,
.heading-two {
  font-size: 26px;
  line-height: 32px;
}

h3,
.heading-three {
  font-size: 18px;
  line-height: 30px;
}

h4,
.heading-four {
  font-size: 16px;
  line-height: 26px;
}

h5,
.heading-five {
  font-size: 14px;
  line-height: 24px;
}

h6,
.heading-six {
  font-size: 12px;
  line-height: 22px;
}

h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h6,
.heading-six {
  font-weight: 600;
}

h5,
.heading-five {
  font-weight: 500;
}

h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  color: #17242a;
}
.text-lg {
  font-size: 18px;
  line-height: 27px;
}
.text-big {
  font-size: 22px;
  line-height: 28px;
}
/* Typography Style End */

/* Button Style */
.line-button {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 16px;
}
.white-line-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 11px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  color: #FFFFFF;
}
.white-line-button:hover,
.white-line-button:focus {
  color: #ffffff;
  background-color: #333d4c;
  border: 1px solid #333d4c;
  transition: 0.3s ease-in-out;
}

.white-line-button:disabled,
.white-line-button:disabled:hover,
.white-line-button:disabled:focus {
  color: #565656;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  pointer-events: none;
}
/* Button Style End */

/* Header */
.category-header {
  display: block;
}
.category-header-wrapper {
  padding-left: 0;
}
.category-nav-menu .nav-item .nav-link {
  font-weight: 600;
}
/* Header End */

/* Banner */
.site-content {
  padding-top: 177px;
}
.banner {
  padding-top: 22px;
}
.banner-slider-block {
  position: relative;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
}

.banner-slider-block img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.banner-slider-content .container {
  position: relative;
}

.banner-slider-content {
  padding: 30px;
}

.banner-slider-content p {
  margin-bottom: 30px;
}
/* Banner End */

/* Shop By Category */
.common-title {
  margin-bottom: 16px;
}
.common-products,
.product-row { position: relative;}
.shop-category-image,
.product-category-image {
  padding-top: 100%;
}
.button-prev,
.button-next {
  top: 40%;
}
.button-prev {
  left: 0;
}
.button-next {
  right: 0;
}
.shop-category-col .button-prev {
  left: -30px;
}
.shop-category-col .button-next {
  right: -30px;
}
.shop-category .swiper-button-disabled {
  pointer-events: none; 
  opacity: 0;
}
.swiper-button-disabled {
  pointer-events: visible; 
  opacity: 1;
}
.shop-category-slider a { text-transform: uppercase;}

/* Shop By Category End */

/* New Arrival */
/* Product Box */
.product-image-block {
  padding-top: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 16px;
}

.product-company {
  font-size: 12px;
  line-height: 15px;
}

.product-title {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}

.discounted-price {
  font-size: 14px;
  line-height: 18px;
}

.original-price {
  font-size: 12px;
  line-height: 15px;
}

.product-sale {
  padding: 5px 7px;
  top: 16px;
  line-height: 13px;
}
.product-box .counter {
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: #E6F7E8;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 9;
  transition: 0.4s all ease-in-out;
}
.product-box .counter input {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  width: 20px;
  background: transparent;
  margin-right: 10px;
}
.product-box .counter-minus, 
.product-box .counter-plus {
  width: 32px;
  height: 32px;
}
.product-box .counter-minuss, 
.product-box .counter-pluss {
  width: 32px;
  height: 32px;
}
.product-box .counter-plus {
  background-color: #05A715;
  border-radius: 100%;
}
.product-box .counter-pluss {
  background-color: #05A715;
  border-radius: 100%;
}
.product-box .icon-plus {
  background: #fff;
  width: 19px;
  height: 19px;
}
.product-box .counter input,
.product-box .counter .counter-minus {
  display: none;
  transition: 0.4s all ease-in-out;
}
.product-box .counter input,
.product-box .counter .counter-minuss {
  display: none;
  transition: 0.4s all ease-in-out;
}
.product-box .counter.expanded {
  border: 1px solid rgba(5, 167, 21, 0.5);
}
.product-box .counter.expanded input,
.product-box .counter.expanded .counter-minus {
  display: inline-flex;
  transition: 0.4s all ease-in-out;
}
.product-box .counter.expanded input,
.product-box .counter.expanded .counter-minuss {
  display: inline-flex;
  transition: 0.4s all ease-in-out;
}
/* Product Box End */
/* New Arrival End */

/* Offer */
.offer-wrapper {
  position: relative;
}
.offer-content {
  position: absolute;
  top: 35px;
  left: 40px;
}
.offer-content p { margin-bottom: 30px;}
.offer-wrapper-box,
.grid-categories-block {
  border-radius: 16px;
  overflow: hidden;
}
/* Offer End */

/* Grid Categories */
.medium-grid {
  width: 33.33%;
  flex: 1 0 auto;
}
/* Grid Categories End */

/* Coupon Code */
.coupon-code-box { 
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.coupon-code-box img {
  height: 100%;
  width: 100%;
}
.coupon-code-box h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 33px 44px;
  height: 100%;
}
/* Coupon Code End */

/* Category Breadcrumb */
.category-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-breadcrumb-img-box {
  background: #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
/* Category Breadcrumb End */
