/*
Theme Name: Jacket Hero Child
Description: Suit Up Like a Star.
Author: Anna May
Template: jackethero
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.cr-reviews-slider .cr-review-card .middle-row .datetime {
    display: none;
}

.cr-reviews-slider .cr-review-card .middle-row, .cr-reviews-slider .cr-review-card .cr-incentivized-row {
    padding: 0px;
}

.cr-reviews-grid {
    padding: 0;
    border-width: 0;
    border-style: solid;
    display: block;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.product-main {
    padding: 0px;
}

/*Short Desc. Accordion */
/*Short Desc. Accordion */
.jh-accordion-wrap {
    margin: 10px 0px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.jh-accordion-toggle {
    padding: 5px 5px;
    cursor: pointer;
    font-weight: 600;
}

.jh-accordion-content {
    padding: 0 16px 12px;
    display: none;
    animation: slideDown 0.3s ease;
}

.jh-accordion-wrap.active .jh-accordion-content {
    display: block;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*Short Desc. Accordion */
/*Short Desc. Accordion */

.product-gallery-slider img, .product-thumbnails img {
    border: 1px solid #e1e1e1 !important;
}

.is-small, .is-small.button {
    font-size: 1em !important;
}

.has-equal-box-heights .box-image {
    border: 1px solid #e1e1e1 !important;
}

.breadcrumbs {
    text-transform: capitalize !important;
}

* { 
    letter-spacing: 0px !important;
}

.product-section-title {
    text-transform: capitalize !important;
}


b, strong {
    font-weight: bold;
}

/* CUSTOM PHONE */
/* Force full width for phone input with intl-tel-input */
.wpcf7 input[type="tel"],
input#phone {
  width: 100% !important;
  box-sizing: border-box;
}

/* Fix container alignment if needed */
.iti {
  width: 100% !important;
}

/* Optional: tighten spacing and make it clean */
.iti--allow-dropdown input,
.iti input[type=tel] {
  padding-left: 50px !important; /* leaves space for flag */
}

/* CUSTOM PHONE */

/*  CUSTOM TIMER */
/*  CUSTOM TIMER */

.jh-timer-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #eee;
  padding: 12px 16px;
  border-radius: 6px;
  margin: 16px 0;
  gap: 16px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.jh-timer-wrap::-webkit-scrollbar {
  display: none;
}

.jh-timer-text {
    font-weight: 500;
    font-size: 15px;
    color: #98002e;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
}

.jh-timer-box {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.jh-box {
  background: #98002e;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  min-width: 44px;
  text-align: center;
  font-size: 13px;
  flex-shrink: 0;
}

.jh-box span {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.jh-box small {
  font-size: 10px;
  display: block;
  margin-top: 1px;
}

/*  CUSTOM TIMER */
/*  CUSTOM TIMER */

/*  Add "Only X left and in Y baskets" */
/* Add "Only X left and in Y baskets" */
.delivery-info p {
    margin: 0px !important;
}

.stock-info {
    font-size: 14px;
    color: #98002e !important;
    font-weight: 700;
    margin-top: 1em;
}

/* Blinking Effect */
.stock-info {
    animation: blink 1.1s infinite; /* Blinking animation */
}

/* Keyframes for Blinking */
@keyframes blink {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }
    50% {
        opacity: 0.4; /* Invisible */
    }
}
/*  Add "Only X left and in Y baskets" */
/* Add "Only X left and in Y baskets" */

/* Add "Arrives soon! Get it by X to Y date" */
/* Add "Arrives soon! Get it by X to Y date" */

.delivery-info {
    font-size: 14px;
    color: #272727;
    border-top: 1px solid #eaeaea;
    margin-top: 1em !important;
    padding-top: 1em;
}

.delivery-info p {
    margin: 0px !important;
}

.icon-checkmark {
  color: #98002e !important;
  font-size: 16px;
}

.delivery-info strong {
    color: #272727;
}
/* Add "Arrives soon! Get it by X to Y date" */
/* Add "Arrives soon! Get it by X to Y date" */