@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);@charset "UTF-8";
body {
  direction: rtl;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Open Sans Hebrew"; }

.aperol-first-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#F15F2B), to(#F9A452));
  background: linear-gradient(180deg, #F15F2B 0%, #F9A452 100%);
  position: relative; }
  .aperol-first-section .aperol_glass {
    position: absolute;
    left: 6rem;
    width: 35.4vw;
    height: auto;
    bottom: 0; }
  .aperol-first-section .aperol-first-section-container {
    position: absolute;
    top: 3rem;
    right: 2rem; }
    .aperol-first-section .aperol-first-section-container .aperol-first-section-logo {
      padding: 0 5rem 2rem 0; }
      .aperol-first-section .aperol-first-section-container .aperol-first-section-logo img {
        width: 30vw;
        height: auto; }
    .aperol-first-section .aperol-first-section-container .aperol-first-section-text {
      color: white; }
      .aperol-first-section .aperol-first-section-container .aperol-first-section-text .aperol-first-section-text-container {
        text-align: right;
        font-size: 1.5rem;
        width: 48vw;
        height: auto; }
        @media (max-width: 1442px) {
          .aperol-first-section .aperol-first-section-container .aperol-first-section-text .aperol-first-section-text-container {
            font-size: 1.1rem; } }

.aperol_footer {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.3rem;
  background-color: black;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .aperol_footer .aperol_follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .aperol_footer .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .aperol_footer .media .social_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 1.1rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      gap: 1rem; }
      @media (max-width: 768px) {
        .aperol_footer .media .social_media {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 0.7rem; } }
  .aperol_footer .warnings img {
    width: 80vw;
    height: auto; }
  .aperol_footer .credit {
    position: absolute;
    top: 1.5rem;
    left: 1rem; }

@media (max-width: 768px) {
  .aperol-first-section .aperol_glass {
    width: 100vw;
    left: 0;
    top: 0; }
  .aperol-first-section .aperol-first-section-container {
    position: absolute;
    top: auto !important;
    bottom: 0;
    right: auto; }
    .aperol-first-section .aperol-first-section-container .aperol-first-section-logo {
      position: relative;
      text-align: center;
      padding: 0; }
      .aperol-first-section .aperol-first-section-container .aperol-first-section-logo img {
        width: 65vw;
        height: auto; }
    .aperol-first-section .aperol-first-section-container .aperol-first-section-text {
      position: relative;
      padding-top: 10px; }
      .aperol-first-section .aperol-first-section-container .aperol-first-section-text .aperol-first-section-text-container {
        text-align: center;
        font-size: 1rem;
        width: auto;
        height: auto; }
  .aperol_footer {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.3rem;
    background-color: black;
    color: white;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .aperol_footer p {
      margin-bottom: 0; }
    .aperol_footer .aperol_follow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .aperol_footer .media {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.7rem; }
      .aperol_footer .media .social_media {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -ms-flex-item-align: center;
            align-self: center;
        gap: 0.7rem; }
    .aperol_footer .warnings img {
      width: 80vw;
      height: auto; }
    .aperol_footer .credit {
      position: absolute;
      top: 3.13rem;
      left: 0.3rem; } }

.aperol-recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .aperol-recipe .arrow-down {
      width: 30px; } }
  .aperol-recipe .aperol-recipe-title h2 {
    color: #fe5000;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 65px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .aperol-recipe .aperol-recipe-title h2 {
        font-size: 30px; } }
  .aperol-recipe .aperol-recipe-general-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1150px;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .aperol-recipe .aperol-recipe-general-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        width: 100%; } }
    .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-right {
      width: 35%; }
      @media (min-width: 768px) {
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-right .fadeIn {
          -webkit-transform: translateX(150%);
                  transform: translateX(150%);
          opacity: 0;
          -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
          transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
          transition: opacity 1s ease-out, transform 1s ease-out;
          transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out; }
          .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-right .fadeIn.visible {
            opacity: 1;
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
      @media (max-width: 768px) {
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-right {
          width: 75%;
          margin: auto; } }
    .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-right: 55px; }
      @media (max-width: 768px) {
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left {
          position: relative;
          overflow-x: hidden;
          padding: 0 26px; } }
      .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        padding-bottom: 10px;
        margin-bottom: 10px;
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
        transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
        transition: opacity 1s ease-out, transform 1s ease-out;
        transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
        padding-left: 15px; }
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient.visible {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient.ingredient-border {
          border-bottom: 4px solid #fe5000; }
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-image {
          margin-left: 30px;
          height: 100px;
          width: 100px;
          text-align: center; }
          @media (max-width: 768px) {
            .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-image {
              height: 75px;
              width: 75px; } }
          .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-image img {
            height: 100%; }
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-name {
          color: #FE5000;
          font-family: "Open Sans Hebrew", Sans-serif;
          font-size: 45px;
          font-weight: 500; }
          @media (max-width: 768px) {
            .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-name {
              font-size: 28px;
              line-height: 1.1; } }
          .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-name .ingredient-qty {
            font-weight: bolder; }
        .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-desc-small {
          color: #FE5000;
          font-family: "Heebo", Sans-serif;
          font-size: 28px;
          font-weight: 400; }
          @media (max-width: 768px) {
            .aperol-recipe .aperol-recipe-general-container .aperol-recipe-column-left .aperol-recipe-ingredient .ingredient-desc-small {
              font-size: 20px; } }

.aperol-youtube-video {
  min-width: 100%;
  min-height: 100vw;
  position: relative;
  overflow: hidden; }
  .aperol-youtube-video .aperol-youtube-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.aperol-banner-with-html {
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  background-color: #F05026;
  background-image: var(--desktop-banner-url);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px; }
  @media (max-width: 768px) {
    .aperol-banner-with-html {
      margin-top: 0; } }
  .aperol-banner-with-html .aperol-banner-with-html-text-container {
    width: 31.151%;
    text-align: center;
    color: white;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
    padding: 5%;
    margin-right: 10%; }
    @media (max-width: 768px) {
      .aperol-banner-with-html .aperol-banner-with-html-text-container {
        width: 100%;
        margin: auto;
        padding-bottom: 460px; } }
    .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-title h2 {
      color: #FFFFFF;
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 40px;
      font-weight: 300; }
      @media (max-width: 768px) {
        .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-title h2 {
          font-size: 32px; } }
      .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-title h2 b {
        font-weight: 400; }
    .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-paragraph {
      font-size: 25px;
      font-weight: 400;
      line-height: 1.1; }
      @media (max-width: 768px) {
        .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-paragraph {
          font-size: 24px; } }
    .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-button {
      margin: 10px 0; }
      .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-button a {
        font-family: "Open Sans Hebrew", Sans-serif;
        font-size: 27px;
        font-weight: 300;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-color: #2d4163;
        border-style: solid;
        border-width: 2px solid white;
        border-radius: 30px;
        padding: 5px 30px 9px 30px;
        text-decoration: none; }
        @media (max-width: 768px) {
          .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-button a {
            padding: 1px 50px 8px 50px; } }
        .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-button a span {
          font-family: "Open Sans Hebrew", Sans-serif;
          font-size: 27px;
          font-weight: 300;
          color: #FFFFFF; }
          @media (max-width: 768px) {
            .aperol-banner-with-html .aperol-banner-with-html-text-container .aperol-banner-with-html-text-button a span {
              font-size: 19px; } }

@media (max-width: 768px) {
  .aperol-banner-with-html {
    background-image: var(--mobile-banner-url);
    background-position: bottom center;
    background-size: contain;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

.section3 {
  background-color: #f7f4e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section3.section-wrapper {
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      .section3.section-wrapper {
        padding-bottom: 0px; } }
  .section3 .title_and_subtitle {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-self: anchor-center;
    font-size: 40px;
    font-weight: 700;
    line-height: 2;
    padding-top: 2.5rem;
    gap: 1rem;
    color: #E8521E; }
    @media (max-width: 768px) {
      .section3 .title_and_subtitle {
        line-height: 0rem;
        position: absolute;
        display: grid;
        font-size: 1.875rem; } }
    @media (max-width: 768px) {
      .section3 .title_and_subtitle .subtitle {
        font-weight: 400;
        font-size: 22px;
        color: #000; } }

.section4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9A452), to(#F15F2B));
  background: linear-gradient(180deg, #F9A452 0%, #F15F2B 100%);
  position: relative; }
  .section4 .section4_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 768px) {
      .section4 .section4_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section4 .section4_content .text {
      position: absolute;
      text-align: center;
      color: #F7F7E3;
      font-weight: 700;
      display: grid;
      gap: 2rem;
      bottom: 7rem;
      right: 1rem;
      width: 40vw;
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      justify-items: center; }
      @media (max-width: 1600px) {
        .section4 .section4_content .text {
          bottom: 1rem; } }
      @media (max-width: 1440px) {
        .section4 .section4_content .text {
          bottom: 2rem; } }
      @media (max-width: 1024px) {
        .section4 .section4_content .text {
          bottom: 1rem; } }
      @media (max-width: 768px) {
        .section4 .section4_content .text {
          line-height: 0rem;
          width: 100vw;
          top: 2rem;
          bottom: unset;
          right: unset;
          -ms-flex-item-align: center;
              align-self: center; } }
      .section4 .section4_content .text .title {
        line-height: 0rem;
        margin-top: 3.2rem;
        font-size: 4.5rem;
        font-weight: 700; }
        @media (max-width: 1600px) {
          .section4 .section4_content .text .title {
            font-size: 2.5rem; } }
        @media (max-width: 768px) {
          .section4 .section4_content .text .title {
            font-size: 28px; } }
      .section4 .section4_content .text .subtitle {
        font-weight: 700;
        font-size: 3.25rem; }
        @media (max-width: 1600px) {
          .section4 .section4_content .text .subtitle {
            font-size: 1.75rem; } }
        @media (max-width: 768px) {
          .section4 .section4_content .text .subtitle {
            font-size: 22px; } }
      .section4 .section4_content .text .description {
        font-weight: 500;
        font-size: 2.125rem;
        line-height: 2.625rem; }
        @media (max-width: 1600px) {
          .section4 .section4_content .text .description {
            font-size: 1.525rem;
            line-height: 1.9rem; } }
        @media (max-width: 768px) {
          .section4 .section4_content .text .description {
            font-size: 16px;
            line-height: 1.375rem; } }
      .section4 .section4_content .text .packages {
        gap: 1.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 768px) {
          .section4 .section4_content .text .packages {
            display: grid;
            line-height: 1.6rem; } }
        .section4 .section4_content .text .packages .package {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: right;
              -ms-flex-pack: right;
                  justify-content: right;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 1.1rem; }
          .section4 .section4_content .text .packages .package .package_text {
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            text-align: right; }
            .section4 .section4_content .text .packages .package .package_text p {
              margin-bottom: 0; }
          .section4 .section4_content .text .packages .package .package_title {
            font-weight: 700;
            font-size: 2.125rem; }
            @media (max-width: 1600px) {
              .section4 .section4_content .text .packages .package .package_title {
                font-size: 1.5rem; } }
            @media (max-width: 768px) {
              .section4 .section4_content .text .packages .package .package_title {
                font-size: 18px; } }
            .section4 .section4_content .text .packages .package .package_title .small_text {
              font-size: 1.875rem; }
              @media (max-width: 1600px) {
                .section4 .section4_content .text .packages .package .package_title .small_text {
                  font-size: 1.0625rem; } }
          .section4 .section4_content .text .packages .package .package_desc {
            font-weight: 400;
            font-size: 22px; }
            @media (max-width: 1600px) {
              .section4 .section4_content .text .packages .package .package_desc {
                font-size: 15px; } }
      .section4 .section4_content .text .image_reach_on_stoers {
        width: 27vw;
        height: auto; }
    .section4 .section4_content .packaging {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 65%;
      height: auto; }
      @media (max-width: 768px) {
        .section4 .section4_content .packaging {
          left: unset;
          width: 100%; } }

.aperol-store-addresses {
  padding: 70px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .aperol-store-addresses .aperol-store-addresses-container {
    text-align: center; }
    @media (max-width: 768px) {
      .aperol-store-addresses .aperol-store-addresses-container {
        width: 95%; } }
    .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-title {
      margin-bottom: 20px; }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-title h2 {
        color: #fe5000;
        font-family: "Open Sans Hebrew", Sans-serif;
        font-size: 56px;
        font-weight: 900; }
    .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer {
      width: 1226px;
      position: relative; }
      @media (max-width: 768px) {
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer {
          width: 100%; } }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container {
        padding: 0px 130px;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container {
            padding: 0; } }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container .aperol-store-addresses-state-button {
          width: 100%;
          border-width: 0px;
          background-color: #fe5000;
          margin-bottom: 16px;
          line-height: 1;
          margin: 0;
          margin-bottom: 16px;
          padding: 15px;
          border-bottom: 1px solid #d4d4d4;
          font-family: "Open Sans Hebrew", Sans-serif;
          font-size: 28px;
          font-weight: 500;
          cursor: pointer;
          outline: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: white; }
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container .aperol-store-addresses-state-button:hover {
            color: white;
            text-decoration: none; }
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container .aperol-store-addresses-state-button .fa-caret-down {
            -webkit-transform: scale(0.6);
                    transform: scale(0.6);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-state-container .aperol-store-addresses-state-button.collapsed .fa-caret-down {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconright,
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconleft {
        width: 50px;
        position: absolute; }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconright img,
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconleft img {
          width: 100%;
          height: auto; }
        @media (max-width: 768px) {
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconright,
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconleft {
            display: none; } }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconright {
        top: -70px;
        right: 30px; }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-subcontainer .aperol-store-addresses-iconleft {
        left: 30px;
        top: 60px; }
    .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card {
        width: 30%;
        background-color: #f58d8d;
        background-image: url("../images/orange-square.jpg");
        background-size: cover;
        background-position: center center;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
        border-radius: 15px;
        padding: 20px;
        margin: 10px; }
        @media (max-width: 768px) {
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card {
            width: 80%; } }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-city h2 {
          color: white;
          font-family: "Heebo", Sans-serif;
          font-size: 26px;
          font-weight: 700; }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-name h2 {
          padding: 4px;
          background-color: #FFFFFF;
          border-radius: 11px;
          color: #fe5000;
          font-family: "Heebo", Sans-serif;
          font-size: 18px;
          font-weight: 400; }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-address h2 {
          color: white;
          font-family: "Heebo", Sans-serif;
          font-size: 18px;
          font-weight: 400; }
        .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-phone {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: auto;
          background-color: white;
          border-radius: 9px;
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
                  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          padding: 12px 24px; }
          .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-phone a {
            font-family: "Heebo", Sans-serif;
            font-size: 16px;
            font-weight: 500;
            fill: #fe5000;
            color: #fe5000; }
            .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-phone a:hover {
              text-decoration: none; }
            .aperol-store-addresses .aperol-store-addresses-container .aperol-store-addresses-state .aperol-store-addresses-shops .aperol-store-addresses-shops-card .aperol-shop-card-phone a i {
              -webkit-transform: scale(1.2);
                      transform: scale(1.2);
              margin-right: 3px; }

.modal-dialog {
  margin: 10% auto;
  width: 55%;
  max-width: 55%; }
  @media (max-width: 768px) {
    .modal-dialog {
      width: 95%;
      max-width: 95%; } }
  .modal-dialog .modal-content {
    height: 100%;
    padding: 15px;
    border-radius: 15px; }
    .modal-dialog .modal-content .modal-container {
      border: 4px solid #fe5000; }
      .modal-dialog .modal-content .modal-container .modal-header {
        border: none;
        text-align: center;
        margin: 40px 80px 0 80px; }
        @media (max-width: 768px) {
          .modal-dialog .modal-content .modal-container .modal-header {
            margin: 30px 0 15px 0; } }
        .modal-dialog .modal-content .modal-container .modal-header .modal-header-title {
          color: #fe5000;
          font-family: "Heebo", Sans-serif;
          font-size: 48px;
          font-weight: 700;
          margin: auto; }
          @media (max-width: 768px) {
            .modal-dialog .modal-content .modal-container .modal-header .modal-header-title {
              font-size: 30px; } }
      .modal-dialog .modal-content .modal-container .modal-footer {
        border: none;
        margin-bottom: 20px; }
        .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper {
          margin: 0.25rem auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 768px) {
            .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a {
            font-family: "Heebo", Sans-serif;
            font-size: 22px;
            font-weight: 400;
            color: white;
            background-color: #fe5000;
            border-radius: 39px;
            padding: 5px 75px;
            margin: 0 19px;
            -webkit-transition: all .3s;
            transition: all .3s;
            display: block;
            text-align: center; }
            .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a:hover {
              background-color: #D7D7D7;
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
              text-decoration: none;
              cursor: pointer; }
            @media (max-width: 768px) {
              .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a {
                margin: 10px 0; } }

.aperol-disclaimer {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  width: 30%; }
  @media (max-width: 768px) {
    .aperol-disclaimer {
      width: 95%; } }
  .aperol-disclaimer .aperol-disclaimer-text {
    text-align: center;
    color: #000000;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 25px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .aperol-disclaimer .aperol-disclaimer-text {
        font-size: 20px; } }
  .aperol-disclaimer .aperol-disclaimer-divider {
    margin: 15px 0;
    border-bottom: 1px solid black; }

.aperol-disclaimer-footer {
  margin-top: 1em; }
  .aperol-disclaimer-footer P {
    text-align: center;
    color: #000000 !important;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 20px;
    font-weight: 500 !important; }
    @media (max-width: 768px) {
      .aperol-disclaimer-footer P {
        font-size: 15px; } }
    .aperol-disclaimer-footer P a {
      text-decoration: underline !important;
      color: #000000 !important; }

.summer-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px; }
  @media (max-width: 768px) {
    .summer-events {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 30px 0 0; }
      .summer-events .summer-events-logo {
        padding: 0 10%; } }
  .summer-events .scroll-img {
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain; }
  .summer-events .events-info {
    margin-top: 5%;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .summer-events .events-info {
        margin-top: 0; } }
    .summer-events .events-info h3 {
      color: #F15F2C;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 24px; }
      @media (max-width: 768px) {
        .summer-events .events-info h3 {
          font-size: 20px;
          text-align: center; } }
    .summer-events .events-info .events-wrapper {
      overflow-y: scroll;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      direction: ltr;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      max-height: 300px; }
      @media (max-width: 768px) {
        .summer-events .events-info .events-wrapper {
          overflow: visible;
          height: auto;
          max-height: -webkit-fit-content;
          max-height: -moz-fit-content;
          max-height: fit-content; } }
      .summer-events .events-info .events-wrapper::-webkit-scrollbar {
        width: 5px;
        /* slim scrollbar */ }
      .summer-events .events-info .events-wrapper::-webkit-scrollbar-track {
        background: grey;
        /* or a light color if you want a track */ }
      .summer-events .events-info .events-wrapper::-webkit-scrollbar-thumb {
        background-color: black;
        /* the draggable part */
        padding: 30px;
        border-radius: 30px; }
    .summer-events .events-info .load-events-btn {
      border-radius: 15px;
      border: 1px solid #E8521E;
      color: #E8521E;
      font-weight: 700;
      padding: 4px 14px;
      margin: 5% auto 0; }
    .summer-events .events-info .event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      direction: rtl;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .summer-events .events-info .event {
          width: 100%; } }
      .summer-events .events-info .event img {
        height: 40px;
        margin: 0px 15px; }
      .summer-events .events-info .event .info {
        color: #000; }
        .summer-events .events-info .event .info .name, .summer-events .events-info .event .info .description {
          font-weight: 700;
          font-size: 20px;
          line-height: normal; }
          @media (max-width: 768px) {
            .summer-events .events-info .event .info .name, .summer-events .events-info .event .info .description {
              font-size: 16px; } }
        @media (max-width: 768px) {
          .summer-events .events-info .event .info p {
            font-size: 13px; } }
      .summer-events .events-info .event:nth-last-of-type(1) {
        border-bottom: none; }

.video-wrapper {
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* שמור יחס מסך */ }
  @media (max-width: 768px) {
    .video-wrapper {
      margin-top: 0;
      padding: 0px; } }

.video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }
