:root {
  --sticky-footer-bottom: 58px;
}

.top-banner-section {
  position: relative;
}
.top-banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0) 68.32%, #000 103.12%);
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial h2 {
  color: var(--black-12);
}
.testimonial img {
  width: 88px !important;
  height: 88px !important;
  display: inline-block;
}

.testimonial ul li p {
  color: var(--black-30);
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

.testimonial .splide__arrow {
  background-color: var(--black-95);
}

.testimonial .splide__arrow svg {
  fill: var(--black-60);
}

#story-card-variation-2 .btn-secondary {
  padding: 12px 15.5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#story-card-variation-2 .btn-primary {
  padding: 12px 27px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#story-card-variation-1 .btn-primary {
  padding: 12px 32px;
}

#dkn-product-card-image-carousel-wrapper .splide__slide img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
  /* aspect-ratio: 1/1; */
}

.story_card_image .row {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  /* padding-right: calc(var(--dukaan-gutter-x) * 0.5);
  padding-left: calc(var(--dukaan-gutter-x) * 0.5); */
  margin-top: var(--dukaan-gutter-y);
}

.pr-112 {
  padding-right: 7rem;
}

.pr-32 {
  padding-left: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-24 {
  margin-bottom: 24px;
}

.px-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

/* .py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
} */

#dkn-product-card-image-carousel-wrapper .splide__pagination {
  gap: 12px;
  margin-bottom: 1rem;
  bottom: 0 !important;
}

#dkn-product-card-image-carousel-wrapper .splide__pagination__page.is-active {
  background-color: var(--white-100);
  transform: scale(1);
  width: 8px;
  height: 8px;
}

#dkn-product-card-image-carousel-wrapper.splide__pagination__page {
  background-color: var(--black-50);
  transform: scale(1);
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 992px) {
  #customer-review-splide .row > * {
    --dukaan-gutter-x: 8rem;
  }
}

#customer-review-splide .splide__pagination__page.is-active {
  background-color: var(--black-30);
  transform: scale(1);
  width: 8px;
  height: 8px;
}

#customer-review-splide.splide__pagination__page {
  background-color: var(--black-85);
  transform: scale(1);
  width: 8px;
  height: 8px;
}

#customer-review-splide .splide__pagination {
  gap: 12px;
  margin-top: 24px;
  position: unset;
}

#customer-review-splide .splide__arrows .splide__arrow--prev {
  left: 0;
}

#customer-review-splide .splide__arrows .splide__arrow--next {
  right: 0;
}

.mb-7-5 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 6px;
}

#feature_product_section .sc-container {
  /* padding: 0px; */
}
.featureProduct .featureProductAddToBag {
  background-color: var(--primary);
  color: var(--theme-variable-white);
  flex: 1;
}
.featureProduct .featureProductAddToBag .without-cart-add-to-bag-button {
  background-color: var(--primary);
  color: var(--theme-variable-white);
  min-width: 125px;
}
.featureProduct .featureProductAddToBag .with-cart-add-to-bag-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  min-width: 125px;
}
/* .btn-outline-primary:hover {
  background-color: white;
} */
.featureProduct .dkn-fp-know-more {
  flex: 1;
  border: none;
  outline: none;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid var(--primary);
}
.featureProduct .feature-product-image {
  max-width: 100%;
}
.featureProduct #feature-product-carousel .splide__pagination {
  gap: 12px;
  bottom: 24px;
}
.featureProduct #feature-product-carousel .splide__pagination__page {
  background: var(--black-50);
  width: 8px;
  height: 8px;
  margin: 0;
}
.featureProduct #feature-product-carousel .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--white);
}
.featureProduct .banner-button-container .featureProductAddToBag,
.featureProduct .banner-button-container .featureProductKnowMore {
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureProduct
  .banner-button-container
  .featureProductAddToBag
  .add-to-bag-button-wrapper {
  width: 100%;
}
.featureProduct .featureProductAddToBag .with-cart-add-to-bag-button {
  height: 48px;
}
.featureProduct .featured-product-description {
  max-height: 40px !important;
}

@media (min-width: 992px) {
  .testimonial img {
    width: 96px !important;
    height: 96px !important;
  }
  .featureProduct .featureProductAddToBag {
    flex: 0 1 auto;
  }
  .featureProduct .dkn-fp-know-more {
    flex: 0 1 auto;
  }
  .featureProduct .feature-product-image {
    min-width: 430px;
    max-width: 430px;
    /* width: 100%; */
  }
  .featureProduct .featured-product-content {
    max-width: calc(100% - 430px);
  }
  .featureProduct #feature-product-carousel .splide__pagination {
    gap: 16px;
  }
  .featureProduct #feature-product-carousel .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
  .featureProduct .banner-button-container .featureProductAddToBag {
    width: 172px;
  }
  .featureProduct .banner-button-container .featureProductKnowMore {
    width: 180px;
  }
  .featureProduct .featured-product-description {
    max-height: 50px !important;
  }
}
.fp-image-wrapper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial .splide h5 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700;
  }

  .testimonial ul li p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  #feature_product_section h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #story-card-variation-2 .btn-secondary {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 12px 32px;
  }

  #story-card-variation-2 .btn-primary {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 12px 32px;
  }

  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .px-lg-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  #dkn-product-card-image-carousel-wrapper .splide__pagination {
    gap: 16px;
    margin-bottom: 1.5rem;
  }

  #dkn-product-card-image-carousel-wrapper .splide__pagination__page.is-active {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px;
  }

  #dkn-product-card-image-carousel-wrapper .splide__pagination__page {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px;
  }

  #customer-review-splide .splide__pagination__page.is-active {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px;
  }

  #customer-review-splide .splide__pagination__page {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px;
  }

  #hero-splide-image .splide__pagination__page.is-active {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px !important;
  }

  #hero-splide-image .splide__pagination .splide__pagination__page {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0px !important;
  }

  #customer-review-splide .splide__pagination {
    gap: 16px;
    margin-top: 40px;
    position: unset;
  }

  #hero-splide-image .splide__pagination {
    gap: 16px;
    margin-bottom: 44px;
  }

  #tiles-variant h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.shop-by-categories_category-title {
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: var(--dukaan-white);
}
@media only screen and (min-width: 992px) {
  .shop-by-categories_category-title {
    bottom: 20px;
    left: 24px;
    right: 24px;
  }
}

#story-card-variation-1 .story-card-image-wrapper {
  min-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--black-90);
}

#story-card-variation-1 .story-card-cta {
  max-width: min-content;
  height: 48px;
}

.home-category-img-wrapper {
  border: 1px solid var(--black-90);
}

@media only screen and (min-width: 992px) {
  #story-card-variation-1 .story-card-image-wrapper {
    min-width: 430px;
    width: 430px;
  }
  product-card-load-point .splide__slide__row {
    padding: 0 4px !important;
  }
}

#category-products-obeserver {
  display: none;
}

@media only screen and (max-width: 992px) {
  .homepage-bestseller-product-splide
    .scroller-product-card
    .product-card-button,
  #similar-products-splide .scroller-product-card .product-card-button {
    display: none !important;
    
  }

}
@media screen and (max-width: 990px) {
  .dkn-mailchimp-container {
   
    padding: 40px 16px;
  }
  #newsletter-input{
    width: 100% !important;
     margin-top: 40px;
     margin-right: 0 !important;
  }
  .dkn-mailchimp-container {
 
    padding: 24px !important;
    margin: 40px 16px !important;
  }
  .newsdiscptn{
   display: none;
  }
  .dkn-mailchimp-submit-btn{
    margin-top: 12px !important;
  }
  .dkn-mailchimp-header-text{
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.dkn-mailchimp-container {
  background: #F2F2F2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  margin: 40px 80px;
  border-radius: 16px;
}
#newsletter-input{
    height: 48px;
    width: 400px;
    padding: 12px 0px 12px 16px;
    border-radius: 88px;
    margin-right: 12px;
}
.dkn-mailchimp-submit-btn{
  border-radius: 88px;
    padding: 12px 40px;
    border: 1px solid var(--black-12);
    background:var(--primary) !important;
    color: white;
    height: 48px;
}
.newsdiscptn{
  font-weight: 400;
  margin-top: 12px;
}
.dkn-mailchimp-header-text{
  font-size: 40px;
  line-height: 48px;
}

.image-with-category-products-section .dkn-product-card-name {
  color: var(--white) !important;
}
.image-with-category-products-section .dkn-product-card-selling-price {
  color: var(--white) !important;
}
.image-with-category-products-section .dkn-product-card-original-price {
  color: var(--black-70) !important;
}

.image-with-category-products-section .bxgy-badge-booster {
  top: 8px;
  left: 8px;
}
 
.image-with-category-products-section [data-template-id='heart-wishlist-button-template'] {
  top: 8px !important;
  right: 8px !important;
}

.image-with-category-products-section [data-template-id='heart-wishlist-button-template'] .wishlist-svg-wrapper svg {
  width: 16px !important;
  height: 16px !important;
}

.image-with-category-products-section [data-template-id='heart-wishlist-button-template'] .wishlist-svg-wrapper {
  padding: 4px !important;
}
