<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --excerpt-size: 18px;
  --title-size-xs: 20px;
}




#look-at-4x4 .lookat-youtube-cover span {
  font-size: 16px;
  line-height: 16px;
}

@media only screen and (max-width: 940px) {

  #look-at-4x4 a.lookat-youtube-cover:nth-of-type(1) span {
      font-size: 26px;
        line-height: 30px;
    }
}



/*
Section head (LookAt)
*/
.block-head h4.title a {
    color: var(--lai-color-orange);
    font-size: 24px;
}

.block-head a.view-all {
    color: var(--lai-color-blue);
    font-size: 18px;
}

.hp-bakery-sidebar-cta .cta-box {
  width: 100% !important;
}

/*
v1 CTA boxes on WP Bakery Homepage
*/
.blocks .widget-cta {
    margin-top: -15px;
    margin-bottom: 50px;
}
.blocks .widget-cta .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blocks .widget-cta .cta-box {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.blocks .widget-cta img {
  transition: transform 0.5s ease-in;
  will-change: transform;
}
.blocks .widget-cta img:hover {
  transform: scale(1.05, 1.05);
}
.blocks .widget-cta a {
  position: relative;
  overflow: hidden;
}
.blocks .widget-cta a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.blocks .widget-cta a:hover:after {
  opacity: 1;
}
/*
v1 CTA boxes on WP Bakery Homepage END
*/


/*
v2 CTA boxes on WP Bakery Homepage
*/

.hp-specials-cta .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.hp-specials-cta .boxes .cta-box {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.hp-specials-cta img {
  transition: transform 0.5s ease-in;
  will-change: transform;
  grid-column: 1/1;
    grid-row: 1/1;
}

.hp-specials-cta img:hover {
  transform: scale(1.05, 1.05);
}

.hp-specials-cta a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(auto, 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hp-specials-cta a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.hp-specials-cta a:hover:after {
  opacity: 1;
}

.hp-specials-cta span.label {
  margin-bottom: 1.1rem;
  align-self: self-end;
  padding: 9px 14px;
  letter-spacing: 0.07em;
  transform: none;
  justify-self: center;
  grid-row: 1/1;
  grid-column: 1/1;
  z-index: 1;
  border: 1px solid #fff;
  background: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

/*
v2 CTA boxes on WP Bakery Homepage END
*/


.hp-lookat-youtube-4x4 {
  margin: 0;
}

.hp-lookat-youtube-4x4 .wpb_column {
  padding: 0;
}
 
.hp-bakery-social-wide ul.social-follow {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.hp-bakery-social-wide ul.social-follow li.service {
    max-width: calc(100% / 6);
    min-width: 170px;
}

.lai-cta-glow {
  min-height: 80px;
}







/* LAI CTA LINK  */
.lai-cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 25px;
  min-height: 70px;
  padding: 10px;
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #0093ff62, #0093ff); /*  ff6600 */
  /*
  background: linear-gradient(135deg, #ff660062, #ff3300ee);

  background: linear-gradient(to right, #0059fff6, var(--lai-color-blue)), 
              linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-blend-mode: overlay;
  */
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-link:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.5);
  animation: shake 0.3s ease-in-out infinite alternate;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð²ÑÐ¿Ñ‹ÑˆÐºÑƒ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.lai-cta-link::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.lai-cta-link:hover::before {
  opacity: 1;
}



.lai-section-side-cta-links   {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}


.lai-section-side-cta-links a {
  flex-basis: 170px;
  min-width: 120px;
  flex-grow: 1;
}

.lai-section-side-cta-links.lai-section-tel-aviv-cta-images a div img {
  aspect-ratio: 16 / 9;
  transform: scale(1);
}


.lai-section-top-cta-images {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.lai-section-top-cta-images a
{
  flex-basis: 100px;
  min-width: 150px;
  max-width: 25%;
  flex-grow: 1;
}</pre></body></html>