body,
html {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}

.shipping-bar {
  background-color: #f200af;
  color: white;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}



.email-bar{
  background-color: #f200af;
  color: white;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding: 10px;
}

.bannerImage {
  background-image: url("../images/BgImage1.png");
 
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.shipping-bar-text {
  font-family: "Oswald", sans-serif;
}

.outer-container {
  width: 100%;
  padding: 0 50px;
}

.overlay-content {
  padding: 60px 20px 20px;
  z-index: 2;
  padding-bottom: 0;
  max-width: 1680px;
  margin: 0 auto;
}

.logo-container {
  width: 100%;
  position: relative;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.set-navbar {
  width: 100%;
  position: relative;
}

.logo-container .bottom-set {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: end;

  padding-bottom: 30px;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.search-bar-container {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;

}

.search-input {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #c1c5c9;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
}

.icon-button {
  background-color: white;
  border: 1px solid #c1c5c9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
.icon-button:hover{
  background-color: #D60620;
}
.icon-button img {
  height: 32px;
  width: 32px;
  transition: filter 0.3s;
}

.icon-button:hover .button-icon {
  content: url('../images/shopping-bag-white.svg'); 
}

.icon-button.active:hover {
  background-color: #D60620;
}

.icon-button.active:hover .button-icon {
  content: url('../images/shopping-bag-white.svg');
}

.search-input-wrapper {
  position: relative;
  width: 292px;
  height: 52px;
}

.search-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c1c5c9;
  padding: 10px 40px 10px 15px; /* extra right padding for icon */
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  height: 100%;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  height: 24px;
  width: 24px;
  pointer-events: none; /* ensures clicks go to the input */
}

.nav-btn-group {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}

.custom-nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s ease;
  background-color: #f200af;
}

.custom-nav-link:hover {
  opacity: 0.9;
  background-color: #d60620;

}
.custom-nav-link.active {
  background-color: #D60620;
  color: white;
}

.btn-about {
  border: 1.5px solid;
  border-right-color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-whimsical {
  border: 1.5px solid;
  border-right-color: white;
}

.btn-rebel {
  border: 1.5px solid;
  border-right-color: white;
}

.btn-contact {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1.5px solid;
  border-right-color: white;
}

.hero-heading {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-title{
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 0%;
  width: 100%;
  max-width: 600px !important;
  font-family: "League Gothic", sans-serif;

}

.cta-button {
  margin-top: 20px;
  text-align: center;
}

.btn-custom-red {
  background-color: #d60620;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-custom-red:hover {
  background-color: #b0051a;
}
.shazam-outer {
  width: 100%;
  padding: 0 100px;
}

.shazam-container {
  width: 100%;
  height: 100%;
  display: inline-block;

  position: relative;
}

.shazam-container .shazam-text {
  position: absolute;
  right: 15%;
  top: 22.75%;
  width: 826px;
  transform: translateY(-50%);
}
.shazam-girls {
  width: 100%;
  height: auto;
}
.shazam-info {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 806px;
  border-radius: 5px;
  background-color: white;
  opacity: 85%;
  padding: 41px 15px;
  letter-spacing: 0;
  text-align: center;
  font-family: "League Gothic", sans-serif;
}
.shazam-info p {
  color: #000204;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

/* homepage css  */

.whimsical-collection-section{
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
}

.second-header-images {
  height: 534px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.second-header-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {

  width: 652px;
  height: 462px;
  background: #f5f5f5;
  color: black;
  opacity: 85%;
  border-radius: 5px;
}

.image-overlay-outer{
  position: absolute;
}



.WHIMSICALCOLLECTION {
  font-size: 70px;
  font-weight: 400;
  color: black;
  text-align: center;
  line-height: 72px;
  padding: 20px;
  font-family: "League Gothic", sans-serif;
}

.WHIMSICALCOLLECTION-details {
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: black;
  text-align: center;
  line-height: 40px;
}

.btn-black {
  background-color: black;
  color: white;
  border: 1px solid white;
  font-family: "Oswald", sans-serif;
}

.beddingBrandText {
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: black;
  text-align: center;
  line-height: 60px;
}
.noLoyalityToConformity {
  font-size: 40px;
  font-weight: 400;
  font-family: "Bowlby One", cursive;
  color: #f200af;
  text-align: center;
  line-height: 60px;
}
.promiscuousText {
  font-size: 40px;
  font-weight: 400;
  font-family: "Kavoon", cursive;
  color: black;
  text-align: center;
  line-height: 60px;
}
.image-container {
  width: 100%;
  height: 490px;
  overflow: hidden;
  position: relative;
  padding: 5px;
}

.pink-king{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-col-con {
  width: 50%;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .return-and-exchange h1{
    font-size: 45px !important;
  }
  .image-container {
    height: 300px; /* Smaller height on mobile */
  
  }
  .image-outer-container{
    padding: 30px 15px !important;
  }
  .img-col-con{
    width: 100%;
  }
  .bedgasm-text-overlay img{
width: 211px !important;
height: 60px !important;
  }

  .bedgasm-subtitle{
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
  }

}

@media (min-width: 768px) {
  .image-container {
    max-width: 583px; /* Desktop width */
    margin: 0 auto; /* Center images on larger screens */
  }
}

.bedgasm-text-overlay {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  width: 100%;
  padding: 10px;
}

.bedgasm-text-overlay img {
  width: 479px;
  height: 154px;
}

.bedgasm-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff4dd2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.bedgasm-subtitle {
  font-weight: 400;
  font-size: 60px;
  color: #000;
  font-family: "League Gothic", sans-serif;
  line-height: 72px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.bedgasm-highlight {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  padding-top: 5px;
}



/* about us section */

.about-section {
  padding: 60px 100px;
  text-align: center;

  color: #000;
}

.image-outer-container{
  width: 100%;
padding: 30px;
display: flex;
justify-content: center;
align-items: center;

}

.img-row{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 1180px !important;
}

.about-row {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

.circle-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 1 !important;
  border: 6px solid #f200af;
  padding: 0;
}

.one-left {
  position: absolute;
  left: -4%;
  top: 0;
}
.one-right {
  position: absolute;
  top: 0;
  right: -4%;
}

.third-left {
  position: absolute;
  left: -2%;
  bottom: -4%;
}

.third-right {
  position: absolute;
  right: -4%;
  bottom: -10%;
}

.six-left {
  position: absolute;
  left: -5%;
  bottom: -15%;
}

.six-right {
  position: absolute;
  right: -5%;
  bottom: -15%;
}

.second-left {
  position: absolute;
  left: -16%;
  bottom: -41%;
}
.second-right {
  position: absolute;
  right: -16%;
  bottom: -41%;
}

.seven-left {
  position: absolute;
  left: -13%;
  bottom: -40%;
}
.seven-right {
  position: absolute;
  right: -13%;
  bottom: -40%;
}

.four-left {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.four-right {
  position: absolute;
  right: -29%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.five-left {
  position: absolute;
  left: -5%;
  top: -8%;
}

.five-right {
  position: absolute;
  right: -5%;
  top: 0;
}

.extra-img{
  display: none;
}

.about-box {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 65px;
  max-width: 806px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 400;
  opacity: 85%;
  position: relative;
}

.italic {
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}

.about-box strong,
.font-500 {
  font-weight: 500;
}

strong {
  font-family: "Kavoon", serif;
}

.second-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
}

.second-row a{
  color: white;
  text-decoration: none;
}
.about-section-last-con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-story {
  border-radius: 10px;
  color: white;
  background-color: #d60620;
  padding: 10px 60px;
  font-size: 40px;
  font-weight: 600;
  cursor: pointer;
  width: 300px;
}

.our-story a{
  color: white;
  text-decoration: none;
}

.our-story:hover{
  background-color: #f200af;
}


/* footer section */

.promo-footer {
  text-align: center;
  padding-top: 40px;
}

.bedgasm-outer-con{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.bedgasm-outer-con img{
  max-width: 1166px;
}


.discount-text {
  color: #f200af;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 72px;
  letter-spacing: 0;
  font-family: "League Gothic", sans-serif;
}

.newsletter p {
  font-size: 32px;
  font-weight: 600;

  margin: 0 auto 30px;
}

.newsletter .highlight {
  color: #d60620;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 639px;
  margin: 0 auto 30px;
  
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  border: none;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #000;
  border-right: 0;
  height: 82px;
  color: #000;
}
.newsletter-form input[type="email"]::placeholder{
  color: #000;
}

.newsletter-form button {
  background: #000;
  color: #fff;
  padding: 9px 30px;
  border: none;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  height: 82px;
}

.newsletter-form button:hover{
  background-color: #D60620;
}

.social-icons a {
  margin: 0 10px;
  display: inline-block;
}

.social-icons img {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
}

.social-icons img:hover{
  transform: scale(1.3);
}

.footer-content {
  display: flex;

  flex-wrap: wrap;
  padding: 40px 100px;
  justify-content: space-between;
}

.logo-area {
  width: 45%;
}

.logo-area img {
  width: 100%;
}

.footer-links {
  width: 48%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: left;

  padding-left: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-heading {
  font-weight: 400;
  font-size: 50px !important;
  color: #000000;
  font-family: "League Gothic", sans-serif;
}

.footer-links ul li {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.align-footer-links {
  width: 100%;
  display: flex;
  gap: 50px;
}

.align-footer-links p {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
}
.align-footer-links p:hover{
  text-decoration: underline;
}

.footer-bottom {
  background: #f200af;
  color: #fff;
  padding: 10px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 500;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom .design-credit a {
  color: #fff;
 text-decoration: none;
}
.design-credit a:hover {
  cursor: pointer;
  text-decoration:underline ;
}

.contact-us-outer{
  width: 100%;
  position: relative;
  background-image: url("../images/NoLoayalityImage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
min-height: 601px;
}


.contact-us-con{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.contact-btn-grp{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.contact-details-con{
  max-width: 850px;
  text-align: center;
  padding: 0 20px;
}

.button-style {
  background-color: #d60620;
  padding: 12px 38px;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px #00000033;
  border: none;
  font-weight: 600;
  font-size: 24px;
  opacity: 1 !important;

}

.contact-btn-grp .button-style{
  width: 100%;
  max-width: 202px !important;
}

.contact-btn-grp .button-style a{
text-decoration: none;
color: #FFFFFF;
}

#why-promiscous-button{
  background-color: #d60620;
  padding: 12px 38px;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px #00000033;
  border: none;
  font-weight: 600;
  font-size: 24px;
  opacity: 1 !important;
  width: 100%;
  max-width: 316px !important;
}


#why-promiscous-button:hover{
  background-color: #f200af;
  color: white;
}

/* #openPopupBtn {
  padding: 12px 24px;
  font-size: 16px;
  background: #e60073;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
} */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Transparent background */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  position: relative;
  font-family: "League Gothic", sans-serif;

  max-width: 754px;
  width: 100%;
  height: 100%;
  max-height: 602px;
  background-size: 100% 100%;
  background-image: url("../images/back-popup.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
  border: 8px solid #D60620;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  background-color: white;
}

.height-environment{
  height: 100%;
  max-height: 946px;
}



.popup-content .popup-inner-content{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 8px solid #F200AF;
}

.popup-inner-content h2 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-inner-content p {
  padding: 0 160px;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
}

.close-btn {
  position: absolute;
  top: -5%;
  right: -4.5%;
  font-size: 28px;
  background: #D60620;
  color: white;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-btn .cross-button{
  width: 48px;
  height: 48px;

}

.shipping-bar-con img{
  margin-bottom: 10px;
}

.whimsical-collection-section .button-style{
  width: 100%;
  max-width: 256px !important;
}

.button-style:hover{
  background-color: #f200af;
  color: white;

}

.contact-btn-grp a{
  width: 202px;
}


.button-black {
  background-color: black;
  padding: 12px 35px;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px #00000033;
  border: none;
  font-weight: 600;
  font-size: 24px;
  opacity: 1 !important;
  width: 100%;
  max-width: 202px !important;
}

.button-black:hover{
  background-color: #d60620;
}

.whim-title-section{
  width: 100%;
  margin: 50px auto 25px;
  text-align: center;
  gap: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}

.whim-title{

  color: #000204;
  font-size: 70px;
  line-height: 72px;
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
}



.whim-content-cont{
  max-width: 927px;
  width: 100%;
}

.whim-content{
  color: #000204;
  font-size: 32px;
  font-weight: 600;
 
  line-height: 48px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 40px;
  }
  
  .grid-item {
    width: 100%;
    height: 540px;
    background: white;
    
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  #productLabel {
    cursor: pointer;
  }
  
  .grid-item img {
    width: 100%;
    height: calc(100% - 100px);
    object-fit: cover;
  }
  
  .label {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
    color: white;
    position: relative;
    transition: all 0.3s ease;
    gap: 10px;
    margin-left: 30px;
  }
  
  .red {
    background-color: #e41c37;
  }
  
  .pink {
    background-color: #F200AF;
  }
  
  .arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s ease;
  }
  .arrow img{
    height: 40px;
    width: 40px;
  }

  .grid-item:hover{
    background-color: #D60620;
    cursor: pointer;
  }
  
  .grid-item:hover .arrow {
    opacity: 1;
    transform: translateX(0);
  }
  
  .our-story-con {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 100px;
  width: 100%;
  }
  
  .story-text {
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #000204;
  margin-bottom: 40px;
  }
  
  .story-text h2 {
    font-size: 70px;
    font-weight: 400;
  
    font-family: "League Gothic", sans-serif;
  }
  
  .story-text .make-our-center{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .story-text .make-our-center p{
    font-style: italic;
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 48px;
  }

  .story-text .story-gray-bg{
    background-color: #F5F5F5;
    opacity: 85%;
    border-radius: 5px;
    padding: 2px;
  }
  
  .story-text blockquote {
    font-style: italic;
    font-size: 32px;
    margin: 10px 0 20px;
    font-weight: 600;
    line-height: 48px;
  }
  
  .story-text p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }

  .story-text .image-desc-con{
    width: 100%;
    background-color: #b0051a;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-desc-con{
    width: 100%;
    font-family: "Oswald", sans-serif;
  }

  .image-desc-con .open-tab{
    float: right;
    /* display: flex; */
  }

  /* .image-desc-con .open-mobile{
    display: none;
  } */

  .image-desc-con p{
    font-size: 32px;
    font-weight: 600;
  }

  .return-and-exchange{
    width: 100%;
    padding: 60px 100px 40px;
  }

  .return-and-exchange .heading{
    width: 100%;
    text-align: center;
  }

  .return-and-exchange h1{
    font-size: 70px;
    font-weight: 400;
    font-family: "League Gothic", sans-serif;

  }

  .return-and-exchange h3{
    font-size: 60px;
    font-weight: 400;
    font-family: "League Gothic", sans-serif;
  }

  .return-and-exchange p{
    font-size: 32px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
  }

  .return-and-exchange .content{
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .contact-us-outer-con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
  }

  .contact-container {
  
    display: flex;
  
    max-width: 1167px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
   justify-content: center;
    overflow: hidden;
    height: 755px;
  }
  

  
  .contact-right {
   width: 100%;
   padding: 80px 50px;
   border: 1px solid #C1C5C9;
   border-left: none;
   max-width: 690px;
   background-color: #FFFFFFD9;
  }
  
  .contact-left {
    width: 100%;
    border: 1px solid #C1C5C9;
    padding: 80px 45px;
    font-family: "Oswald", sans-serif;
    background-color: #F5F5F5D9;
    max-width: 477px;
  }
  
  .contact-left h2,
  .contact-right h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "League Gothic", sans-serif;
  }
  
  .contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .contact-info .icon {
    background: #F200AF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    width: 63px;}

    .contact-info .icon img{
      height: 26px;
      width: 26px;
    }
  
  .contact-info p {
    
    margin: 0;
    font-size: 22px;
    color: #999999;
    font-weight: 500;
  }

  .contact-info .email a{
    color: #000;
     text-decoration: none;
     font-size: 28px;
     font-weight: 600;
  }
  
  
  
  form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: "Oswald", sans-serif;
  }
  
  .form-row {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
  }
  
  .form-row input {
    flex: 1 1 45%;
  }
  
  input, textarea {
    padding: 12px;
    border: 1px solid #C1C5C9;
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
  
  }

  input{
    height: 59px;
  }

  textarea{
    resize: none !important;
  }

  
  .send-button{
    background: #e50914;
    color: white;
    padding: 17.5px;
    border: none;
    border-radius: 5px !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0px 5px 20px 0px #00000033;

  }
  
  .send-button:hover{
    background: #F200AF;
  }
  
  .cart-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .cart-title {
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 2rem;
    font-family: "League Gothic", sans-serif;
  }
  
  .cart-content {
    display: flex;
    gap: 40px;
   
    width: 100%;
    justify-content: center;

  }
  
  .cart-items {
    
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 652px;
  
  }
  
  .cart-item {
    display: flex;
    background: #FFFFFFB2;
    width: 100%;
    max-width: 652px;
    padding: 25px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    height: 309px;
    width: 100%;
  }
  
  .item-image {
    width: 226px;
    height: 249px;
  object-fit: cover;
  }
  
  .item-details {
    margin-left: 1rem;
    flex: 1;
  }
  
  .item-details h2 {
    font-size: 46px;
    font-weight: 400;
    font-family: "League Gothic", sans-serif;
    margin-bottom: 16px;
  }

  .item-details .king-size{
    font-size: 22px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
  }

  .item-details .item-set{
    font-size: 24px;
    font-weight: 500;
    color: #000204;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
  }

  .item-details .price-and-quantity{
    width: 100%;
    display: flex;
    font-family: "Oswald", sans-serif;
    
  }

  .item-details .price-and-quantity .price{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right: 10px;
  }

  .item-details .price-and-quantity .price h6{
    font-size: 20px;
    font-weight: 400;
   
  }

  .item-details .price-and-quantity .price .amount{
    font-size: 26px;
    font-weight: 600;
  }

  .quantity-control .quantity-select{
   width: 32px;
   height: 32px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #FFFFFF;
   border: none;
  }
  

  
  .quantity-control {
    display: flex;
  
    flex-direction: column;

    gap: 0.5rem;

  }

  .quantity-control label{
font-size: 20px;
font-weight: 400;
  }
  
  .quantity-control .quantity-buttun-outer {
  display: flex;
  gap: 26px;
  align-items: center;
  background-color: #9999991A;
  justify-content: space-between;
  width: 148px;
  padding:7px;
  border-radius: 5px;
  }
  
  .delete-btn {
    background: #D60620;

    border: none;
     display: flex;
     justify-content: center;
     align-items: center;
  
    cursor: pointer;
    height: 55px;
    width: 55px;
    position: absolute;
    top:0;
    right:0;
  }

  .delete-btn img{
    transition: transform 0.3s ease;
  }

  .delete-btn img:hover{
    transform: scale(1.2);
  }

  
  
  .cart-summary {
    
    background: #FFFFFF;
  width: 100%;
    max-height: 631px;
  border: 1px solid #C1C5C9;
    max-width: 464px;
    position: sticky; 
    top: 5%;
   
  }

  .cart-summary .summary-section{
    width: 100%;
    padding: 29px;
    display:flex;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #C1C5C9;
  }

  .cart-summary .order-payment-details{
    width: 100%;
    padding: 29px;
    display:flex;
    flex-direction: column;
  }

  .cart-summary .order-payment-details h4{
   font-size: 38px;
   font-weight: 400;
   font-family: "League Gothic", sans-serif;
  }

  .cart-summary .order-payment-details .summary-details{
   padding-bottom: 10px;
   border-bottom: 1px solid #C1C5C9;
  }



  .cart-summary .order-payment-details .summary-details p{
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  
  .cart-summary h3 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: "League Gothic", sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .cart-summary .promo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Oswald", sans-serif;
  }

  .promo p{
    font-size: 20px;
    font-weight: 400;
  }
  
 
  
  .coupon-code-input{
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #C1C5C9;
    border-right: none;
    height: 49px;

  }

  .promo input::placeholder{
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #999999;
  }

  .promo .promo-code-box{
    display: flex;
    width: 100%;
    height: 49px;
  }
  
  .apply-btn {
    background: #D60620;
    color: white;
    border: none;
    
    cursor: pointer;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    font-weight: 600;
    width: 110px;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
  }

  .apply-btn:hover{
    background-color: #F200AF;
  }


  
  .summary-details p,
  .total p {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    
  }

  .cart-summary .order-payment-details .total p{
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
  }
  
  .checkout-btn {
    font-family: "Oswald", sans-serif;
    width: 100%;
    background: #D60620;
    color: #FFFFFF;
    border: none;
    padding: 11.5px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
    border-radius: 5px;
    cursor: pointer;
  }

  .checkout-btn:hover{
    background-color: #F200AF;
  }

  /* detail page css  */

  .detail-outer-con{
    width: 100%;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  /* .bedgasm-warning {
    font-size: 40px;
    font-weight: 700;
    color: #FF96D5; 
    -webkit-text-stroke: 1px #D20098; 
  
    text-shadow: 0px 5px 20px #F200AF4D;
    margin: 0;
    font-family: "Antonio", sans-serif;
  } */
  .trademark-container {
    font-family: "Antonio", sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FF96D5; /* Bright pink */
    position: relative;
    display: inline-block;
    text-shadow: 0px 5px 20px #F200AF4D;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #D20098; 
  }

  .space{
    margin-left: 20px;
  }

  .tm {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    right: 198px;
    color: #FF96D5;
    -webkit-text-stroke: 1.5px #D20098; 
  

  }

  .warning-subtext{
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999999B2;
    -webkit-text-stroke: 1px #000000; 
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.7px;
    line-height: 48px;
  }

  .detail-outer-con .bedgasm-heading-con{
    width: 100%;
    max-width: 1110px;
  }

  .detail-outer-con .desc-con,.detail-outer-con .product-detail-con ,.detail-outer-con .pillowcase-con{
     width: 100%;
     max-width: 1110px;
     display: flex;
     justify-content: space-between;
     gap: 30px;
     margin: 30px 0;
  }
  
  .pillowcase-con .pillow-image-sec{
    width: 100%;
    max-width: 515px;
    max-height: 344px;
    position: relative;

  }
  .pillowcase-con .pillow-image-sec img{
    width: 100%;
  }

  .pillowcase-con .pricing-box{
    width: 100%;
    max-width: 508px;
    max-height: 344px;
    background-color: #FFFFFFB2;
    box-shadow: 0px 0px 8px 0px #00000038;
padding:20px 30px;
font-family: "Oswald", sans-serif;
  }

  .pillowcase-con .pricing-box .price-qunatity{
    width: 100%;
    display: flex;
    padding:10px 20px 20px;
    border-bottom: 1px solid #C1C5C9;
  }

  .pricing-box .price-qunatity .amount-section{
width: 38%;
margin-top: 6px;
  }

  .price-qunatity .amount-section h6{
    font-size: 20px;
    font-weight: 400;
  }

  .amount-section .amount-money{
    font-size: 32px;
    font-weight: 600;
    color: #F200AF;
  }

  .desc-con .desc-img{
    width: 100%;
    max-width: 562px;
  max-height: 597px;
  }

  .desc-img img{
    width: 100%;
    height: 597px;
  }

  .desc-con .desc-info{
    width: 100%;
    max-width: 508px;
    max-height: 597px;
    box-shadow: 0px 0px 8px 0px #00000038;
background-color: #FFFFFFB2;
padding: 60px 30px;
  }

  .desc-info h3{
    font-size: 60px;
    font-weight: 400;
    font-family: "League Gothic", sans-serif;
    margin-bottom: 12px;

  }

  .desc-info h5{
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .desc-info p{
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 400;
  }

  .product-detail-con .product-details{
    width: 100%;
    max-width: 516px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .product-details .detail-table{
    width: 100%;
    box-shadow: 0px 0px 8px 0px #00000038;
background-color: #FFFFFFB2;
border-radius: 5px;
font-family: "Oswald", sans-serif;
margin-bottom: 25px;
  }

  .detail-table .detail-row{
    width: 100%;
    display: flex;
    padding: 22px 15px;
  border-bottom: 1px solid #C1C5C9;
  }
  .detail-table .detail-row h6{
    color: #000204;
width: 40%;
font-size: 24px;
font-weight: 500;
margin-bottom: 0;
  }

  .border-none{
    border: 0 !important;
  }

 

  .detail-table .detail-row p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .product-details h4{
    font-size: 50px;
    font-weight: 400;
    font-family: "League Gothic", sans-serif;
  }

  .product-details .product-describe{
    font-size: 18px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    line-height: 48px;
  }


  .product-detail-con .cover-photo{
width: 100%;
max-width: 508px;
max-height: 508px;
display: flex;
position: relative;
  }

  .vertical-text {
    writing-mode: vertical-rl; 
    transform: rotate(0deg); 
    
    font-size: 24px;
    font-weight: 500;
    position: absolute; 
    right: -36px; 
    bottom: 0;
    font-family: "Oswald", sans-serif;
    /* transform: rotate(180deg) translateY(50%); */
    transform-origin: right center;
  }

  .vertical-text-pillowcase{
    writing-mode: vertical-rl; 
    transform: rotate(180deg); 
    
    font-size: 24px;
    font-weight: 500;
    position: absolute; 
    left: -70px; 
    bottom: 0;
    font-family: "Oswald", sans-serif;
  
    transform-origin: right center;
  }

  .size-purchase-sec h4{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .relative {
    position: relative;
    
  }

  .select-selected {
    background-color: #F5F5F5;
    color: #000204;
    padding: 9px 16px;
    
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 183px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
  }

  .text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .dropdown-icon {
    margin-left: 8px;
    width: 25px;
    height: 23px;
    transition: transform 0.3s ease;
  }

  .rotate-180 {
    transform: rotate(180deg);
  }

  .select-items {
    position: absolute;
    left: 0;
    right: 0;
    width: 183px;
    margin-top: 0.5rem;
    background-color: #F5F5F5;
    color: black;
    box-shadow: 0px 5px 20px 0px #00000033;

    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
  }

  .select-items div {
    padding: 8px 0 8px 24px;
    cursor: pointer;
  }

  .select-items div:hover,
  .select-items div.active {
    background-color: #F200AF;
    color: white;
  }

  .custom-scrollbar::-webkit-scrollbar {
    width: 6px;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }


  .cover-photo img{
    width: 100%;
  }

  .pricing-box .size-purchase-sec{
    padding: 15px;
  }

  .size-select {
    margin-bottom: 20px;
  }
  
  .size-select label {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .size-select select {
    width: 100%;
    padding: 10px;
    max-width: 183px;
    height: 45px;
    font-size: 16px;
    border: none;
    background: #f5f5f5;
    border-radius: 6px;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
  }
  
  .action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 25px;
    width: 100%;
  }
  
  .add-to-cart,
  .buy-now {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 202px;
    height: 59px;
    max-width: 202px;
    box-shadow: 0px 5px 20px 0px #00000033;

  }
  
  .add-to-cart {
    background: white;
    border: 1px solid #D60620;
    color: #D60620;
  }
  
  .add-to-cart:hover {
    background: #D60620;
    color: white;
  }
  
  .buy-now {
    background: #D60620;
    color: white;
    border: 1px solid #D60620;
  }
  
  .buy-now:hover {
    background: white;
    color:#D60620 ;
  }
  


  @media (max-width: 768px) {
    .vertical-text-pillowcase{
      left: -65px;
    }
    .vertical-text{
      right: -30px;
    }
    .quantity-control .quantity-buttun-outer{
      height: 45px !important;
      width: 144px !important;
    }
    .pillowcase-con .pricing-box .price-qunatity{
      justify-content: space-between;
    }
    .add-to-cart, .buy-now{
      width: 100%;
      max-width: 100%;
    }
    .pillowcase-con .pricing-box{
      max-height: 100%;
      padding: 15px;
    }
    .action-buttons{
      flex-direction: column;
    }
    .product-details .product-describe{
      font-size: 16px;
      letter-spacing: 0;
    }
    .detail-table .detail-row p{
      font-size: 16px;
    }
    .detail-table .detail-row h6{
      font-size: 22px;
      width: 50%;
    }
    .product-details h4{
      font-size: 40px;
    }
    .desc-info p{
      font-size: 24px;
    }
    .desc-info h5{
      font-size: 22px;
    }
    .desc-info h3{
      font-size: 50px;
    }
    .desc-con .desc-info{
      padding: 60px 25px;
  
    }
    .warning-subtext{
      font-size: 26px;
    }
    .detail-outer-con{
      padding: 0 30px !important;
    }
    .detail-outer-con .desc-con,.detail-outer-con .product-detail-con ,.detail-outer-con .pillowcase-con{
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
    .cart-content {
      flex-direction: column;
      padding: 0 15px;
      align-items: center;
    }
  
    .cart-item {
    height: 203px;
    padding: 18px;
    }

    .item-image{
      width: 148px;
      height: 163px;
    }

    .item-details h2{
font-size: 32px;
font-weight: 400;
margin-bottom: 5px;
    }

    .item-details .item-set{
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .item-details .price-and-quantity .price h6 {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0px;
      margin-top: 3px;
    }

    .quantity-control label , .item-details .king-size{
      font-size: 14px;
      font-weight: 400;
    }

    .item-details .price-and-quantity .price .amount{
      font-size: 22px;
      margin-bottom: 0;
      margin-top: 15px;
    }

    .quantity-control .quantity-buttun-outer{
      display: flex;
     align-items: center;
     height: 32px;
     width: 105px;
     background-color: #9999991A;
     padding: 0 5px;
     gap: 20px;
    }

    .cart-summary .summary-section , .cart-summary .order-payment-details{
      padding: 20px 29px;
    }

    .cart-summary .order-payment-details h4{
      font-size: 32px;
    }
    .cart-summary .order-payment-details .summary-details p{
      font-size: 20px;
    }

    .cart-summary .order-payment-details .total p{
      font-size: 22px;
      font-weight: 600;
    }
    .item-details .quantity-control .quantity-select {
      width: 24px;
      height: 24px;
    }

    .item-details .quantity-control .quantity-select img{
      height: 20px;
      width: 20px;
    }

    .delete-btn{
      width: 40px;
      height: 40px;
    }
  
    .delete-btn img{
      width: 24px;
      height: 24px;
    }
    .item-details {
      margin-left: 20px;
    }
  
    .promo {
      flex-direction: column;
    }
  
  
  }



  /* ========== Responsive Breakpoints ========== */
  @media (max-width: 1023px) {
    .detail-outer-con{
      padding: 0 20px;
    }
    .detail-outer-con .desc-con,.detail-outer-con .product-detail-con ,.detail-outer-con .pillowcase-con{
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
    .contact-us-outer-con{
      padding: 30px;
    }
    .contact-container {
      flex-direction: column-reverse;
      height: auto;
    }
  
    .contact-right{
      width: 100%;
      max-width: 100%;
    }
    .contact-left {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      width: 100%;
      max-width: 100%;
    }
  
    .form-row {
      flex-direction: column;
    }
  
    .form-row input {
      flex: 1 1 100%;
    }
    .contact-left h2,
  .contact-right h2{
    font-size: 45px;

  }
  .contact-info .email a{
    font-size: 24px;
    font-weight: 500;
  }
  }
  
  @media (max-width: 480px) {
    .item-details{
      margin-left: 12px !important;
    }
    .second-header-images img{
      object-fit: fill;
    }
    .tm{
      right:  153px;
    }
    .contact-left,
    .contact-right {
      padding: 20px;
    }
  
    h2 {
      font-size: 20px;
    }
  
    .contact-info .icon {
      font-size: 20px;
      padding: 8px;
    }
  
    button {
      font-size: 14px;
      padding: 12px;
    }
  }




  /* Responsive grid behavior */
  @media (max-width: 1023px) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
      padding: 0;
    }
    .grid-item{
      width: auto;
      max-width: 400px;
    }
  }
  
  @media (max-width: 767px) {
    .grid-container {
      grid-template-columns: 1fr;
      justify-items: center;
      padding: 20px;
    }
  
    .grid-item {
      width: 100%;
      max-width: 400px;
    }
  }

  @media (min-width:1023px) and (max-width:1279px) {
    .label{
      font-size: 30px;
    }
    .detail-outer-con .bedgasm-heading-con{
      margin-top: 30px;
    }
    .vertical-text-pillowcase{
      bottom: 75px;
    }
    .detail-outer-con{
      padding: 0 20px;
    }
    .img-col-con{
      width: 48%;
    }
    .img-row{
      column-gap: 20px;
    }
    .promo-footer .newsletter{
      padding: 0 25px;
    }
    .contact-us-outer-con{
      padding: 0 50px;
      margin-top: 70px;
    }
    .contact-left{
     width: auto;
    }
    .contact-container{
      height: auto;
    }
    .footer-content{
      padding: 40px 20px;
    }
    .align-footer-links{
      gap: 15px;
    }
    .logo-container .bottom-set{
      padding-bottom: 0;
    }
    .image-outer-container{
      padding: 20px;
    }
    .circle-img{
      width: 150px;
      height: 150px;
    }
    .one-left {
      position: absolute;
      left: -12%;
      top: -7%;
    }
    .one-right {
      position: absolute;
      top: -7%;
      right: -12%;
    }
    
    .third-left {
      position: absolute;
      left: -12%;
      bottom: -12%;
    }
    
    .third-right {
      position: absolute;
      right: -12%;
      bottom: -12%;
    }
    
    .six-left {
      position: absolute;
      left: -12%;
      bottom: -30%;
    }
    
    .six-right {
      position: absolute;
      right: -12%;
      bottom: -30%;
    }
    
    .second-left {
      position: absolute;
      left: -12%;
      bottom: -35%;
    }
    .second-right {
      position: absolute;
      right: -12%;
      bottom: -35%;
    }
    
    .seven-left {
      position: absolute;
      left: -12%;
      bottom: -31%;
    }
    .seven-right {
      position: absolute;
      right: -12%;
      bottom: -31%;
    }
    
    .four-left {
      position: absolute;
      left: -4%;
      top: 51%;
      transform: translate(-50%, -50%);
    }
    
    .four-right {
      position: absolute;
      right: -24%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    
    .five-left {
      position: absolute;
      left: -12%;
      top: -28%;
    }
    
    .five-right {
      position: absolute;
      right: -12%;
      top: -28%;
    }

    .about-section-last-con{
      margin-top: 150px;
    }
    
  }

  @media (min-width:767px) and (max-width:1023px) {
    .popup-content-environment{
      max-width: 700px !important;
      max-height: 720px !important;
    }
    .cart-content{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .return-and-exchange{
      padding: 30px;
    }
    .return-and-exchange .content{
      text-align: center;
    }
    .our-story-con{
      padding: 30px;
    }
    .image-outer-container{
      padding: 20px;
    }
    .img-col-con{
      width: 48%;
    }
    .img-row{
      column-gap: 20px;
    }
    .newsletter p{
      padding: 0 20px;
    }
    .bedgasm-text-overlay img{
      height: 120px;
      width: 300px;
    }
    .logo-container .bottom-set{
      position: relative;
      right: 0;
    }
    
    .search-bar-container {
      justify-content: flex-end;
      gap: 10px;
      align-items: center;
      position: relative;
      width: 100%;
      margin-top: 0;
  }
  .search-input-wrapper {
    width: 100%;
    height: 52px;
    max-width: 292px;
}
.nav-btn-group {
  width: 100%;
  margin-top: 20px;
  gap: 0;
  display: flex
;
  justify-content: start;
}
.custom-nav-link {
  font-size: 20px;
  width: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.footer-content {
  display: flex
;
  flex-direction: column;
  padding: 20px;
}
.footer-content .logo-area {
  width: 100%;
}
.logo-area img {
  width: 100%;
}

.footer-links {
  width: 100%;
  padding-left: 0;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.footer-links .align-footer-links {
  display: flex
;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.row-1 {
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-bottom {
  padding: 20px;
  text-align: center;
  display: flex
;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
}

.shazam-outer{
  padding: 30px;
}

.circle-img{
  width: 132px;
  height: 132px;
}
.top-row{
  margin-top: 200px;
 }
 .shazam-info{
  top: 90%;
 }
 .hide{
  display: none;
 }
 .one-left{
  left: -2%;
  top: -13%;
 }
 .one-right{
  right: -2%;
  top: -13%;
 }
 .second-left{
  bottom: -19%;
  left: -2%;
 }
 .second-right{
  bottom: -19%;
  right: -2%;
 }
 .third-left{
  left: -8%;
 bottom: -11%;
 }
 .third-right{
  right: -8%;
  bottom: -11%;

 }
 .italic{
  font-size: 26px;
  font-weight: 500;
 }
 .four-left{
  top: 103%;
  left: 5%;
 }
 .four-right{
  top: 103%;
  right: -19%;
 }
 .five-left{
  top: 87%;
  left: -8%;

 }
 .five-right{
  top: 87%;
  right: -8%;
 }
 .our-story{
  margin-top: 100px;
 }
 /* .seven-left{
  top: ;
 } */
 .extra-img{
  
display: inline-block;
 }
 .extra-pos-left{
  position: absolute;
left: -12%;
top: 45%;
 }
 .extra-pos-right{
  position: absolute;
right: -15%;
  top: 45%;
 }
 .extra-pos-left2{
  position: absolute;
  top: -15%;
  left: 0;
 }

 .extra-pos-right2{
  position: absolute;
  right: 0;
  top: -15%;
 }

 .six-left{
  top: 88%;
  left: -7%;
 }
 .six-right{
  top: 88%;
  right: -7%;
 }
 .seven-left{
  bottom: -14%;

 }
 .seven-right{
  bottom: -14%;
 }
 /* .seven-left{
  top: ;
 } */
 .extra-img{
  
display: inline-block;
 }
 .extra-pos-left{
  position: absolute;
left: -12%;
top: 45%;
 }
 .extra-pos-right{
  position: absolute;
right: -15%;
  top: 45%;
 }
 .extra-pos-left2{
  position: absolute;
  top: -25%;
  left: 0;
 }

 .extra-pos-right2{
  position: absolute;
  right: 0;
  top: -25%;
 }


 .eight-left{
  position: absolute;
  bottom: -12%;
  left: 0;
 }
 .eight-right{
  position: absolute;
  bottom: -12%;
  right: 0;
 }
 .second-row{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

 }
  }

  @media (max-width:400px) {
    .label{
      font-size: 30px;
    }
    .cart-summary .summary-section , .cart-summary .order-payment-details{
      padding: 20px 15px;
    }
    .tm{
      right:  100px;
    }
    .noLoyalityToConformity{
      font-size: 35px;
    }
    .quantity-control{
      gap: 0;
    }
    .quantity-control .quantity-buttun-outer{
      gap: 12px;
      width: 90px !important;
      margin-top: 5px;
    }
    .item-details{
      margin-left: 10px;
    }
    .contact-us-outer{
      min-height: 970px !important;
    }

    .newsletter-form button{
      font-size: 18px;
      padding: 17px 8px !important;
    }

    .newsletter-form input[type="email"]{
      padding: 10px;
    }
    
  }



  @media (max-width: 767px) {
    #why-promiscous-button{
      max-width: 256px !important;
      height: 59px;
      padding: 0;
    }
    .return-and-exchange{
      padding: 30px;
    }
    .return-and-exchange .content{
      text-align: center;
    }
    .return-and-exchange p{
      font-size: 26px;
      font-weight: 500;
    }
    .return-and-exchange h3{
      font-size: 37px;
      font-weight: 500;
    }
    .our-story-con{
      padding: 20px;
    }
    .image-desc-con p{
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: 500;
    }
    .image-desc-con .open-tab{
      float: none;
      width: 100%;
      margin-bottom: 20px;
      /* display: none; */
    }
    /* .image-desc-con .open-mobile{
      display: flex;
      width: 100%;
      margin-bottom: 25px;
    } */
    .story-text blockquote{
      font-size: 28px;
    }
    .story-text .story-gray-bg{
      padding: 10px;
    }
    .story-text h2 {
      font-size: 40px;
    }
    .story-text .make-our-center p{
      font-size: 28px;
      font-weight: 400;
    }
    .open-mobile
    .icon-button {
      width: 52px;
      height: 52px;
    }
    .icon-button img {
      height: 32px;
      width: 32px;
    }
    .outer-container {
      padding: 0 30px;
    }
    .search-input {
      width: 100%;
      padding: 10px 15px;
      font-size: 16px;
    }
    .search-bar-container {
      justify-content: flex-end;
      gap: 10px;
    align-items: center;
    position: relative;
     width: 100%;
     margin-top: 0;
    }
    .logo-container .bottom-set {
      position: absolute;
      right: 30px;
      bottom: 0;
      padding-bottom: 30px;
      width: auto;
    }
    .logo-container {
      padding: 30px 15px 0;
    }
    .overlay-content {
      padding: 0;
    }

    
    .top-img {
      width: 100%;
      height: auto;
      position: relative;
    }

    .set-navbar {
      width: 100%;
      position: relative;
    }

    .logo-container .bottom-set {
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 15px;
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 15px;
      width: 100%;
    }
   
    .search-input-wrapper {
      width: 100%;
      height: 52px;
      max-width: 262px;
    }


    .search-input {
      padding: 10px 40px 10px 15px;
      height: 52px;
      font-size: 16px;
    }

    .nav-btn-group {
      width: 100%;
      margin-top: 20px;
      gap: 0;
      display: flex;
      justify-content: start;

    }

    .search-icon {
      right: 15px;
      height: 24px;
      width: 24px;
    }

    .custom-nav-link {
      font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 6px;
    font-weight: 400;
    }
    .btn-about {
      border: 1px solid;
    }
    .btn-whimsical {
      border: 1px solid;
    }

    .btn-rebel {
      border: 1px solid;
    }
    .btn-contact {
      border: 1px solid;
    }
    .hero-heading {
      font-size: 22px;
      margin-top: 30px;
      padding:0 15px;
    }

    .why-promiscous-button{
      max-width: 256px !important;
      padding: 12px;
    }

    .popup-overlay{
      padding: 0 30px;
    }
    .popup-content{
      height: auto;
      border: 5px solid #D60620;
    }
    .close-btn{
      height: 44px;
      width: 44px;
    position: absolute;
    top: -6%;
    right: -6.5%;
    }

    .close-btn .cross-button{
      width: 30px;
      height: 30px;
    }

    .popup-inner-content{
      padding:15px 10px;
    }

    .popup-inner-content h2{
      font-size:40px;
      font-weight: 500;
    }

    .popup-inner-content p{
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3;
      padding: 0 10px;
    }

    .WHIMSICALCOLLECTION{
      font-size: 52px;
      font-weight: 400;
      line-height: 72px;
      padding: 20px 0;
    }

    .hero-title{
      font-size: 56px;
      font-weight: 400;
      line-height: 72px;
      
    }

    .button-style{
      padding: 12px 20px;
      width: 100%;
      max-width: 300px;
    }

    .contact-btn-grp a{
      width: 256px;
    }

    .contact-btn-grp .button-style{
      width: 100%;
      max-width: 256px !important;
      height: 59px;
    }
    .button-black{
      width: 100%;
      max-width: 256px !important;
      height: 59px;
    }
    

    .shipping-bar{
      font-size: 24px;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      flex-direction: column;
    }
    .pink-king{
      width: 100%;
    }
    .pink-king div{
      max-width: 280px;
    }

    .shipping-bar img{
      width: 32px;
      height: 32px;
   
    }

    .bedgasm-outer-con{
      width: 100%;
    }

    .whimsical-collection-section{
        flex-direction: column;
    }
    .second-header-images{
      width: 100%;
    }
    .image-overlay{
      width: 100%;
      padding: 20px;
        height: auto;
    }
    .image-overlay-outer{
      width: 100%;
      padding: 0 20px;
    
    }
    .newsletter p{
      padding: 0 25px;
    }

    .outer-newsletter{
      padding: 0 20px;
     
    }
    .newsletter-form{
      width: 100% !important;
    }

    .newsletter-form input[type="email"]{
   
     border: 1px solid black;
     font-size: 20px;
     font-weight: 500;
height: 70px;
    }

    .newsletter-form input[type="email"]::placeholder{
      color: black;
    
    }


    .newsletter-form button{
    width: 100px !important;
    padding: 10px 0;
    height: 70px;
    }

    .footer-bottom{
      padding:20px;
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 10px;
      font-size: 17px;
    }

    .footer-content{
      display: flex;
      flex-direction: column;
      padding: 20px;
      margin-top: 35px;
    }

    .footer-content .logo-area{
      width: 100%;

    }

    .logo-area img{
      width: 100%;
    }

    .footer-links{
      width: 100%;
      padding-left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 30px 0;
    }

    .footer-links .align-footer-links{
      display: flex;
      flex-direction: column;
      gap: 0;
      justify-content: center;
      align-items: center;
    }

    .row-1{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .row-1 p{
      font-size: 30px;
      font-weight: 500;
    }
    .contact-us-outer{
      width: 100%;
      height: 100%;
      background-image: url("../images/bg1.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 800px;
    }

    .contact-btn-grp{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

   .contact-us-con{
    width: 100%;
    height: 100%;
    padding: 12px 20px 0;
    
   }

   .img-row{
    flex-direction: column;

   }

   .shazam-outer{
    padding: 20px;
   }
   .shazam-info{
    top: 110%;
    
   }
   .shazam-info p{
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
   }

   .about-section{
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
   }
   .circle-img{
    height: 100px;
    width: 100px;
    border: 4px solid #F200AF;
   }
   .about-box{
    font-size: 24px;
    font-weight: 400;
    padding: 80px 35px;
   }
   .about-row{
    max-width: 300px;
    width: 100%;
   }
   .top-row{
    margin-top: 50px;
   }
   .one-left{
    left: -2%;
    top: -4%;
   }
   .one-right{
    right: -2%;
    top: -4%;
   }
   .second-left{
    bottom: -14%;
    left: -2%;
   }
   .second-right{
    bottom: -14%;
    right: -2%;
   }
   .third-left{
    left: -8%;
   bottom: -6%;
   }
   .third-right{
    right: -8%;
    bottom: -6%;

   }
   .italic{
    font-size: 26px;
    font-weight: 500;
   }
   .four-left{
    top: 103%;
    left: 15%;
   }
   .four-right{
    top: 103%;
    right: -21%;
   }
   .five-left{
    top: 93%;
    left: -11%;

   }
   .five-right{
    top: 93%;
    right: -11%;
   }
   /* .seven-left{
    top: ;
   } */
   .extra-img{
    
display: inline-block;
   }
   .extra-pos-left{
    position: absolute;
left: -12%;
top: 45%;
   }
   .extra-pos-right{
    position: absolute;
  right: -15%;
    top: 45%;
   }
   .extra-pos-left2{
    position: absolute;
    top: -15%;
    left: 0;
   }

   .extra-pos-right2{
    position: absolute;
    right: 0;
    top: -15%;
   }

   .six-left{
    top: 95%;
    left: -11%;
   }
   .six-right{
    top: 95%;
    right: -11%;
   }
   .seven-left{
    bottom: -14%;

   }
   .seven-right{
    bottom: -14%;
   }
   .eight-left{
    position: absolute;
    bottom: -12%;
    left: 0;
   }
   .eight-right{
    position: absolute;
    bottom: -12%;
    right: 0;
   }
   .second-row{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

   }
   .our-story{
    margin-top: 70px;
   }
   .hide{
    display: none;
   }
   .whim-title-section{
    padding: 20px;
   }
  }


  @media (min-width :1279px) {
    .logo-area img{
      width: 534px;
    }
    .product-details .product-describe{
      letter-spacing: 1.1px;
    }
    .btn-about{
      width: 147px;
    }
    .btn-whimsical{
      width: 205px;
    }
    .btn-rebel{
      width: 153px;
    }
    .btn-contact{
      width: 170px;
    }
  }

/* 
  new code for uplaod  */

  .popup-content-environment {
    position: relative;
    font-family: "League Gothic", sans-serif;
  
    max-width: 850px;
    width: 100%;
    height: 100%;
    max-height: 650px;
    background-size: 100% 100%;
    background-image: url("../images/back-popup.png");
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    border: 8px solid #D60620;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    background-color: white;
  }
  

  .popup-content-environment .popup-inner-content-environment{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 8px solid #F200AF;
  }
  
  .popup-inner-content-environment h2 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
}

  
.popup-inner-content-environment p {
    padding: 0 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
  }

  


  .close-btn-environment {
    position: absolute;
    top: -4%;
    right: -4.5%;
    font-size: 28px;
    background: #D60620;
    color: white;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .close-btn-environment .cross-button{
    width: 48px;
    height: 48px;
  
  }

  .popup-inner-content-environment a{
    color: #2456FD;
    text-decoration: underline;
  }

  @media (max-width:767px) {
    .popup-content-environment{
      height: auto;
      border: 5px solid #D60620;
    }
    .popup-inner-content-environment{
      padding:15px 10px;
    }

    .popup-inner-content-environment h2{
      font-size:40px;
      font-weight: 500;
      margin-bottom: 10px !important;
    }

    .popup-inner-content-environment p{
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3;
      padding:0;
      margin-bottom: 10px !important;
    }
    .close-btn-environment{
      height: 44px;
      width: 44px;
    position: absolute;
    top: -3%;
    right: -6.5%;
    }

    .close-btn-environment .cross-button{
      width: 30px;
      height: 30px;
    }
  }