  /* custom code */


  .banner-img {
  max-height: 420px;
  object-fit: contain;
}

.carousel-item {
  padding: 60px 0;
}

.carousel-item h1 {
  font-size: 42px;
  font-weight: 700;
}

.carousel-item p {
  font-size: 16px;
  color: #666;
}

/* PROMO SECTION FIX */
.promo-main-wrapper {
    padding: 80px 0;
    position: relative;
    background-color: #FAFAFA;
}

.promo-content {
    text-align: center;
}

.promo-subtitle {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.promo-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.promo-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.promo-image img {
    width: 100%;
    display: block;
}
.fashion-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #FFB13A;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}
.deals-day-seven-img {
    position: relative;
    overflow: hidden;
}

/* Overlay */
.hover-btn {
    position: absolute;
    bottom: 20px;   /* 👈 button down position */
    left: 50%;
    transform: translateX(-50%);
    
    opacity: 0;
    transition: 0.3s ease;
}

/* Button style */
.view-btn {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
     white-space: nowrap;
    padding: 10px 25px;
    min-width: 140px; /* optional */
    text-align: center;
}

/* Sliding background */
.view-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #FFB13A;
    z-index: -1;
    transition: 0.4s ease;
}

/* Hover effect left → right */
.view-btn:hover::before {
    width: 100%;
}

/* Text color change */
.view-btn:hover {
    color: #fff;
}

/* Show button on image hover */
.deals-day-seven-img:hover .hover-btn {
    opacity: 1;
}
.about-list-block {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 20px;
  border-left: 3px solid transparent;
  transition: all 0.35s ease;
  position: relative;
}

.about-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

/* TEXT */
.about-item h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #111;
}

.about-item p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* HOVER EFFECT (Premium Feel) */
.about-item:hover {
  border-left: 3px solid #c8a96a;
  background: #fafafa;
  transform: translateX(6px);
}

.deals-product-img {
    position: relative;
    display: inline-block; /* important fix */
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ecff9f;
    color: #000;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 9;
}
.size-chart-table table {
    border-radius: 10px;
    overflow: hidden;
}

.size-chart-table th {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.size-chart-table td {
    background-color: #f9f9f9;
}
.size-options {
    display: flex;
    gap: 12px;
}

/* hide radio */
.size-options input {
    display: none;
}

/* box style */
.size-options label {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}
.size-options label:hover {
    border-color: #000;
}
.size-options input:checked + label {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.size-selector{
    margin-bottom: 15px;
}
.breadcrumb-main-block {
    text-align: center;
}
.breadcrumb {
    justify-content: center;
}
.breadcrumb-main-block h1{
    font-size: 45px;
    font-weight: 800;
    margin-top: 25px;
}
.topbar-right a {
    color: #fff;
    text-decoration: none;
}
.topbar {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left {
    font-weight: 400;
}

.topbar-right {
    font-weight: 500;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .topbar-content {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}
.mail-us-block a {
    display: flex;
    align-items: center;   
    gap: 6px;              
    text-decoration: none;
    color: #000;
}

.mail-us-block i {
    font-size: 16px;
    line-height: 1;        
}
.blog-block {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 6px;
    height: 100%;
}

.blog-img img {
    width: 100%;
    border-radius: 6px;
}

.blog-heading {
    font-size: 18px;
    margin: 15px 0 10px;
}
.error-handling-messages {
    margin-top: 15px;
}
.footer-coyright{
    text-align: center;
}
.promise-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.promise-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

.promise-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.promise-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.promise-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.promise-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.promise-box a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.form-floating > .form-control,
.form-floating > .form-control:focus {
    height: 58px;
}
.form-floating > textarea.form-control {
    height: 120px !important;
}
.error-field {
    border: 1px solid #dc3545 !important;
}
.yorovague-error {
    margin-top: 5px;
    font-size: 13px;
    color: #dc3545;
}
.form-floating > label {
    background: transparent !important;
    padding: 0 6px;
}
.error-field ~ label {
    color: #dc3545 !important;
}
.custom-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-arrow {
    cursor: pointer;
    padding-left: 6px;
}

.custom-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

/* show class */
.custom-dropdown.show .dropdown-menu {
    display: block;
}
.navigation-seven-block .navbar-nav .nav-item .dropdown-menu {
    top: calc(100% - 2px); /* overlap a bit */
}
.deals-day-seven-dtl .price {
  font-size: 15px;
  font-weight: 400;
}