html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}


html,
body {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin: 16px 0 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
h1 { 
  font-size: 36px;
}

h2 { 
  font-size: 34px;
}

h3 { 
  font-size: 30px;
}

h4 { 
  font-size: 24px;
}

h5 { 
  font-size: 20px;
}

h6 { 
  font-size: 18px;
}

p, li, span {
  font-size: 16px;
  margin: 4px 0 ;
}



/* Lists */
ul, ol {
  padding-left: 20px;
  margin: 6px 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/* Links */
a {
  text-decoration: underline;
  color: inherit; /* optional: keep same text color */
}

/* Lists */
ul, ol {
  padding-left: 20px;
  margin: 0 0 1em 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

@font-face {
  font-family: "amazon_emberregular";
  src: url("../fonts/amazon_ember-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_emberbold";
  src: url("../fonts/amazon_ember_bold-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_emberbold_italic";
  src: url("../fonts/amazon_ember_bold_italic-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_embermedium";
  src: url("../fonts/amazon_ember_medium-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_ember_monoregular";
  src: url("../fonts/amazon_ember_mono-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_mono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_emberthin";
  src: url("../fonts/amazon_ember_thin-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_ember_v2regular";
  src: url("../fonts/amazon_ember_v2-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_v2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amazon_ember_v2bold";
  src: url("../fonts/amazon_ember_v2_bold-webfont.woff2") format("woff2"),
    url("../fonts/amazon_ember_v2_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "amazon_ember_v2regular";
  font-family: "amazon_emberregular";
}
img {
  width: 100%;
  display: block;
}
.container {
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
}

.yellow-bar {
  background-color: #ffea00;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/* override default toggler so we can show FA bars */
.navbar-toggler {
  border: none;
  padding-left: 0;
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

.top-navbar {
  background-color: #131921;
  border-radius: 0 0 25px 25px;
  padding: 10px 60px !important;
}
.navbar-nav{
  margin: 0 auto !important;
}
.y-header {
  background-color: #ffea00;
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 15px 24px;
}
.y-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  background-color: #c87902;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
  left: 0;
  right: 0;
  bottom: -4px;
  top: 100%;
}
.search-input {
  background-image: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-size: 20px;
  padding: 7px 24px 7px 42px;
  font-size: 14px;
}
.search-input::placeholder{
  text-decoration: underline;
  color: #CBCBCB;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  width: 80px;
  height: 45px;
  padding: 0;
}
.nav-link {
  padding: 0 20px !important;
  font-size: 18px;
}
.menu-section {
  width: 85%;
}
.best-sellers {
  margin-left: 64px;
}
.text-dark {
  color: #000 !important;
}
.bg-warning {
  background-color: #ffea00 !important;
}
.nav-item {
  letter-spacing: 1px;
}
.home-banner {
  min-height: 440px;
  background: radial-gradient(
      46.31% 397.82% at 58.28% 42.97%,
      #fffaf2 0%,
      #00c6bc 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 40px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.home-banner-lft,
.home-banner-rht {
  position: relative;
}
.h-bnr-img img,
.home-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 240px;
}
.h-bnr-img {
  width: 390px;
  height: 405px;
  position: absolute;
  bottom: 0;
}
.sale-date {
  position: absolute;
  right: 8%;
  top: 6%;
  text-align: center;
}
.sale-date p {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.sale-date p span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  margin-top: -6px;
}
.offer-count {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  z-index: 9;
}
.offer-count h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.offer-count p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 6px 0;
}
.offer-count p span {
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
    display: inline-block;
}
.shop-btn {
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    width: 170px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-count .shop-btn {
  margin: 0 auto;
}
.shop-btn:hover,
.bk-form .bk-top:hover,
.subscribe-btn:hover {
  opacity: 0.8;
}
.nav-link:hover,
.become-sellers,
.nav-link.active {
  color: #c30000 !important;
}
.become-sellers{
  margin-left: 60px;
}
.new-sale {
  position: relative;
  top: 5%;
}
.new-yr-img {
  width: 580px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.w-dress {
  width: 172px;
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 1;
}
.home-sofas {
  width: 210px;
  height: auto;
  position: absolute;
  top: 40%;
  right: 2%;
  z-index: 1;
}
.mobiles {
  width: 162px;
  height: auto;
  position: absolute;
  top: 10%;
  right: 22%;
  z-index: 1;
}
.produts-block {
  width: 90%;
  height: 360px;
  overflow: hidden;
  margin: 18px auto;
  background-image: url(../img/products-block-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.produts-block.discounts {
  background-image: url(../img/products-block-bg2.png);
}
.produts-block.deals {
  background-image: url(../img/products-block-bg3.png);
}
.produts-block-hdng {
  position: relative;
  text-align: center;
}

.produts-block-hdng h3 {
  text-align: center;
  border-radius: 0 0 18px 18px;
  padding: 12px 36px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  display: inline-block;
}
.produts-block.discounts .produts-block-hdng h3 {
    background-color: #248bbe;
    color: #fff !important;
}
.produts-block.discounts .card-body h6,.produts-block.discounts .card-body p{
  color: #fff !important;
}
.produts-block.deals .produts-block-hdng h3 {
  background-color: #ffb55e;
}
.produts-block-hdng h3 span {
  font-weight: 600;
  font-size: 22px;
}
.produts-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
  height: 32px;
  background-image: url(../img/blub-layer2.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.produts-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 32px;
  background-image: url(../img/blub-layer1.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* remove default icon */
}

/* space between items */
.carousel-item > .row > .col {
  padding: 0 10px;
}
.carousel-nav.next {
  right: 12px;
}
.carousel-nav.prev {
  left: 12px;
}

.carousel-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.carousel-nav img {
  width: 32px; /* size of your custom arrow */
  height: 32px;
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 148px;
  margin: 0 auto;
}
.product-img-block {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.product-img-block img {
    height: 100%;
    object-fit: contain;
    border-bottom: 1px solid #FF9900;
}
.card {
  background: transparent;
  border: none;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  height: 240px;
}
.card-body {
  padding: 0;
}

/* .bestsellers {
            background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
            border-radius: 15px;
        }

        .discounts {
            background: linear-gradient(135deg, #74b9ff, #0984e3);
            border-radius: 15px;
        }

        .deals {
            background: linear-gradient(135deg, #fd79a8, #e84393);
            border-radius: 15px;
        } */

.arrivals {
  background: linear-gradient(135deg, #55a3ff, #003d82);
  border-radius: 15px;
  padding: 20px;
  color: white;
}

/* Custom Carousel Styles */
.multi-item-carousel {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-item-custom {
  min-width: 25%; /* 4 items visible on desktop */
  padding: 0 10px;
}

.strip-container {
  background-color: #ac90e9;
  width: 90%;
  margin: 18px auto;
      align-items: stretch !important;
}
.promotion-1 .strip-container{
  background-color: #FFF1BF;
}
.strip-left {
  background-color: #ac90e9;
}
.promotion-1 .strip-left {
  background-color: #FFF1BF;
}
.strip-left h5 {
  font-size: 22px;
      margin: 0;
          font-weight: normal;
}
.strip-left h5 span {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 22px;
}
.strip-right {
  background-color: #b2f1cf;
  border-radius: 36px 0 0 16px;
  clip-path: polygon(3% 0%, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
.promotion-1 .strip-right{
  background-color: #B4E9FF;
  position: relative;
}


.strip-right img {
  width: 62px;
}
.promotion-1 .strip-right img{
  width: 324px;
  margin: 0 auto;
  object-fit: cover;
}
.promo-logos .col-3 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-logos{
    justify-content: space-between !important;
    width: 64%;
        padding: 0 !important;
    margin: 0 auto;
}
.promo-block {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.promo-block-img {
  width: 220px !important;
}
.block-ebooks .promo-block-img {
    width: 200px !important;
    bottom: 30px;
    right: 16px;
}
.promo-block .col-md-6 {
  width: 49% !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.block-container {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
.block-home-decor {
      background: linear-gradient(112.91deg, #FFF2D1 32.94%, #FF9F59 80.37%);
}

.block-ebooks {
  background: linear-gradient(114.84deg, #82FFE9 32.14%, #A2EBFB 80.66%);
}

.block-content-left {
  width: 64% !important;
  margin-right: 20px;
}

.block-content-left h3 {
  font-size: 26px;
  font-weight: 400;
  color: #4e2b01;
  margin-top: 0;
  margin-bottom: 12px;
}
.block-content-left h3 span {
  font-size: 28px;
  font-weight: 700;
}
.block-content-left p {
  font-size: 18px;
  font-weight: 400;
  color: #4e2b01;
  margin-bottom: 16px;
}
.block-content-left p span {
  font-weight: 600;
}
.block-content-right {
  position: absolute;
  right: 12px;
  bottom: 14px;
}
.promo-item-1 .block-content-right {
  right: 0;
}
.block-content-right img {
  object-fit: cover;
}
.promo-block .shop-btn {
    background-color: #4e2b01 !important;
    color: #fff;
    width: 154px;
    font-size: 18px;
    padding: 12px 20px;
    height: 44px;
}
.bk-form .bk-top {
    width: 42% !important;
    text-decoration: none;
    padding: 12px 0 !important;
    font-size: 18px;
    border-radius: 10px !important;
}
.bk-form .form-control {
    padding: 10px 20px;
    border-radius: 10px !important;
}
.bk-form .form-control::placeholder{
    color: #D3D3D3;
}
.subscribe-btn {
    min-width: 148px;
    font-size: 18px;
    border-radius: 10px;
}
.news-ltr,.news-ltr span {
  font-size: 26px;
}
.news-ltr-form {
  width: 80%;
  margin: 0 auto;
}
.form-control:focus {
  box-shadow: none;
}

footer {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 0 32px;
}
footer .nav-link:hover {
  color: #ffc107; /* yellow on hover */
}

.best-sellers-page .y-header,
.deals-page .y-header {
  border-radius: 0 0 16px 16px;
}

.best-sellers-page .y-header:after,
.deals-page .y-header:after {
  display: none;
}
.best-sellars-section {
  padding: 24px 0;
}

.product-list-hdng {
  text-align: center;
}
.product-list-hdng h3 {
  text-align: center;
  border-radius: 0 0 24px 24px;
  padding: 12px 36px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  display: inline-block;
  background-color: #ffea00;
}
 .product-list-hdng h3 span{
      font-weight: 700;
      font-size: 20px;
    }
.products-list {
  width: 90%;
  margin: 0 auto;
}
.best-sellars-list{
  width: 84%;
}
.current-deals-list{
  width: 94%;
}
.products-list .card {
    margin-bottom: 36px;
}
.current-deals-list .products-list .card{
  margin-bottom: 16px;
}
.card-shdw {
  box-shadow: 0px 4px 15px 0px #00000026;
  border-radius: 48px 48px 0 0;
  padding: 24px 12px 16px 12px;
}
.card-shdw .card-title {
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
}
.card-shdw .text-muted {
  margin-left: 4px;
  color: #3a8190 !important;
  font-size: 14px;
  font-weight: 500;
}
.card-shdw i {
  font-size: 18px;
  color: #ff9900 !important;
}
.item-prize p {
  font-size: 22px;
  color: #000 !important;
}
.item-prize a {
  background: #000 !important;
  border-radius: 20px 0 0 20px;
  border-right: 6px solid #ff9900;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  margin-right: -12px;
  color: #ff9900;
}
.item-prize a i {
  color: #fff !important;
}
/* .products-list .col{
  padding: 0 4px !important;
} */

.custom-pagination {
  display: flex;
  justify-content: center;
  margin: 52px 0;
}

.custom-pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.custom-pagination li {
  display: inline-block;
  margin: 0;
}

.custom-pagination a {
  display: block;
  padding: 2px 8px;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.custom-pagination a:hover {
  background-color: #f3f3f3;
}

.custom-pagination .active a {
  background-color: #ff9900;
  color: #000;
}

.custom-pagination .disabled a {
  color: #aaa;
  pointer-events: none;
  background-color: #fff;
}
.about-section {
    padding: 24px 0;
}
.content-section {
  width: 82%;
  margin: 0 auto;
}

.custom-pagination a i{
  font-size: 26px;
  margin: 0 16px;
}



.card-body h6 {
    font-size: 18px;
    margin-top: 0;
    color: #000;
}
.card-body p {
  font-size: 16px;
  color: #000;
}
.item-prize p {
    font-size: 22px;
}
.carousel-nav:focus-visible{
  border: none;
  outline: none;
  box-shadow: none;
}
/* Responsive */
@media (max-width: 1439px) {
  .container {
    width: 1220px;
    max-width: 1220px;
  }

  h1 { 
    font-size: 32px;
  }

  h2 { 
    font-size: 30px;
  }

  h3 { 
    font-size: 24px;
  }

  h4 { 
    font-size: 20px;
  }

  h5 { 
    font-size: 18px;
  }

  h6 { 
    font-size: 16px;
  }

  p, li, span {
    font-size: 15px;
  }
  .strip-left h5,
  .strip-left h5 span {
    font-size: 18px;
  }
  .promo-block-img {
    width: 200px !important;
}
.block-ebooks .promo-block-img {
    width: 178px !important;
    bottom: 34px;
}
.block-content-left h3 span {
    font-size: 28px;
}
.block-content-left h3 {
    font-size: 22px;
}
.block-content-left p {
    font-size: 16px;
    margin-bottom: 14px;
}

  .top-navbar {
    padding: 0 48px;
  }
  .menu-section {
    width: 86%;
  }
  .home-decor {
    width: 204px;
    height: 224px;
  }
  .home-banner {
    min-height: 424px;
  }
  .h-bnr-img {
    width: 354px;
    height: 364px;
  }
  .new-yr-img {
    width: 530px;
  }
  .w-dress {
    width: 154px;
    top: 12%;
    left: 7%;
  }
  .new-sale {
    top: 0;
  }
  .home-sofas {
    width: 184px;
    top: 46%;
  }
  .mobiles {
    width: 148px;
    top: 12%;
    right: 16%;
  }
  .offer-count {
    bottom: 5%;
    width: 94%;
  }
  .offer-count p span {
    padding: 0 14px;
        font-size: 16px;
  }
  .shop-btn {
    font-size: 16px;
    width: 142px;
    height: 38px;
  }
  .produts-block {
    height: 312px;
  }
  .produts-block-hdng h3 {
    border-radius: 0 0 14px 14px;
    padding: 10px 26px;
    font-size: 20px;
  }
  .produts-block-hdng h3 span {
    font-size: 20px;
  }
  .produts-block::after,
  .produts-block::before {
    top: 8px;
    height: 24px;
  }
  .produts-block .my-5 {
    margin: 16px 0 !important;
  }
  .card-img,
  .card-img-bottom,
  .card-img-top {
    width: 136px;
  }
  .product-img-block {
    height: 158px;
  }
  .carousel-nav {
    top: 50%;
  }
  
  .product-list-hdng h3 {
    border-radius: 0 0 16px 16px;
    padding: 12px 36px;
    font-size: 18px;
  }
  .product-list-hdng h3 span{
      font-size: 18px;
    }
  .products-list .row-cols-lg-5 > * {
    width: 25% !important;
  }
  .card-shdw .card-body p {
    font-size: 20px;
  }
  .card-shdw {
    border-radius: 42px 42px 0 0;
  }
  .nav-link {
    padding: 0 16px !important;
    font-size: 16px;
  }
  .become-sellers {
    margin-left: 54px;
  }
  .bk-form .bk-top {
    width: 48% !important;
        font-size: 16px;
  }
  .news-ltr, .news-ltr span {
    font-size: 22px;
  }
  .bk-form .form-control {
    padding: 8px 16px;
    border-radius: 8px !important;
  }
  .subscribe-btn {
    min-width: 142px;
    font-size: 16px;
    border-radius: 8px;
  }
  .promo-block .shop-btn {
    width: 154px;
    font-size: 16px;
  }
  .best-sellars-list {
    width: 80%;
}
.current-deals-list {
    width: 90%;
}

}
@media (max-width: 1239px) {
  .container {
    width: 960px;
    max-width: 960px;
  }
  h1 { 
    font-size: 28px;
  }

  h2 { 
    font-size: 24px;
  }

  h3 { 
    font-size: 20px;
  }

  h4 { 
    font-size: 18px;
  }

  h5 { 
    font-size: 16px;
  }
  p, li, span{
    margin: 2px 0;
  }

  .top-navbar {
    padding: 12px 36px !important;
    border-radius: 0 0 24px 24px;
  }
  .y-header {
    padding: 16px 20px;
  }
  .nav-link {
        padding: 0 10px !important;
        font-size: 15px;
    }
  .home-banner {
    min-height: 348px;
    border-radius: 26px;
  }
  .h-bnr-img {
    width: 290px;
    height: 296px;
  }
  .sale-date p {
    font-size: 24px;
  }
  .sale-date p span {
    font-size: 16px;
    margin-top: -4px;
  }
  .home-decor {
    width: 156px;
    height: 172px;
  }
  .new-yr-img {
        width: 394px;
        height: 290px;
    }
  .w-dress {
        width: 132px;
        top: 16%;
        left: 8%;
        height: auto;
    }
  .mobiles {
        width: 110px;
        top: 14%;
        right: 16%;
    }
  .home-sofas {
        width: 146px;
        top: 44%;
    }
  .offer-count p {
    font-size: 14px;
  }
  .offer-count p span {
        padding: 0 10px;
        font-size: 15px;
    }
  .offer-count {
    bottom: 7%;
    width: 96%;
  }
  .offer-count h5 {
    font-size: 20px;
  }
  .produts-block {
    height: 252px;
    margin: 24px auto;
  }
  .produts-block-hdng h3 {
    border-radius: 0 0 12px 12px;
    padding: 8px 22px;
    font-size: 16px;
  }
  .produts-block-hdng h3 span {
    font-size: 16px;
  }
  .produts-block::after,
  .produts-block::before {
    top: 6px;
    height: 20px;
  }
  .card-img,
  .card-img-bottom,
  .card-img-top {
    width: 106px;
  }
  .product-img-block {
    height: 118px;
  }
  .card-body h6 {
    font-size: 16px;
  }
  .carousel-nav img {
    width: 28px;
    height: 28px;
  }
  .strip-left h5, .strip-left h5 span {
        font-size: 18px;
    }
  
  .strip-right img {
    width: 42px;
  }

  .promo-block-img {
    width: 172px !important;
  }
  .block-ebooks .promo-block-img {
        width: 144px !important;
        bottom: 34px;
    }
  .block-content-left {
    margin-right: 16px;
  }
  .block-container {
    border-radius: 18px;
    min-height: 220px;
    padding: 16px !important;
  }
  .block-content-left h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .block-content-left h3 span {
        font-size: 22px;
    }
  .block-content-left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .navbar-brand img {
    width: 68px;
    height: 42px;
  }
  .product-list-hdng h3 {
    border-radius: 0 0 16px 16px;
    padding: 10px 32px;
    font-size: 18px;
  }
  .product-list-hdng h3 span{
      font-size: 18px;
    }
  .card-shdw {
    border-radius: 36px 36px 0 0;
  }
  .products-list .row-cols-lg-5 > * {
    width: 33.33% !important;
  }
  
  .carousel-track {
    width: 96%;
    margin: 0 auto;
  }
  .news-ltr, .news-ltr span {
        font-size: 18px;
        margin: 12px 0 !important;
    }
.menu-section {
        width: 92%;
    }
    .y-header {
    width: 96%;
    }
    .home-banner,.produts-block,.strip-container,.promo-block {
    width: 93%;
    }
    .promotion-1 .strip-right img {
    width: 200px;
    }
    .promotion-1 .strip-right {
    width: 44% !important;
    margin-left: auto;
  }
  .promotion-1 .strip-left{
    width: 55% !important;
  }
    .promotion-1 .strip-left h5,.promotion-1 .strip-left h5 span{
      font-size: 17px;
    }
    .promotion-1 .shop-btn {
        font-size: 14px;
        width: 132px;
    }
    .promo-block .shop-btn {
        width: 142px;
        font-size: 15px;
        height: 40px;
    }
    .bk-form .bk-top {
        border-radius: 6px !important;
    }
    .news-ltr-form {
    width: 90%;
    }
    .current-deals-list {
        width: 88%;
    }
}
@media (max-width: 991px) {
  .container {
        width: 98%;
        max-width: 98%;
        padding: 0 10px;
    }
  h1 { 
    font-size: 34px;
  }

  h2 { 
    font-size: 32px;
  }

  h3 { 
    font-size: 30px;
  }

  h4 { 
    font-size: 24px;
  }


  .top-navbar {
    padding: 10px 36px !important;
    border-radius: 0 0 20px 20px;
  }
  .menu-section {
    width: 100%;
    padding: 0;
  }
  .navbar-toggler {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar-toggler i {
    font-size: 25px;
  }
  .navbar-toggler span {
    font-size: 18px;
  }
  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }
  .nav-link {
    padding: 0 14px !important;
    font-size: 14px;
    margin: 8px 0;
  }
  .y-header {
    padding: 12px 16px;
  }
  .navbar-collapse {
        position: absolute;
        height: auto;
        padding: 12px 12px 24px;
        top: 48px;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #ffea00;
    }


  .home-banner {
    min-height: 286px;
    border-radius: 24px;
  }
  .new-yr-img {
        width: 300px;
        height: 214px;
    }
  .w-dress {
    width: 102px;
    top: 18%;
    left: 10%;
  }
  .mobiles {
    width: 82px;
    top: 18%;
    right: 18%;
  }
  .home-sofas {
    width: 118px;
    top: 42%;
  }
  .new-sale {
    top: 0%;
  }
  .offer-count {
        bottom: 6%;
        width: 100%;
    }
  .offer-count h5 {
        font-size: 20px;
        margin: 8px 0;
    }
  .offer-count p {
    font-size: 12px;
  }
  .shop-btn {
    width: 124px;
    font-size: 14px;
    height: 36px;
    padding: 0 8px;
  }
  .offer-count p span {
        padding: 0 4px;
        font-size: 14px;
    }
  .h-bnr-img {
    width: 212px;
    height: 216px;
  }
  .home-decor {
    width: 136px;
    height: 148px;
  }
  .banner-section.mb-4{
    margin-bottom: 16px !important;
  }
  .produts-block {
        height: 198px;
        margin: 16px auto;
    }
    .strip-container {
    margin: 16px auto;
  }
  .produts-block-hdng h3 {
    border-radius: 0 0 8px 8px;
    padding: 6px 18px;
    font-size: 14px;
  }
  .produts-block-hdng h3 span {
    font-size: 14px;
  }
  .product-img-block {
    height: 80px;
  }
  .card-img,
  .card-img-bottom,
  .card-img-top {
    width: 96px;
  }
  .card-body h6,.card-shdw .card-title  {
    font-size: 14px;
  }
  .card-shdw .card-body p {
        font-size: 18px;
    }
  .card-body p {
    font-size: 12px;
  }
  .produts-block::after,
  .produts-block::before {
    top: 5px;
    height: 16px;
  }
  .strip-left h5 {
    font-size: 14px;
  }
   .strip-left h5 span {
    font-size: 14px;
  }  
  .strip-right img {
    width: 36px;
  }
  .strip-right {
    border-radius: 8px 0 0 8px;
  }
  .block-container {
        padding: 12px !important;
        min-height: 190px;
        border-radius: 12px;
    }

  .block-content-left p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .block-content-left p span{
    font-size: 12px;
  }
  .promo-block-img {
        width: 148px !important;
    }
    .block-ebooks .promo-block-img {
        width: 120px !important;
        bottom: 32px;
        right: 8px;
    }
    .block-content-left {
    width: 60% !important;
    }
    .promo-block .shop-btn {
        width: 126px;
        font-size: 14px;
        height: 38px;
    }
  .bk-form {
      padding: 0 !important;
  }
  .news-ltr-form {
    width: 98%;
  }
  .bk-form .form-control {
        padding: 8px 16px;
        border-radius: 6px !important;
    }
  .bk-form .bk-top {
        width: 56% !important;
        font-size: 16px;
        padding: 10px 0 !important;
    }
    .news-ltr, .news-ltr span {
        font-size: 16px;
        margin: 10px 0 !important;
    }
    footer {
    padding: 0 24px;
}
  footer .nav-link {
    padding: 0 8px !important;
    font-size: 12px;
    margin: 8px 0;
  }
  .card-shdw .text-muted {
    margin-left: 0;
    display: inline-block;
    margin-top: 4px;
  }
  .carousel-item-custom {
    min-width: 33.333%; /* 3 items on tablet */
  }
  .card-shdw .product-img-block {
    height: 120px;
  }
  .card-shdw .card-img-top {
    width: 108px;
  }
  .custom-pagination a i {
    font-size: 22px;
  }
  .m-active {
    color: #c30000;
  }
  .promotion-1 .strip-left,.promotion-1 .strip-right {
        width: 50% !important;
    }
    .promo-logos {
    width: 80%;
}
.best-sellars-list {
        width: 90%;
    }
    .current-deals-list {
        width: 98%;
    }

}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
  }
  p, li, span {
        font-size: 16px;
    }
  .carousel-item-custom {
    min-width: 50%; /* 2 items on mobile */
  }
  header {
    background-color: #ffea00;
  }
  .top-navbar {
        padding: 6px 18px !important;
    }
  .logo-search {
    justify-content: flex-start !important;
    gap: 12px;
  }
  .navbar-brand img {
    width: 82px;
    height: 42px;
  }
  .logo-search  .input-group {
        width: 64% !important;
        margin-left: auto;
    }
  .search-input {
    width: 100% !important;
  }
  .y-header {
    padding: 12px 16px;
    margin: 0;
    width: 100%;
  }
  .about-section {
    padding: 16px 0;
  }
  .nav-item {
    width: 50%;
  }
  footer .nav {
    margin: 24px 0;
  }
  footer .nav-link {
        padding: 0 6px !important;
        font-size: 16px;
    }
 
  .navbar-brand {
    padding: 8px 0;
    display: block;
  }
  footer .navbar-brand img {
        width: 108px;
        height: 48px;
    }
  .home-banner.d-flex {
    flex-direction: column !important;
    justify-content: space-between;
  }
  .home-banner-lft,
  .home-banner-rht {
    width: 100% !important;
    position: static;
  }
  .home-banner {
    height: auto;
    min-height: 710px;
    border-radius: 0;
    width: 100%;
    background: radial-gradient(ellipse at bottom, #fffaf2 0%, #00c6bc 100%);
  }
  .h-bnr-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
  }
  .h-bnr-img img {
    margin: 0 auto;
    width: 310px;
  }
  .new-yr-img {
    width: 100%;
    height: auto;
  }
  .w-dress {
    width: 142px;
    top: 4%;
    left: 2%;
  }
  .mobiles {
    width: 98px;
    height: auto;
    top: 12%;
    right: 14%;
  }
  .offer-count {
        width: 90%;
        position: static;
        margin: 14px auto;
    }
    .home-sofas {
        width: 148px;
        top: 42%;
    }
    .offer-count .shop-btn {
    margin: 0 auto;
    width: 164px;
    height: 48px;
    font-size: 18px;
}
  .sale-date {
    position: absolute;
    right: 0;
    left: 00;
    top: 3%;
    text-align: center;
  }
  .sale-date p {
    font-size: 26px;
  }
  .sale-date p span {
    font-size: 16px;
  }
  .new-sale {
    top: 32px;
    position: relative;
  }
  .offer-count h5 {
    font-size: 28px;
  }
  .offer-count p span {
    padding: 0 12px;
    width: auto;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 22px;
  }
  .offer-count p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
.home-decor {
        width: 62px;
        height: 80px;
        top: 24%;
        left: 0;
        transform: scaleX(-1);
        z-index: 9;
    }
  .produts-block {
    height: 254px;
    border-radius: 14px;
    margin: 16px auto;
    width: 100%;
  }
  .product-img-block {
        height: 110px;
    }
   .best-sellars-list .product-img-block {
        height: 124px;
    }
    .card-img, .card-img-bottom, .card-img-top {
        width: 106px;
    }
    .best-sellars-list .card-img,.best-sellars-list .card-img-bottom,.best-sellars-list .card-img-top {
      width: 114px;
    }
    .produts-block .my-5 {
        margin: 12px 0 !important;
    }
    .card-body h6, .card-shdw .card-title {
        font-size: 18px;
    }
    .card-body p {
        font-size: 16px;
    }
  .produts-block::after,
  .produts-block::before {
    display: none;
  }
  .produts-block-hdng h3 {
        border-radius: 0 0 22px 22px;
        padding: 8px 22px;
        font-size: 16px;
        width: 88%;
    }
  .strip-container {
    background-color: #ac90e9;
    width: 90%;
    margin: 32px auto;
    flex-direction: column;
  }
  .promotion-2 .strip-container,.promotion-2 .strip-left{
background-color: #b2f1cf;
  }
  .promotion-2 .strip-right{
background-color: #ac90e9;
  }
  .promotion-1 .strip-left h5, .promotion-1 .strip-left h5 span {
        font-size: 22px;
    }
  .strip-left h5,.strip-left h5 span {
    font-size: 22px;
  }
  .strip-left {
    width: 100% !important;
  }
  .strip-left {
    width: 100% !important;
    padding: 12px 24px !important;
  }
  .strip-right {
    border-radius: 8px;
    width: 100% !important;
    flex-direction: column !important;
    gap: 16px;
    padding: 24px 4px !important;
    clip-path: none;
  }
  .strip-right img {
    width: 52px;
  }
  .promotion-1 .strip-right img {
        width: 260px;
    }
    .strip-container .shop-btn {
        font-size: 16px;
        width: 164px;
        height: 42px;
    }
.strip-container {
        background-color: #ac90e9;
        width: 100%;
        margin: 18px auto;
        flex-direction: column;
        padding: 16px;
    }
    .promotion-1 .strip-left, .promotion-1 .strip-right {
        width: 100% !important;
    }
  .promo-logos {
    width: 100%;
    margin-bottom: 12px;
  }
  .promo-block {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .block-content-left p,
  .block-content-left p span {
        font-size: 13px;
  }
  .block-container {
        padding: 18px !important;
        border-radius: 20px;
}
  .promo-block .col-md-6 {
    width: 100% !important;
  }
  .promo-item-1 .block-content-right {
    right: 0;
    width: 160px !important;
  }
  .block-ebooks .promo-block-img {
        width: 148px !important;
  }
  .promo-block .col-md-6 .block-content-left {
    width: 64% !important;
  }
  .bk-form .bk-top {
        width: 94% !important;
                padding: 12px 0 !important;
    }
    .news-ltr-form {
        width: 90%;
    }
    .bk-form .form-control {
        padding: 10px 14px;
        border-radius: 12px !important;
    }
    .subscribe-btn {
        min-width: 152px;
        font-size: 18px;
        border-radius: 12px;
        height: 46px;
        margin-top: 30px;
    }
  .bk-form .my-3 {
    margin: 4px 0 !important;
  }
  .news-ltr, .news-ltr span {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 !important;
    }
 .product-list-hdng h3 {
        border-radius: 0 0 24px 24px;
        padding: 10px 22px;
        font-size: 18px;
    }
   
  .products-list .row-cols-lg-5 > * {
    width: 50% !important;
  }
  .card-shdw {
        border-radius: 42px 42px 0 0;
        padding: 18px 8px 12px 8px;
    }
  .products-list .row-cols-lg-5 > * {
    width: 50% !important;
    margin: 0 0 16px 0 !important;
    padding: 0 8px !important;
  }
  .card-shdw .product-img-block {
        height: 124px;
    }
    .card-shdw .card-img-top {
        width: 118px;
    }

  .card-shdw .card-title {
    display: -webkit-box; /* enables flexbox layout for webkit */
    -webkit-line-clamp: 2; /* limits to 2 lines */
    -webkit-box-orient: vertical; /* vertical orientation */
    overflow: hidden; /* hides the rest */
    font-size: 14px;
    text-overflow: ellipsis; /* adds ... */
  }
  .card-shdw i {
    font-size: 14px;
  }
  .card-shdw .card-body p {
    font-size: 16px;
  }
  .item-prize a {
    border-right: 4px solid #ff9900;
    padding: 4px 12px;
    gap: 6px;
    font-size: 14px;
    margin-right: -8px;
  }
  .custom-pagination a {
    padding: 4px 10px;
  }
  .products-list {
    width: 98%;
    margin: 0 auto;
  }
  .products-list .row.row-cols-2.row-cols-md-3.row-cols-lg-5.g-4.mt-4,
  .products-list .row.d-flex.flex-wrap.justify-content-center.g-4.mt-4 {
    width: 94%;
    margin: 0 auto;
  }
  .products-list .row.row-cols-2.row-cols-md-3.row-cols-lg-5.g-4.mt-4{
    width: 100%;
  }
  footer.py-3 {
        padding: 36px 18px !important;
    }
  .content-section {
    width: 94%;
  }
  .best-sellars-section {
    padding: 16px 0;
}
}
