/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.4_webpack@5.99.9/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.89.1_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.iphone {
  max-width: 600px;
}
.iphone.iphone--portrait {
  margin: 30px 0;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
@media print, screen and (min-width: 62em) {
  .iphone.iphone--portrait .iphone__nest .iphone__video-holder {
    overflow: visible;
    padding: 0;
  }
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame {
  align-items: center;
  display: flex;
  padding: 0 12.5%;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame .iphone__shadow {
  height: 114%;
  left: 50%;
  position: absolute;
  top: -7%;
  transform: translateX(-40%);
  width: auto;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame .iphone__shadow img {
  height: 100%;
  max-width: none;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame .iphone__video {
  padding: 216.6666% 0 0;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame .iphone__video .iphone__player {
  left: 0;
  position: absolute;
  top: 0;
}
.iphone.iphone--portrait .iphone__nest .iphone__video-holder .iphone__frame .iphone__frame-inner {
  background: url(images/iphone-frame-vertical.061b39a9.webp) no-repeat 50% 50%;
  height: 114%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.iphone.iphone--landscape .iphone__nest .iphone__video-holder .iphone__frame {
  padding: 7.37464% 1%;
}
.iphone.iphone--landscape .iphone__nest .iphone__video-holder .iphone__frame .iphone__shadow {
  left: -5%;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 110%;
}
.iphone.iphone--landscape .iphone__nest .iphone__video-holder .iphone__frame .iphone__frame-inner {
  background: url(images/iphone-frame.a3fd04d0.webp) no-repeat 50% 50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}

.camera__nest {
  display: flex;
  flex-flow: column-reverse;
}
.camera__nest .camera__frame {
  text-align: center;
}
.camera__nest .camera__frame .frame {
  display: inline-flex;
  position: relative;
}
.camera__nest .camera__frame .frame .frame__shadow {
  position: absolute;
}
.camera__nest .camera__frame .frame.frame--portrait .frame__shadow {
  height: 106%;
  left: 7%;
  max-width: none;
  top: 5%;
}
.camera__nest .camera__frame .frame .frame__image-nest {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 17% 2% 15%;
}
.camera__nest .camera__frame .frame .frame__image-nest .frame__video {
  background: #000;
  border-radius: 38px;
  overflow: hidden;
  padding-bottom: 216.6666666667%;
  position: relative;
}
.camera__nest .camera__frame .frame .frame__image-nest .frame__video video {
  border-radius: 38px;
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
}
.camera__nest .camera__frame .frame .frame__image-nest .frame__video .video__overlay {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  transform: scale(0.8);
}
.camera__nest .camera__frame .frame .frame__phone {
  margin: 0 auto;
  position: relative;
}

.iphone .iphone__video {
  background: #000;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.iphone .iphone__frame {
  align-items: center;
  display: flex;
  position: relative;
  will-change: transform;
}
.iphone .iphone__player {
  background: #fff;
  border-radius: 30px;
  position: relative;
  width: 100%;
}
.iphone .iphone__frame-inner {
  background-size: 100% 100% !important;
  position: absolute;
  top: 50%;
}

.surfsc-program-content-accordion-wrapper h3 {
  margin-bottom: 0.5em;
  font-weight: 900;
}

.surfsc-program-content-accordion {
  margin-bottom: 1em;
}
.surfsc-program-content-accordion ul {
  list-style: none;
  margin: 0;
  counter-reset: week-counter;
}
.surfsc-program-content-accordion ul li {
  counter-increment: week-counter;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.75em;
  position: relative;
}
.surfsc-program-content-accordion ul li:before {
  content: counter(week-counter);
  background-color: #f5f5f5;
  border-radius: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #8a8a8a;
  z-index: 9;
  width: 32px;
  height: 32px;
}
.surfsc-program-content-accordion ul li p {
  margin: 0;
}
.surfsc-program-content-accordion ul li .title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.wc-block-review-sort-select {
  display: none;
}

.wp-block-woocommerce-all-reviews ul {
  padding-left: 0 !important;
}
.wp-block-woocommerce-all-reviews .wp-block-button {
  margin-top: 2em !important;
}
.wp-block-woocommerce-all-reviews .wp-block-button .wp-block-button__link {
  width: auto !important;
}

.wc-block-review-list {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: inside;
       column-fill: inside;
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .wc-block-review-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media print, screen and (min-width: 62em) {
  .wc-block-review-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.wc-block-review-list li {
  background-color: #ffffff !important;
  border-radius: 15px;
  padding: 20px !important;
  margin-bottom: 20px !important;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #0060ff !important;
  text-align: left;
}
.wc-block-review-list li:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.contribution-actions {
  display: none;
}

#reviews {
  display: flex;
  flex-direction: column;
}

.contributions-title {
  order: 10;
  text-align: center;
  font-weight: normal;
}

.product-rating {
  display: none !important;
}

.contributions-form-title {
  order: 20;
  text-align: center;
}

.contribution-type-selector {
  order: 25;
}

.contribution-form-wrapper {
  order: 30;
  width: 100% !important;
}

#comments {
  order: 1;
  margin-top: 1em;
  width: 100% !important;
  padding-right: 0 !important;
}
#comments .contributions-filter {
  display: none;
}
#comments #contributions-list #contributions-list-title {
  display: none;
}
#comments .contribution-karma {
  display: none;
}
#comments .commentlist {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: inside;
       column-fill: inside;
}
@media print, screen and (min-width: 48em) {
  #comments .commentlist {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media print, screen and (min-width: 62em) {
  #comments .commentlist {
    -moz-column-count: 3;
         column-count: 3;
  }
}
#comments .commentlist li {
  margin-bottom: 0 !important;
  border-radius: 15px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding: 20px !important;
  border: 2px solid #0060ff !important;
  margin-bottom: 20px !important;
}
#comments .comment-text {
  background-color: #fff !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
}
#comments .comment-text .avatar {
  order: 1;
  position: relative !important;
  display: none;
}
#comments .comment-text .contribution-title.review-title {
  order: 2;
  display: flex;
  font-size: 20px !important;
  flex-direction: column;
}
#comments .comment-text .contribution-title.review-title .star-rating {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
#comments .comment-text .contribution-title.review-title span {
  font-weight: bold;
}
#comments .comment-text .meta {
  order: 4;
}
#comments .comment-text .meta .woocommerce-review__author {
  color: #1d1d1d;
}
#comments .comment-text .meta .woocommerce-review__dash,
#comments .comment-text .meta .woocommerce-review__published-date {
  display: none;
}
#comments .comment-text .description {
  order: 3;
}
#comments .comment-text .contribution-actions {
  display: none;
  order: 5;
  align-items: center;
}
#comments .comment-text .contribution-actions .flag {
  margin-left: auto;
}

.star-rating-selector:not(:checked) input:checked ~ label.checkbox,
.star-rating-selector:not(:checked) label.checkbox:hover,
.star-rating-selector:not(:checked) label.checkbox:hover ~ label.checkbox,
.star-rating-selector:not(:checked) input:checked + label.checkbox:hover,
.star-rating-selector:not(:checked) input:checked + label.checkbox:hover ~ label.checkbox,
.star-rating-selector:not(:checked) input:checked ~ label.checkbox:hover,
.star-rating-selector:not(:checked) input:checked ~ label.checkbox:hover ~ label.checkbox,
.star-rating-selector:not(:checked) label.checkbox:hover ~ input:checked ~ label.checkbox {
  color: #0060ff !important;
}

/*======================= Workouts Slideshow ===========================*/
.surfsc-workouts-carousel {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 15px;
  max-width: 100vw;
  height: 537px;
}
.surfsc-workouts-carousel .slick-slide div:nth-child(2) {
  transform: translateX(-50%);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(1) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 0);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(2) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 1);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(3) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 2);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(4) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 3);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(5) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 4);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(6) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 5);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(7) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 6);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(8) {
  top: calc(184px * 0);
  left: calc(-308px + (348px + 15px) * 7);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(9) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 0);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(10) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 1);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(11) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 2);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(12) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 3);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(13) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 4);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(14) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 5);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(15) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 6);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(16) {
  top: calc(184px * 1);
  left: calc(-150px + (348px + 15px) * 7);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(17) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 0);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(18) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 1);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(19) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 2);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(20) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 3);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(21) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 4);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(22) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 5);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(23) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 6);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item:nth-child(24) {
  top: calc(184px * 2);
  left: calc(-348px + (348px + 15px) * 7);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item .workout-body {
  margin: 0 5px;
  min-height: 169px;
  min-width: 348px;
  width: 348px;
  height: 169px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item .workout-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.surfsc-workouts-carousel .surfsc-workouts-carousel__item .workout-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .surfsc-workouts-carousel .surfsc-workouts-carousel__item .workout-name {
    font-size: 20px;
  }
}

.surfsc-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 16px;
  margin-left: -5px;
  margin-right: -5px;
}
.surfsc-categories li {
  list-style: none;
  order: 2;
}
@media print, screen and (min-width: 62em) {
  .surfsc-categories li {
    width: 33.3%;
  }
}
.surfsc-categories li a {
  padding: 5px 16px;
  background-color: #e6e6e6;
  color: #1d1d1d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px;
  text-decoration: none;
}
.surfsc-categories li a:hover {
  background-color: #0060ff;
  color: white;
}
.surfsc-categories li.current-cat a {
  background-color: #0060ff;
  color: white;
}

.category-links.term-links.category-style-pill a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.surfsc-surfer-path__menu {
  counter-reset: list-counter;
}
.surfsc-surfer-path__menu .kt-row-column-wrap > .wp-block-kadence-column {
  counter-increment: list-counter;
}
.surfsc-surfer-path__menu .kt-row-column-wrap > .wp-block-kadence-column .kt-inside-inner-col > h3::before {
  content: "#" counter(list-counter);
  color: #0060ff;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 900;
}

.surfsc-surfer-path__submenu ul {
  counter-reset: sublist-counter;
}
.surfsc-surfer-path__submenu ul li {
  counter-increment: sublist-counter;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.surfsc-surfer-path__submenu ul li a {
  font-weight: bold;
  display: flex;
}
.surfsc-surfer-path__submenu ul li a::before {
  content: counter(sublist-counter);
  color: #0060ff;
  margin-right: 10px;
}
.surfsc-surfer-path__submenu ul li a h3 {
  font-weight: bold;
  border-bottom: 1px solid #0060ff;
  padding-bottom: 2px;
  font-size: 16px;
}

.surfsc-product-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.surfsc-product-price .regular-price {
  text-decoration: line-through;
  color: #4d4d4d;
}
.surfsc-product-price-editor .placeholder {
  background: #f2f2f2;
  border: 2px dashed #b3b3b3;
  padding: 20px;
  text-align: center;
  color: #333333;
  border-radius: 15px;
}
.surfsc-product-price-editor .surfsc-product-price {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #cfcfcf;
}

.saa-pricing__item__discount {
  position: absolute;
  transform: translateY(-50%);
  padding: 6px 12px;
  top: 0;
  border-radius: 30px;
  background-color: #0060ff;
  font-weight: bold;
  margin: 0 auto;
  padding: 6px 16px;
  display: inline-block;
  z-index: 9;
}
.saa-pricing__item__discount.discount-featured {
  background-color: #FFF1E5;
}

.wp-block-kadence-advancedheading mark.kt-highlight {
  color: #0060ff !important;
}

.woocommerce-checkout .site-footer {
  display: none;
}

.woocommerce ul.products li.product strong {
  display: inline !important;
}

.woocommerce ul.products li.product h3 {
  font-weight: 900 !important;
}
.woocommerce ul.products li.product h3 strong {
  font-weight: 900 !important;
}
.woocommerce ul.products li.product h3 span {
  color: #0060ff !important;
}

.woocommerce ul.products.products-list-view li.loop-entry.product {
  grid-template-columns: 1fr 2fr !important;
}

.woocommerce ul li .button {
  letter-spacing: 0 !important;
}

.related.products li {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px !important;
}
.related.products .kb-dynamic-html.kb-dynamic-html-id-1027631_6ec417-d8 {
  font-size: var(--global-kb-font-size-md, 1.25rem);
}
.related.products .kb-dynamic-html.kb-dynamic-html-id-1027631_1c9b54-82 {
  font-size: var(--global-kb-font-size-md, 1.25rem);
}
.related.products .kb-dynamic-html.kb-dynamic-html-id-1027631_1c9b54-82 h4 {
  font-size: 1em;
}

#site-navigation .menu-item-59966 .sub-menu {
  padding: 20px;
}
#site-navigation .menu-item-59966 .sub-menu .menu-item {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
  width: 100%;
}
#site-navigation .menu-item-59966 .sub-menu .menu-item a {
  height: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent !important;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#site-navigation .menu-item-59966 .sub-menu .menu-item a:hover {
  background-color: transparent !important;
}
#site-navigation .menu-item-1027017 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2023/06/surftrip-square-with-weeks-640x640.webp") !important;
}
#site-navigation .menu-item-763851 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/09/Get-All-Programs-Square-300%402x.webp") !important;
}
#site-navigation .menu-item-763852 a {
  background-image: url(https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/08/Surfers-Back-Solution-Square.webp) !important;
}
#site-navigation .menu-item-628295 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Paddling-Training-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-106592 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Free-Surf-Training-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-365923 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Bodyweight-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-106590 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Surf-Athlete-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-106591 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Perfect-Pop-Up-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-521844 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Stretches-for-Surfers-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-106031 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/09/Cardboard-Surfer-Square-300%402x-300x300.webp") !important;
}
#site-navigation .menu-item-236002 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2023/09/surfstrengthcoach-surf-skate-2-cover.webp") !important;
}
#site-navigation .menu-item-106615 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/09/Ocean-Sports-Academy-Square-300%402x-300x300.webp") !important;
}
#site-navigation .menu-item-177970 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/11/SurfStrengthCoach-Survival-Apnea-Square-Homepage-300x300.webp") !important;
}
#site-navigation .menu-item-106030 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/09/gift-card-300%402x-300x300.webp") !important;
}
#site-navigation .menu-item-442512 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/09/which-program-is-best-300%402x-300x300.webp") !important;
}
#site-navigation .menu-item-3791 a {
  background-image: url("https://cdn.surfstrengthcoach.com/wp-content/uploads/2022/10/coaching-cris-300x300.webp") !important;
}

.hidden {
  display: none;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.mt-auto {
  margin-top: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.hero-has-quotation:before {
  content: "“";
  display: inline-block;
}
.hero-has-quotation:after {
  content: "”";
  display: inline-block;
}

.repeat-list-counter ul {
  counter-reset: list-counter;
}
.repeat-list-counter ul li {
  display: flex;
  counter-increment: list-counter;
}
.repeat-list-counter ul li::before {
  content: "0" counter(list-counter);
  color: #0060ff;
  font-size: 32px;
  font-weight: 900;
  border-top: 10px solid #0060ff;
  padding: 0 10px;
  margin-top: 24px;
  margin-right: 24px;
}

.ribbon {
  width: 150px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  position: absolute;
  text-transform: uppercase;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #0060ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon.ribbon-top-right {
  top: 30px;
  right: -60px;
}

@media screen and (min-width: 36em) and (max-width: 47.99875em) {
  .woocommerce-MyAccount-navigation-WASABI {
    border-bottom: #333333 solid 1px;
    width: 100%;
  }
}
@media screen and (min-width: 36em) and (max-width: 47.99875em) {
  .woocommerce-MyAccount-navigation-WASABI ul {
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */
    width: 100%;
    display: flex;
    padding-bottom: 0 !important;
  }
  .woocommerce-MyAccount-navigation-WASABI ul ::-webkit-scrollbar {
    display: none;
  }
}
@media print, screen and (min-width: 62em) {
  .woocommerce-MyAccount-navigation-WASABI ul {
    justify-content: center;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 62em) {
  .woocommerce-MyAccount-navigation-WASABI ul li {
    border: none !important;
  }
}
.woocommerce-MyAccount-navigation-WASABI ul li a {
  white-space: nowrap;
}
.woocommerce-MyAccount-navigation-WASABI ul li.is-active a {
  border-bottom-color: #0060ff;
}

.freeoptin-card:before {
  content: "";
  background: url(https://cdn.surfstrengthcoach.com/wp-content/uploads/2023/04/hand-drawn-arrow-transparent-blue.webp);
  background-size: 200px;
  background-repeat: no-repeat;
  overflow: visible;
  width: 300px;
  position: absolute;
  display: block;
  height: 100%;
  right: -200px;
  z-index: 9999;
  top: 60px;
}

.wc-social-login.form-row-wide p {
  margin: 0;
}

.surfsc-bundle-layout-list .bundle_form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.surfsc-bundle-layout-list .bundle_form:before, .surfsc-bundle-layout-list .bundle_form:after {
  display: none !important;
}
.surfsc-bundle-layout-list .bundle_form .product {
  border: 3px solid #0060ff !important;
  border-radius: 12px;
  padding-bottom: 0 !important;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.surfsc-bundle-layout-list .bundle_form .product .images {
  width: 100%;
}
.surfsc-bundle-layout-list .bundle_form .product .images img {
  border-radius: 10px 10px 0 0;
}
.surfsc-bundle-layout-list .bundle_form .product .details {
  padding: 20px;
  width: 100%;
}
.surfsc-bundle-layout-list .bundle_form .cart {
  grid-column: span 3;
}

/*# sourceMappingURL=style-index.css.map*/