@font-face {
    font-family: 'Caros Soft Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Regular'), url('../woff/carossoft.woff') format('woff');
    }
    @font-face {
    font-family: 'Caros Soft ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft ExtraLight'), url('../woff/carossoftextralight.woff') format('woff');
    }
    @font-face {
    font-family: 'Caros Soft Light';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Light'), url('../woff/carossoftlight.woff') format('woff');
    }
    @font-face {
    font-family: 'Caros Soft Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Medium'), url('../woff/carossoftmedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Caros Soft Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Bold'), url('../woff/carossoftbold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Caros Soft ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft ExtraBold'), url('../woff/carossoftextrabold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Caros Soft Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Caros Soft Heavy'), url('../woff/carossoftheavy.woff') format('woff');
    }

:root {
    --button-color: #fe0002;
    --text-color: #fafafa;
    --light-text-color: #939393;

}

*, *::before, *::after {
    box-sizing: border-box;
  }
  
  * {
    margin: 0;
  }
  

body {
    -webkit-font-smoothing: antialiased;
    background: #fafafa;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

li {
    list-style: none;
  }
  
a {
    text-decoration: none;
    color: initial;
  }



img {
    max-width: 100%;
    display: block;
}


}

.main-container {
    max-width: 1400px;
    margin: 0 auto;
}

body::-webkit-scrollbar {
  width: 12px; 
}

body::-webkit-scrollbar-track {
  background-color: #353535; 
}

body::-webkit-scrollbar-thumb {
  background-color: #fe0002; 
  border-radius: 6px; 
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #a30000; 
}

.thumbnails::-webkit-scrollbar {
  width: 8px;
  height: 5px; 
}

.thumbnails::-webkit-scrollbar-track {
  background-color: #353535; 
}

.thumbnails::-webkit-scrollbar-thumb {
  background-color: #fe0002; 
  border-radius: 6px; 
}

.thumbnails::-webkit-scrollbar-thumb:hover {
  background-color: #a30000; 
}
.header-nav {
   background-color: transparent;
    padding: 30px 80px;
    z-index: 1000;
    position: fixed;
    width: 100vw;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;;
}
.header-nav.sticky {
  background-color: black;
  padding: 20px 80px;
}
.header-logo {
    max-width: 200px;
    height: auto;

}
.logo-img {
    object-fit: cover;
    max-width: 100%;
    width: 170px;
}
.nav-list-item {
    font-family: 'Caros Soft Medium';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-color);
}

.nav-cart-items {
    border-left: 2px solid #fafafa;
}

.quick-buy-button {
    font-family: 'Caros Soft Medium';
    background-color: var(--button-color);
    color: var(--text-color);
    text-transform: uppercase;
    border: none;
    border-radius: 2rem;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

  

.quick-buy-button:hover {
    scale: 105%;
}

.cart-badge {
  top: -30%;
 right: -20%;
  padding: 2px 9px;
  background-color: #fe0002;
  color: white;
  font-size: 14px;
  border: none;
}

.header-video {
    max-width: 100%;
    max-height: 800px;
    overflow: hidden;
    min-height: 400px;
   
}

.header-banner-img {
    object-fit: cover;
    max-height: 800px;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
}


@media (max-width: 768px) {
  .logo-img {
    width: 140px;
  }
  .banner-image-wrapper > img {
    aspect-ratio: 1.8/1;
}

  .header-nav {
    padding: 15px 40px;
  }
  .header-nav.sticky {
    
    padding: 15px 40px;
  }
}
.env-features {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.env-card-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px 4%;
  padding: 0 10px;
}

.env-card {
    
  text-align: center;
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}


.env-icon {
    vertical-align: top;
    width: 150px;
    overflow: hidden;
}


.banner-image-wrapper img {
width: 100%
}



.env-text {
    font-family: 'Caros Soft Light';
    font-weight: 600;
    font-size: 11px;
    color: var(--light-text-color);
}

.pr-image-container, .pr-desc-container {
  width: 50%;
}

@media (max-width: 768px) {
   .env-icon {
        width: 60px;
    }
    .nav-list-item {
    font-family: 'Caros Soft Medium';
    text-transform: uppercase;
    /*font-weight: 600;*/
    font-size: 16px;
    color: var(--text-color);
}
    .pr-image-container, .pr-desc-container {
  width: 100%;
}
    
    .banner-image-wrapper > img {
    aspect-ratio: 1.8/1;
}

    .env-text {
      font-size: 8px;
    }

    
}

.info-heading {
    font-family: 'Caros Soft Heavy';
    font-weight: 800;
    text-transform: uppercase;

}

.hr-line {
    width: 50px;
    height: 2px;
    background-color: var(--light-text-color);
    border-radius: 0.5rem;
}

.design-concept-info {
    max-width: 1000px;
    margin: 0 auto;
}

.design-concept-para {
    font-family: 'Caros Soft Medium';
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--light-text-color);
    font-size: 17px;
}

@media (max-width: 768px) {
    .design-concept-para {
        font-size: 13px;
        text-align: center;
    }
}

.fragrance-details {
    background: #000;
}

.fragrance-item {
    font-family: 'Caros Soft ExtraBold';
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 24px;
}

.fragrance-img-wrapper {
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}

.fragrance-img-wrapper > img {
  min-height: 200px;
  width: 100%;
  object-fit: fill;
}

.frag-container-card {
  width: 25%;
}

.frag-container-card {
    border-right: 2px solid rgba(128, 128, 128, 0.3);
}

.frag-container-card:last-child {
    border: none;
}



/* ..frag-container-card:nth-child(3) {
    padding: 0 8px;
} */

@media (max-width:768px) {
    
}
.fragrance-notes {
    font-family: 'Caros Soft Bold';
    text-transform: uppercase;
    color: var(--text-color);
    font-size: 18px;
}

.fragrance-ingredient {
    color: var(--text-color);
    font-family: 'Caros Soft Light';
    font-size: 16px;
    
}


.product-image-wrapper {
    overflow: hidden;
    max-width: 100%;
    max-height: 700px;
}

.product-bn-img {
    object-fit: cover;
    max-height: 700px;
    width: 100%;
}

@media (max-width:768px) {
    .fragrance-notes {
        font-size: 14px;
    }

    .fragrance-ingredient {
        font-size: 12px;
    }

    .frag-container-card:nth-child(2) {
        border: none;
    }
    .frag-container-card {
      width: 50%
}
}

/* .banner-image-wrapper {
    
}

.banner-image-wrapper img {
    object-fit: cover;
    min-height: auto;
    width: 100%;

} */

.product-details {
    background-color: #000;
    padding: 40px 10px;
    padding-bottom: 60px;
}

.mobile-banner-img-wrapper {
  aspect-ratio: 1.6/1;
  width: 100%;
  max-width: 100%;
}

.mobile-banner-img-wrapper > img {
  aspect-ratio: 1.6/1;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.mobile-banner-content {
  display: none;
}

/* .col-6.col-md-3:nth-child(3) {
    padding: 0 8px;
} */

@media (max-width:768px) {
  .fragrance-img-wrapper {
    display: block;
  }

  .mobile-banner-content {
    display: block;
    top: 15%;
    right: 5%;
    left: 5%;
    text-align: center;
  }

  .info-heading {
    font-size: 20px;
  }
  
  .fragrance-item {
  font-size: 20px
  }
}


.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  
  .thumbnail {
    width: 90px;
    height: 90px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    flex-shrink: 0;
   }
  

  .thumbnail.is-active {
    opacity: 1;
    border: 1px solid #bfbfbf;
  } 

  .thumbnail img {
    width: 100%;
    height: 100%;
  }

  .main-image {
   max-width: 600px;
    overflow: hidden;
  }

  .row.mt-5.px-md-5 {
    margin-right: 0px;
}

  .main-image img {
  /* min-width: 400px; */
  height: 550px;
  aspect-ratio: 8 /11;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0  5px;
  
  }

  @media (max-width: 768px) {
    .thumbnail {
        width: 70px;
        height: 70px;
    }
    
    .main-image img {
      height: 410px;
      width:100%;
      object-fit: contain;
    }
    .product-details {
    
    padding: 10px 10px;
    padding-bottom: 20px;
    
}
  }

  .product-name {
    color: var(--text-color);
    font-family: 'Caros Soft ExtraBold';
    font-size: 45px;
  }

  .product-sub-name {
    font-family: 'Caros Soft Light';
    color: var(--text-color);
    font-size: 17px;

  }

  .product-para {
    font-size: 16px;
    color: var(--light-text-color);
    font-family: 'Caros Soft Light';
  }
  
   .product-para > p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
     margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .product-para > p:nth-child(3) {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }

  .final-price {
    font-family: 'Caros Soft ExtraBold';
    color: var(--text-color);
    font-size: 60px;
  }

  .initial-price {
    font-size: 35px;
    text-decoration: line-through;
    color: var(--light-text-color);
  }

  .color-tag {
    color: var(--text-color);
    font-family: 'Caros Soft Bold';
    font-size: 18px;
  }


  .add-to-cart {
    background-color: rgb(82, 82, 82);
    color: var(--text-color);
    padding: 16px 35px;
    font-size: 17px;
    font-family: 'Caros Soft Bold';
    text-transform: uppercase;
    border: none;
    border-radius: 2rem;
  }

  .buy-now {
    background-color: var(--button-color);
    color: #000000;
    padding: 16px 45px;
    font-size: 17px;
    font-family: 'Caros Soft Bold';
    text-transform: uppercase;
    border: none;
    border-radius: 2rem;
  }

  .wishlist-button {
    background-color: transparent;
    border: none;
    color: var(--text-color);
    text-transform: uppercase;
    font-family: 'Caros Soft Light';

  }
  
  @media (max-width: 768px) {
    .add-to-cart {
    padding: 10px 21px;
    font-size: 14px;
    border-radius: 1.5rem;
    }
    .buy-now {
      padding: 10px 21px;
      font-size: 14px;
      border-radius: 1.5rem;
    }
    
    .wishlist-button {
      font-size: 13px;
    }
    .product-name {
      font-size: 35px;
    }
    
    .final-price {
      font-size: 45px;
    }
    .initial-price {
      font-size: 28px;
    }
    .product-sub-name {
      font-size: 15px;
    }
    
    .product-para {
      font-size: 13px;
    }
    
    .color-tag {
    font-size: 13px;
    padding-right: 8px
    }
  }

  .radio-group input {
    display: none;
}

  .radio-group label {
    cursor: pointer;
    display: inline-block;
}

.rotate {
  animation: rotateInfinite 3s linear infinite; 
}

@keyframes rotateInfinite {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  .wishlist-text {
    text-decoration: underline;
    color: var(--light-text-color);
  }

  .explore-heading {
    text-transform: uppercase;
    font-family: 'Caros Soft Light';
    font-size: 35px;
  }

  .channel-heading {
    text-transform: uppercase;
    font-family: 'Caros Soft Light';
  }

  .channels-card {
    width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.2);
    height: auto;
  }

  .channel-card-img {
  display: flex;
  width: 100%;
  height: 220px;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;

  }

  .channel-card-footer {
    padding: 5px 10px;
    background-color: #939393;
    color: white;
    width: 100%;
  }

  .card-img-top {
    width: 100px;
    
    object-fit: contain;
    object-position: center;
  }

  .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(100, 100, 100);
    color: var(--text-color);
    font-size: 17px;
  }


  @media (max-width: 768px) {
    .channel-card-img {
      width: 100%;
      height: 100px;
    }
    
    .channel-card-footer {
      padding: 3px 6px;
      display: none;
    }
    .product-para > p:nth-child(3) {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
  
  .product-para > p:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
 
  }
    
    .card-img-top {
    width: 35px;
}

.channel-card-text {
  font-size: 8px;
}
    .product-description {
      margin-top: 20px;
      padding-inline: 15px;
    }
  }

  .footer-content {
    background-color: #000;
  }

  .footer-text {
    color: var(--text-color);
  }

  .footer-heading {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Caros Soft Bold';
  }

  .footer-para {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Caros Soft Light';
    text-wrap: balance;
  }

  .more-button {
    font-size: 21px;
    text-transform: uppercase;
    padding: 7px 12px;
    font-family: 'Caros Soft ExtraBold';
  }

  .footer-links, .footer-link {
    color: var(--text-color);
  }

  .mobile-footer {
    background-color: #000;
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;

  }


  /* Cart button styling */
.cart-icon {
  position: relative;
  display: inline-block;

}

.cart-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  position: absolute;
  background-color: #333;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  width: 400px; 
  z-index: 1;
  overflow-y: auto;
  color: white;
  transform-origin: top;
  left: -325px;
}

.cart-dropdown::-webkit-scrollbar {
  width: 6px;
   
}

.cart-dropdown::-webkit-scrollbar-track {
  background-color: #353535; 
}

.cart-dropdown::-webkit-scrollbar-thumb {
  background-color: #fe0002; 
  border-radius: 6px; 
}

.cart-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #a30000; 
}

.cart-icon:hover .cart-dropdown {
  max-height: 70vh; /* Adjust as needed */
}

.cart-dropdown-content {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.cart-icon:hover .cart-dropdown-content {
  opacity: 1;
  transform: scaleY(1);
}

.cart-product-image {
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
}
.cart-product-image img {
  max-width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: contain;
}

.quantity-buttons-cart {
  padding: 3px 6px;
  border: 1px solid #f3f3f3;
  background-color: #333;
  color: #fff;
}

.quantity-buttons-cart button {
  border: 0;
  color: white;
  font-size: 12px;
  background-color: inherit;
}


.mobile-nav a.selected {
  background-color: #2f2f2f;
}

.sel-type-icon {
  width: 50px;
  height: 50px;
}


.fade-in-section {
    opacity: 1;
    
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Adjust as needed */
}
.fade-in {
    opacity: 1;
}
.slide-up {
    transform: translateY(0);
}
.btn-progress {
				position: relative;
				background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
				background-position: center;
				background-repeat: no-repeat;
				background-size: 30px;
				color: transparent !important;
				pointer-events: none;
}
@media (max-width: 768px) {

#get-in-touch {
  margin-bottom: 0px;
}
.fade-in-section {
    opacity: 1;
    transform: translateY(0px);
    }
  .footer-heading {
    font-size: 23px;
  }
  .footer-para {
    font-size: 14px;
  }
  
  .more-button {
    font-size: 16px;
    padding: 5px 10px;
  }
}


.social-grid {
/*  padding: 10px;
  padding-inline: 20px;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;*/
      padding: 10px;
    padding-inline: 20px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 55px;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
    /* justify-items: end;*/

}

@media (max-width: 768px) {
  .social-grid {
  padding: 10px;
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
  gap: 10px;
  width: 100%;
  max-width: 100%;

}
.social-grid > a {
  width: 25%;
}
  .sel-type-icon {
  width: 30px;
  height: 30px;
}


}
.add-on-product-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 10px;
  row-gap: 15px;
}
.add-message {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  font-family: 'Caros Soft Bold';
}
.add-message-two {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Caros Soft Medium';
  color: #ff1515;
}
.add-on-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 600px;
  height: 450px;
  background-color: #fff;
  border-radius: 1rem;
  
  transform: translateY(100%); 
  transition: transform 0.5s ease-in-out;
}
.add-on-container.slide-up {
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
.add-on-overlay.hidden {
  display: none;
}
.add-on-container.slide-down {
  transform: translateY(100%);
}
.add-on-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; 
}
.add-header-div {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.add-img-wrapper {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.add-on-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.add-on-card {
  padding: 12px;
  border: 0.5px solid rgba(128, 128, 128, 0.3);
  background-color: rgba(255, 0, 0, 0.05);
  border-radius: 0.4rem;
}
.add-on-total {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Caros Soft Bold';
}
.add-on-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Caros Soft Bold';
}
.add-on-price {
  margin-top: 5px;
  padding: 5px;
  width: 60px;
  background-color: rgba(255, 167, 167, 0.2);
  font-size: 13px;
  color: #fe0002;
  font-weight: 700;
  font-family: 'Caros Soft Bold';
}
.add-on-pr-button {
  background-color: #fe0002;
  border: none;
  color: var(--text-color);
  border-radius: 0.5rem;
  font-size: 14px;
  font-family: 'Caros Soft Bold';
  padding: 5px 10px;
}
.add-on-header {
  font-size: 18px;
  font-family: 'Caros Soft Bold';
  font-weight: 700;
  text-transform: uppercase;
}
.offcanvas.offcanvas-bottom {
  left: 750px;
  width: 600px;
  height: 500px !important;
  
  border-radius: 1rem;
}
.add-on-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .offcanvas.offcanvas-bottom {
    left: 0;
    width: 100%;
    height: auto;
      }
      .add-on-card {
        padding: 16px;
        margin: 5px 15px;
        border: 0.5px solid rgba(128, 128, 128, 0.3);
        background-color: rgba(255, 0, 0, 0.05);
        border-radius: 0.4rem;
      }
      .add-img-wrapper {
        width: 48px;
        height: 48px;
        overflow: hidden;
      }
      
      .add-on-img {
        width: 48px;
        height: 48px;
        object-fit: cover;
      
      }
      
}
.add-on-counter {
  background-color: #fe0002;
  color: white;
  padding: 5px;
  border-radius: 0.5rem;
}
#incrementBtn {
  background-color: transparent;
  border: none;
  color: white;
}
#decrementBtn {
  background-color: transparent;
  border: none;
  color: white;
}
#counterInputBtn {
  background-color: transparent;
  border: none;
  color: white;
}
.perfume-image-wrapper {
  max-height: 700px;
  overflow: hidden;
  max-width: 100%;
  width: 50%;
}
.perfume-image-wrapper img {
  object-fit: cover;
  height: 700px;
}
.perfume-img-content {
  top: 10%;
  left: 20%;
  color: var(--text-color);
  max-width: 400px;
}
.per-content-wrapper:first-child {
  margin-bottom: 50px;
}
.per-content-wrapper {
  margin-bottom: 40px;
}
.per-img-title {
  font-family: 'Caros Soft ExtraBold';
  font-size: 32px;
  line-height: 1.7;
}
.per-img-subtitle {
  font-size: 23px;
  max-width: 250px;
  font-family: 'Caros Soft ExtraBold';
}
.per-img-para {
  font-size: 16px;
  max-width: 320px;
  font-family: 'Caros Soft ExtraLight';
}
@media (max-width:768px) {
    .fragrance-notes {
        font-size: 14px;
    }
    .fragrance-ingredient {
        font-size: 12px;
    }
    .col-6.col-md-3:nth-child(2) {
        border: none;
    }
    .perfume-image-wrapper {
      width: 100%;
    }
    .perfume-image-wrapper img {
      height: auto;
      min-height: 350px;
    }
    .per-content-wrapper:first-child {
      margin-bottom: 30px;
    }
    .per-content-wrapper {
      margin-bottom: 20px;
    }
    .per-img-title {
      font-size: 18px;
      line-height: 1.4;
    }
    .per-img-subtitle {
      font-size: 15px;
      max-width: 210px;
    }
    .per-img-para {
      font-size: 10px;
      max-width: 250px;
    }
    .perfume-img-content {
      top: 10%;
      left: 20%;
      color: var(--text-color);
      max-width: 400px;
    }
    /* .product-bn-img {
      max-height: 500px;
    } */
}
.product-action {
    background-color: rgb(82, 82, 82);
    color: var(--text-color);
    padding: 16px 35px;
    font-size: 17px;
    font-family: 'Caros Soft Bold';
    text-transform: uppercase;
    border: none;
    border-radius: 2rem;
}
.action-minus {
    background-color: transparent;
    color: white;
    font-size: 18px;
    border: none;
}
.action-plus {
    background-color: transparent;
    color: white;
    font-size: 18px;
    border: none;
}
.action-input {
    border: none;
    background-color: transparent;
    width: 50px;
    padding: 0 20px;
    color: #fff;
}
