.hero-slide-item {
  position: relative;
  height: 600px; /* or your desired fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text{
    color: white !important;
}
.hero-bg-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

    .btn-slider
    {
        background: white;
        color: #3d1611;
        font-weight: 400;
        padding: 12px 50px !important;
        text-transform: uppercase;
    }
    
    .btn-slider:hover
    {
        background: #3d1611;
        color: white;
    }

    .hero-slide-item {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .hero-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .hero-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45); /* black tint */
        z-index: 2;
    }

    .hero-slide-content {
        position: relative;
        z-index: 3;
        color: white;
    }

    .hero-slide-content h2,
    .hero-slide-content p,
    .hero-slide-content .category {
        color: white;
    }

    .swiper-container {
        position: relative;
        z-index: 0;
    }
    
    
     .offer-section-under-slider {
        position: relative;
        /*background: url('../images/offer-banners/homeX-offer-background-banner.webp') center center/cover no-repeat;*/
        color: white;
        text-align: center;
        z-index: 1;
    }

    /* Black overlay */
    .offer-section-under-slider::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); /* Adjust opacity as needed */
        z-index: -1;
    }

    .offer-section-under-slider-under-card {
        padding: 50px;
        position: relative;
        z-index: 2; /* Make sure content appears above the overlay */
    }

    .offer-section-under-slider-under-card h3 {
        color: white;
        width: 100%;
    }

    .offer-section-col {
        text-align: center;
        margin-top: 50px;
        padding: 20px;
        position: relative;
    }

    .offer-section-col h1 {
        color: white;
        font-size: 70px;
    }

    .offer-section-col h6 {
        color: white;
    }

    @media(min-width: 992px)
    {
        .offer-section-col-border
        {
            border-right: 2.5px solid white;
        }
    }
    
    @media(max-width: 991px)
    {
        .offer-section-col-border
        {
            border-bottom: 2px solid white;
        }
    }
    
    .btn-offer-section-under-slider
    {
        background: white;
        color: black;
        border: 1.5px solid black;
        padding: 12px 35px;
        font-size: 13px;
    }
    
    .btn-offer-section-under-slider:hover
    {
        background: black;
        color: white;
        border: 1.5px solid white;
    } 
    


.section-promotion {
    margin: 0;
    padding: 0;
    
}
.section-promotion .container-fluid,
.section-promotion .row,
.section-promotion .col-lg-6 {
    margin: 0 !important;
    padding: 0 !important;
}
.section-promotion img {
    display: block;
    width: 100%;
    height: auto;
}


.section-promotion {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    color: white;
}

.section-promotion .container-fluid,
.section-promotion .row,
.section-promotion .col-lg-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.section-promotion img {
    display: block;
    width: 100%;
    height: auto;
}

.section-promotion .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 10px;
    color: white; 
}

.section-promotion .overlay-text h1 {
    font-size: 100px;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.section-promotion .overlay-text p {
    font-size: 1.25rem;
}

.arrival-btn
{
    background: white;
    color: #3d1611;
    padding: 13px 30px;
    margin-top: 20px;
}

.arrival-btn:hover
{
    background: #3d1611;
    color: #fff;

}
@media (min-width: 768px)
{
    .new-arrival-mobile-view-image
    {
        display: none !important;
    }
    
    .new-arrival-pc-view-image{
        display: block !important;
    }
}
/* Responsive text scaling */
@media (max-width: 768px) {
    .section-promotion .overlay-text h1 {
        font-size: 2rem;
    }

    .section-promotion .overlay-text p {
        font-size: 1rem;
    }
    
    .new-arrival-pc-view-image{
        display: none !important;
    }
    
    .new-arrival-mobile-view-image{
        display: block !important;
    }
}

@media (max-width: 480px) {
    .section-promotion .overlay-text h1 {
        font-size: 40px;
    }

    .section-promotion .overlay-text p {
        font-size: 0.9rem;
    }
    
    .new-arrival-pc-view-image{
        display: none !important;
    }
    
    .new-arrival-mobile-view-image{
        display: block !important;
    }
}


 .collection-section {
    padding: 60px 0;
  }

  .collection-item {
    align-items: center;
    margin-bottom: 60px;
  }

  .collection-text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #3d1611;
    text-transform: uppercase;
  }

  .collection-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3d1611;
  }

  .collection-text a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline;
    color: black;
  }

  .collection-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;

  }

  @media (max-width: 767.98px) {
    .collection-text h2 {
      font-size: 22px;
      text-align: center;
    }

    .collection-text p {
      font-size: 15px;
      text-align: center;
    }

    .collection-text {
      text-align: center;
      align-items: center;
    }
  }
  
.newsletter-section {
  text-align: center;
  padding: 120px 20px;
  background-color: #fff;
}

.newsletter-section h2 {
  letter-spacing: 6px;
  font-size: 18px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.newsletter-section p {
  font-size: 16px;
  color: #4a4a4a;
  max-width: 650px;
  margin: 0 auto 35px auto;
  line-height: 1.7;
}

.newsletter-section .highlight {
  color: #a5a5a5;
  text-decoration: underline;
  cursor: pointer;
}

.subscribe-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subscribe-form input[type="email"] {
  width: 100%;
  padding: 9px 20px;
  font-size: 16px;
  border: 1px solid #4a4a4a;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.subscribe-form button {
  padding: 14px 30px;
  background-color: #13241c;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #0e1a14;
}


 .shop-now-btn-banner
    {
        background: white;
        color: #3d1611 !important;
        font-weight: 600;
        font-size: 13px !important;
        padding: 8px 25px;
        text-decoration: none !important;
        border: 2px solid #3d1611;
    }
    
    .shop-now-btn-banner:hover
    {
        background: #3d1611;
        color: white !important;
        font-weight: 600;
        border: 2px solid #3d1611;
    }
    
    .title-shop-now-banner
    {
        color: white;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    
    @media (max-width: 768px) {
    .section-title {
        text-align: center;
        margin-bottom: 2rem;
        padding: 0 15px;
        
        font-weight: 400;
    }

    .product-section-title {
        font-size: 20px;
        line-height: 1.3;
        color: #3d1611;
        text-transform: uppercase;
    }

    .product-section-title-text {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        color: #555;
        color: #3d1611;
    }
}

@media (max-width: 480px) {
    .product-section-title {
        font-size: 18px;
        color: #3d1611;
        font-weight: 400;
        text-transform: uppercase;
    }

    .product-section-title-text {
        font-size: 13px;
        color: #3d1611;
        
    }
}


.product-section-title {
        font-size: 40px;
        color: #3d1611;
        font-weight: 400;
        text-transform: uppercase;
    }

    .product-section-title-text {

        color: #3d1611;
    }
    
    .product-section
    {
        background: white;
    }
    
    
    
     .shop-product-slider-wrapper {
      position: relative;
      max-width: 1400px;
      margin: auto;
      padding: 60px 0;
    }

    .shop-product-slider-fade-left,
    .shop-product-slider-fade-right {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }

    .shop-product-slider-fade-left {
      left: 0;
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    }

    .shop-product-slider-fade-right {
      right: 0;
      background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    }

    .shop-product-slider {
      display: flex;
      overflow-x: auto;
      gap: 30px;
      padding: 0 60px;
      scroll-behavior: smooth;
    }

    .shop-product-slider::-webkit-scrollbar {
      display: none;
    }

    .shop-product-slide {
      flex: 0 0 calc(25% - 3.5px); /* 4 items per row with gap */
      background-color: #fff;
      border-radius: 0px;
      overflow: hidden;
      transition: transform 0.3s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .shop-product-slide:hover {
      transform: scale(1.03);
    }

    .shop-product-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .shop-product-caption {
      text-align: center;
      padding: 15px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #000;
      text-transform: uppercase;
    }

    @media screen and (max-width: 1024px) {
      .shop-product-slide {
        flex: 0 0 calc(33.333% - 20px); /* 3 items on tablets */
      }
    }

    @media screen and (max-width: 768px) {
      .shop-product-slide {
        flex: 0 0 calc(50% - 15px); /* 2 items on mobile */
      }
    }

    @media screen and (max-width: 480px) {
      .shop-product-slide {
        flex: 0 0 90%; /* 1 item on small screens */
      }
    }
    
    
    
    .pr-product-card {
    text-align: left;
    font-size: 12px;
}
.pr-product-image-wrapper {
    position: relative;
    overflow: hidden;
}
.pr-product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s ease;
}
.pr-quick-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 38, 34, 0.7);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.pr-product-image-wrapper:hover .pr-quick-view-overlay {
    opacity: 1;
}
.pr-quick-view-overlay span {
    color: white;
    background-color: #182622;
    padding: 8px 20px;
    font-weight: bold;
}
.pr-swatch-group {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.pr-swatch-group img {
    width: 24px;
    height: 24px;

    object-fit: cover;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.pr-swatch-group img.selected {
    border-color: #333;
    margin-left: 4%;
}
.pr-options-label {
    margin: 6px 0;
    color: #888;
    font-size: 12px;
}
.pr-product-name {
    font-weight: 500;
    font-size: 15px;
    color: #222;
}
.pr-product-price {
    font-size: 14px;
    color: #222;
}

.breadcrumb-area {
        background-color: #f8f8f8 !important;
        padding: 20px 0 !important;
        border-bottom: 1px solid #ddd !important; 
    }
    .breadcrumb {
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
    }
    .sort-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    
    
    
    .product-finish-selector .finish-title {
    font-size: 12px;
    color: #333;
}
.product-finish-selector .info-icon {
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.finish-swatches .swatch {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.finish-swatches .swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.finish-swatches .swatch.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003D29; /* Green underline */
}


.product-detail-info-accordion {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 14px;
}

.product-detail-info-section {
    margin-bottom: 15px;
}

.product-detail-info-section p{
    font-size: 12px;
    font-weight: 400;
}

.product-detail-info-section h5 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 13px;
}

.product-detail-accordion .product-detail-accordion-item {
    border-top: 1px solid #ddd;
}

.product-detail-accordion-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color:black !important;
    transition: color 0.3s ease;
}

.product-detail-accordion-arrow {
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.product-detail-accordion-header.active .product-detail-accordion-arrow {
    transform: rotate(180deg);
}

.product-detail-accordion-body {
    display: none;
    padding: 7px 0;
    color: #555;
    
}

.product-detail-accordion-body p{
    font-size: 12px;
    font-weight: 400;
}

.add-to-bag-btn
                        {
                            background: #003D29;
                            color: #fff;
                            padding: 7px 0px;
                            font-weight: 600;
                            border: 2px solid #003D29;
                        }
                        
                         .add-to-bag-btn:hover
                        {
                            background: #fff;
                            color: #003D29;
                            font-weight: 600;
                        }
                        
                        .size-title
                        {
                            font-size: 12px;
                        }
                        
.size-options .size-box {
    border: 1px solid #ccc;
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
}
.size-options .size-box.active {
    border: 2px solid #000;
}
.quantity-selector .qty-btn {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    cursor: pointer;
}
.quantity-selector .qty-input {
    width: 32px;
    text-align: center;
    border: none;
    font-size: 14px;
    background: transparent;
}
.stock-status {
    font-size: 14px;
    color: #003D29;
    font-weight: 500;
}
.save-to-list .save-link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.save-to-list .save-link i {
    margin-right: 5px;
}

    