:root {
    --fealtyx-primary-colour: #08814C;
    --fealtyx-primary-variant-colour: #009253;
    --fealtyx-primary-variant-2-colour: #11B263;
    --fealtyx-secondary-colour: #0A4C36;
    --fealtyx-secondary-variant-color: #006E1D;
    --fealtyx-tertiary-colour: #212326;
    --fealtyx-secondary-text-color: #323232;
    --fealtyx-tertiary-text-color: #646464;
    --fealtyx-header-icon-colour: #0A4C36;
}

.fealtyx-main-container-offer-carousel {
    position: relative;
    width: 100%;
    margin: 20px auto;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: none !important;
    overflow: hidden;
}

.fealtyx-extension-disabled-offer-carousel {
    pointer-events: none;
    opacity: 0;
    display: none !important;
}

.fealtyx-offer-display-container-wrapper-offer-carousel {
    display: flex;
    align-items: center;
    color: white;
    border-radius: 4px;
    padding: 12px;
    margin: 0px 0px;
    font-family: sans-serif;
    width: 100%;
    height: 100%;
    gap: 6px;
    border: 1px solid #EEE;
    border-top: 4px #11B263 solid;
    background: linear-gradient(90deg, #00713F 0%, #00913C 100%);
}

.fealtyx-offer-display-container-label-text-offer-carousel {
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.07px;
    text-transform: uppercase;
}

.fealtyx-offer-display-logo-container-offer-carousel {
   display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
}

.fealtyx-offer-card-details-eligibility-text-offer-carousel {
    padding: 6px;
    padding-bottom: 12px;
    letter-spacing: normal;
}

.fealtyx-offer-display-logo-offer-carousel {
   width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0px 2px;
    object-fit: cover;
    background: white;
    padding: 2px;
    margin-left: -8px;
}

.fealtyx-offer-display-plus-icon-offer-carousel {
   width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 2px;
    margin-left: -8px;
}


.fealtyx-phone-number-container-wrapper-offer-carousel {
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    opacity: 0.99;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.fealtyx-phone-number-container-header-offer-carousel {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, #BADDB5 25%);
    overflow: hidden;
}

.fealtyx-phone-number-input-form-offer-carousel {
    background-image: url('https://qa-assets-cdn.fealtyx.com/shopify_app/enter_mobile_widget_background.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 12px 20px 16px;
    flex-direction: row;
}

.fealtyx-phone-number-inner-wrapper-offer-carousel {
    display: flex;
    gap: 4px;
    justify-content: center;
    width: 100%;
    padding: 4px;
    gap: 4px;
    background-color: rgba(255, 255, 255, 0.58);
    flex-direction: row;
}

.fealtyx-phone-number-input-offer-carousel {
    --placeholder-text: "Mobile number";
    padding: 12px 24px 12px 28px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    height: 40px;
}

.fealtyx-phone-number-input-offer-carousel:focus {
    outline: none;
    box-shadow: none;
}

.fealtyx-phone-number-input-offer-carousel::placeholder {
  color: #B4B4B4;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fealtyx-phone-number-error-offer-carousel {
  color: #AD1616;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.1px;
  margin: 0;
  padding-left: 2px;
  padding-top: 2px;
}

.fealtyx-phone-number-container-header-text-offer-carousel {
  color: var(--fealtyx-secondary-text-colour);
  flex: 1 1 auto; 
  white-space: normal; 
  overflow: visible; 
  font-size: 16px; 
  font-weight: 600;
  line-height: 1.4; 
  text-overflow: ellipsis; 
  text-transform: uppercase;
}

.fealtyx-phone-number-container-subtitle-text-offer-carousel {
  color: var(--fealtyx-secondary-text-colour);
  font-size: 14px; 
  font-weight: 500; 
  line-height: normal; 
  letter-spacing: 0.07px;
}

.fealtyx-phone-number-input-and-error-wrapper-offer-carousel {
    width: 60%;
}

@media (max-width: 1500px) {
    .fealtyx-phone-number-input-and-error-wrapper-offer-carousel {
        width: 55%;
    }
}

.fealtyx-phone-number-submit-button-icon-offer-carousel {
  width: 28px;
  height: auto;
  display: inline-block;
  content: url("https://qa-assets-cdn.fealtyx.com/shopify_app/unlock_deals_coin.png");
}

.fealtyx-phone-number-submit-button-text-offer-carousel::before {
  content: 'VIEW OFFERS';
}

.fealtyx-phone-number-submit-button-offer-carousel {
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    padding: 0 0 0 4px;
    border-radius: 4px;
    background: var(--fealtyx-primary-colour);
    color: white;
    border: none;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 40px;
    width: 40%;
}

.fealtyx-phone-number-submit-button-content-offer-carousel {
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    color: white;
    border: none;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;
    width: 100%;
}


.fealtyx-circular-loader-offer-carousel{
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #0000;
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}

@media (max-width: 1500px) {
    .fealtyx-phone-number-submit-button-offer-carousel {
        font-size: 10px;
        width: 45%;
    }
}

.fealtyx-main-container-header-offer-carousel{
    height: 4px;
    width: 100%;
    display: flex;
    background: var(--fealtyx-primary-variant-2-colour);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 3;
}

.fealtyx-no-offer-container-offer-carousel {
    display: flex;
    flex-direction: row;
    padding: 24px 14px;
    border-radius: 8px;
    border-width: 1px;
    gap: 20px;
}

.fealtyx-live-offer-container-offer-carousel {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.fealtyx-offer-container-offer-carousel{
    background: white;
    border-radius: 4px;
}

.fealtyx-live-offer-container-carousel-offer-carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    cursor: grab;
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.fealtyx-live-offer-container-carousel-offer-carousel.shimmer-active {
    overflow: hidden;
    justify-content: center;
}

.fealtyx-live-offer-container-carousel-offer-carousel::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.fealtyx-live-offer-container-carousel-offer-carousel.dragging {
    cursor: grabbing;
    user-select: none; /* For Non safari browsers */
    -webkit-user-select: none; /* For Safari */
}

/* Carousel dots styles */
.fealtyx-live-offer-container-carousel-dots-offer-carousel {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding-top: 2px;
    padding-bottom: 24px;
}

.fealtyx-live-offer-container-carousel-dot-offer-carousel {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.2s;
}

.fealtyx-live-offer-container-carousel-dot-offer-carousel.active {
    background: #696969;
}

.fealtyx-no-offer-container-change-phone-number-button-offer-carousel {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #3173E3;
    cursor: pointer;
}

/* Loading spinner styles */
.fealtyx-carousel-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border-radius: 8px;
}

.fealtyx-loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 24px;
    text-align: center;
}

.fealtyx-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f4f6;
    border-top: 3px solid #10b981;
    border-radius: 50%;
    animation: fealtyx-spin 1s linear infinite;
    position: relative;
}

.fealtyx-spinner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: fealtyx-pulse 1.5s ease-in-out infinite;
}

.fealtyx-loading-text {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.fealtyx-loading-subtext {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* Animations */
@keyframes fealtyx-spin {
    0% { 
        transform: rotate(0deg); 
    }
    100% { 
        transform: rotate(360deg); 
    }
}

@keyframes fealtyx-pulse {
    0%, 100% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% { 
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.8);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .fealtyx-no-offer-inner-container-offer-carousel {
        flex-direction: column;
        padding: 16px 12px;
        gap: 12px;
    }
    
    .fealtyx-loading-content {
        padding: 24px 16px;
    }
    
    .fealtyx-spinner {
        width: 36px;
        height: 36px;
    }
    
    .fealtyx-loading-text {
        font-size: 15px;
    }
    
    .fealtyx-loading-subtext {
        font-size: 12px;
    }
}

.fealtyx-live-offer-container-header-offer-carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.fealtyx-phone-number-container-header-title-offer-carousel {
    display: flex; 
    gap: 4px; 
    font-size: 14px; 
    color: var(--fealtyx-secondary-colour);
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .fealtyx-phone-number-container-header-title-offer-carousel {
        font-size: 12px;
    }
}

.fealtyx-phone-number-container-header-tag-icon-offer-carousel{
  margin-top: 3px;
  margin-right: -5px;
  height: 23px;
  width: 23px;
}

.fealtyx-live-offer-container-header-collected-count-offer-carousel {
    display: none;
    color: var(--fealtyx-primary-colour);
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    line-height: 100%;
}

.fealtyx-live-offer-container-header-collected-count-offer-carousel.visible {
    display: flex;
}

@media (max-width: 1500px) {
    .fealtyx-live-offer-container-header-collected-count-offer-carousel {
        font-size: 13px;
    }
}

.fealtyx-live-offer-container-header-view-all-button-offer-carousel {
    white-space: nowrap;
    margin-left: 6px;
    color: var(--fealtyx-primary-colour);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 100%;
    text-transform: uppercase;
}

.fealtyx-exclusive-tag-svg-offer-carousel {
    fill: #079455;
    width: 75px;
    height: 25px;
}

.fealtyx-exclusive-tag-text-offer-carousel {
    fill: white;
    stroke: none;
    letter-spacing: normal;
}