/*
Theme Name: ABR Theme
Author: Michael Abramov
Tags: responsive, business
Description: Lightweight theme
Version: 1.1
Text Domain: abr
*/

/* .marquee-bar {
    position: fixed;
    width: 100%;
    left: 0;
    display: none;
    z-index: 19; 
} */
    .marquee-bar {
    position: fixed;
    left: 0;
    width: 100%;
    top: -10px;     /* Start hidden above screen */
    opacity: 0;
    transition: top 0.35s ease, opacity 0.35s ease;
    z-index: 19;
    white-space: nowrap;

}
.marquee-bar { top: headerHeight }

.bf-grid img {
  pointer-events: none;
}
  
.abr-bg-img{
  background-color: #222934;
  /* padding-top: 0px !important; */
}
.abr-bg-div{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.vb-container{
  max-width: 50% !important;
}
.countdown .time-box:nth-child(1) .flip {
    animation: none !important;
}

.countdown {
  display: flex;
  gap: 20px;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width:767px){
  .time-box {
    width: 60px !important;
    height: 60px !important;
}
.flip {
    font-size: 18px !important;
}
  .curly-arrow {
    width: 140px;
    margin: 0 10px;
}
.offer {
    padding: 5px 15px !important;
}
.label {
  font-size: 16px !important;
}
}

.offer {
    background: #fff;
    padding: 30px 10px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.time-box {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #DD6A26, #fff);
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    display: flex;
    color: #222934;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.label {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.flip {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

/* Flip Animation */
.flip.animate {
  animation: flip 0.6s ease-in-out;
}

@keyframes flip {
  0% { transform: rotateX(0deg); }
  50% { transform: rotateX(-90deg); }
  100% { transform: rotateX(0deg); }
}





.bf-container {
  max-width: 50%;
  margin: 50px auto;
  position: relative;
}

.bf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 40px;
  align-items: center;
  justify-items: center;
}

.bf-center {
  grid-row: 2;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.bf-item.active {
  transform: scale(1.25);       /* enlarge */
  transition: transform .4s ease;
}

.bf-center span { color: #DD6A26; }

/* Cloudy blob style for images */
.bf-item {
  width: 250px;
  height: 220px;
  background: rgba(255,255,255,0.5);
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  border: 2px solid #dd6a26;
  
}

.bf-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .bf-item {
  position: relative;
}

.bf-item.blur img {
  filter: blur(4px);
  opacity: 0.5;
}

/* fully valid SVG lock icon */
.bf-item.blur::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23DD6A26' d='M12 17a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm6-7h-1V7a5 5 0 10-10 0v3H6a2 2 0 00-2 2v7a2 2 0 002 2h12a2 2 0 002-2v-7a2 2 0 00-2-2zM8 10V7a4 4 0 118 0v3H8z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}



/* Grid placement */
.img-1 { grid-row: 1; grid-column: 2; }
.img-2 { grid-row: 2; grid-column: 1; }
.img-3 { grid-row: 2; grid-column: 3; }
.img-4 { grid-row: 3; grid-column: 2; }

  .bf-item {
  }
.offer-wrap{
  display: flex;
  flex-direction: column;
  color: #DD6A26;
}
.offer-on{
  font-size: 18px;
  padding-top: 10px;
  color: white;
}

.bf-item {
  overflow: hidden;          /* important for zoom effect */
  cursor: pointer;
}

.bf-item img {
  transition: transform 0.4s ease;
}

.bf-item:hover img {
  transform: scale(1.12);    /* zoom-in */
}
@media(max-width:1680px){
.bf-item {
  width: 200px;
  height: 180px; 
}
.bf-center {
  width: 180px;
  height: 180px;
  padding: 10px; 
  font-size: 20px;
}
}
@media(max-width:1439.98px){
.bf-item {
  width: 150px;
  height: 120px; 
}
.bf-center {
  width: 160px;
  height: 160px;
  font-size: 16px;
}
.offer-on{
  font-size: 16px;
}
.bf-container {
  max-width: 100%;
  margin: 20px auto;
}

.bf-grid {
  gap: 30px;
}
}
@media(max-width:1024px){
.bf-item {
  width: 80px;
  height: 80px; 
}

.offer-on{
  font-size: 14px;
}

.bf-grid {
  gap: 20px;
}
}
@media(max-width:767px){
  .abr-bg-div{
    flex-direction: column;
  }
  .bf-container {
  max-width: 100%;
  margin: 10px auto;
}
.vb-container{
  max-width: 100% !important;
}
.bf-center {
    width: 140px;
    height: 140px;
    font-size: 14px;
}

}


@media only screen and (max-width: 1009px){
  .page-id-13 .wc-block-cart-item__wrap .wc-block-cart-item__quantity{
        margin-top: 30px;
  }
}


.shipping_message .custom-shipping-message p {
    margin-bottom: 13px;
    font-size: 14px;
}