@charset "UTF-8";
/*
* COMPOSITE PRODUCT
*/
button {
  border-radius: 50px !important;
}

.single-product .component .component_description {
  margin-bottom: 0;
}
.single-product .component .component_description p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 !important;
}
.single-product .step_title_wrapper,
.single-product .summary_content {
  display: none;
}
.single-product .composite_component .composite_navigation_inner a.page_button {
  margin: 0;
}
.single-product .composite_component .page_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #334155 !important;
  background: #ffffff !important;
  border: 1px solid #d4dbe7 !important;
  border-radius: 999px !important;
  padding: 8px 24px;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.single-product .composite_component .page_button:hover, .single-product .composite_component .page_button:focus {
  color: #7a4d00 !important;
  background: #fff8eb !important;
  border-color: #f0c373 !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
  outline: none;
}
.single-product .composite_component .page_button.next {
  padding-right: 38px;
}
.single-product .composite_component .page_button.next::after {
  right: 18px;
}
.single-product .composite_component .page_button.prev {
  padding-left: 38px;
}
.single-product .composite_component .page_button.prev::before {
  left: 18px;
}
.single-product .component_selections .component_section_title {
  display: none;
}
.single-product .component_selections ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.single-product .component_selections ul .component_option_thumbnail_container {
  padding-bottom: 0 !important;
}
.single-product .component_selections ul::after {
  content: unset;
}
.single-product .component_selections .component_option_thumbnail_container {
  width: 250px !important;
  margin: 0 !important;
  padding-bottom: 60px;
}
.single-product .component_selections .component_option_thumbnail {
  border-radius: 30px;
  transition: 0.2s ease-in-out;
  background-color: #e8e8e8;
}
.single-product .component_selections .component_option_thumbnail.selected {
  background-color: #f7a600;
}
.single-product .component_selections .component_option_thumbnail .component_option_thumbnail_select {
  background-color: #a2a2a2;
}
.single-product .component_selections .component_option_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .composite_summary .summary_elements {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(165px, 1fr));
  gap: 0px 4px;
}
.single-product .composite_summary .summary_elements > li.summary_element:first-of-type .summary_element_wrapper_outer {
  padding-left: 0;
}
.single-product .composite_summary .summary_elements > li.summary_element {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  list-style: none !important;
  background: transparent !important;
}
.single-product .composite_summary .summary_elements > li.summary_element > .summary_element_wrapper_outer,
.single-product .composite_summary .summary_elements > li.summary_element > .summary_element_wrapper_outer > .summary_element_wrapper {
  width: 100%;
  height: 100% !important;
  display: flex;
}
.single-product .composite_summary .summary_elements > li.summary_element > .summary_element_wrapper_outer > .summary_element_wrapper > .summary_element_wrapper_inner {
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
  padding: 5px 15px 15px !important;
  border-radius: 18px;
  border: 1px solid #dfe4ee;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), inset 0 -14px 28px rgba(15, 23, 42, 0.02);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.single-product .composite_summary .summary_elements > li.summary_element:hover > .summary_element_wrapper_outer > .summary_element_wrapper > .summary_element_wrapper_inner {
  transform: none;
  border-color: #cfd8e6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), inset 0 -16px 30px rgba(15, 23, 42, 0.03);
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_data {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_image {
  order: 1;
  margin: 0;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_title {
  order: 2;
  margin: 12px 0 0;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_selection {
  order: 3;
  margin: 0;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_price {
  order: 4;
  margin: 0;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_button {
  order: 5;
  margin: auto 0 0;
  justify-content: center;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_title .title.summary_element_content {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #1f2a3d !important;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 650;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_title .step_index {
  width: auto;
  height: auto;
  display: inline;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  color: #8a94a6;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_title .step_title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_image img.summary_element_content {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_selection .summary_element_content {
  display: block;
  width: 100%;
  text-align: center;
  color: #4f5d70;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_price .price.summary_element_content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8a4f00 !important;
  background: linear-gradient(180deg, #fff8e9 0%, #ffeec9 100%);
  border: 1px solid #f0c87f;
  box-shadow: 0 1px 3px rgba(107, 67, 0, 0.12);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_price .price.summary_element_content del {
  color: #8a94a6 !important;
  font-size: 0.88em;
  font-weight: 600;
  text-decoration-color: #c35f5f;
  text-decoration-thickness: 1.8px;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_price .price.summary_element_content ins {
  text-decoration: none;
  color: #8a4f00 !important;
  font-weight: 900;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_button .summary_element_select.button {
  width: auto;
  min-height: 0;
  padding: 0;
  margin-top: 16px;
  border: 0;
  border-radius: 0 !important;
  background: transparent !important;
  color: #7a8698 !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  box-shadow: none !important;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_button .summary_element_select.button:hover {
  color: #4f5d70 !important;
  background: transparent !important;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_selection .content_product_title.none {
  color: #8a94a6;
  font-style: italic;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_wrapper.configured > .summary_element_wrapper_inner {
  border-color: #dfe4ee;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
  box-shadow: inset 0 0 0 1px #dfe4ee;
}
.single-product .composite_summary .summary_elements > li.summary_element .summary_element_wrapper.configured > .summary_element_wrapper_inner:hover {
  border-color: rgba(247, 166, 0, 0.7);
  background: linear-gradient(180deg, #fffefb 0%, #fff8ea 100%);
  box-shadow: inset 0 0 0 1px rgba(247, 166, 0, 0.22), inset 0 -18px 30px rgba(247, 166, 0, 0.05);
}
@media (max-width: 1700px) {
  .single-product .composite_summary .summary_elements {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}
@media (max-width: 1300px) {
  .single-product .composite_summary .summary_elements {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}
@media (max-width: 980px) {
  .single-product .composite_summary .summary_elements {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .single-product .composite_summary .summary_elements {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .single-product .composite_summary .summary_elements > li.summary_element > .summary_element_wrapper_outer > .summary_element_wrapper > .summary_element_wrapper_inner {
    min-height: 170px;
    padding: 10px;
    border-radius: 16px;
  }
}
.single-product .composite_price {
  display: none !important;
}
.single-product .composite_button .quantity {
  display: none !important;
}
.single-product .single_add_to_cart_button {
  background-color: #f7a600 !important;
  outline: none !important;
}
.single-product .composite_add_to_cart_button {
  margin-left: 45px !important;
}
.single-product #cp-no-js-msg {
  display: none;
}

.wc-bookings-booking-form-button.single_add_to_cart_button {
  width: 100%;
  margin: 0 !important;
}

#wc-bookings-booking-form {
  position: relative;
  padding: 0px !important;
}
#wc-bookings-booking-form::before {
  content: "Réservez dès maintenant !";
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1em;
}
#wc-bookings-booking-form .wc-bookings-booking-cost {
  width: 100%;
  margin: auto;
  border-radius: 10px;
}
#wc-bookings-booking-form .ui-datepicker table {
  font-size: 14px;
}
#wc-bookings-booking-form {
  border: none !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
  padding: 0.5em 0;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  padding: 0.55em 0;
}
#wc-bookings-booking-form .wc-bookings-date-picker {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#wc-bookings-booking-form .wc-bookings-date-picker .picker {
  border-radius: 16px;
  overflow: hidden;
}
#wc-bookings-booking-form .ui-datepicker-header {
  border: none;
}
#wc-bookings-booking-form .ui-datepicker-calendar thead:first-child tr:first-child th {
  border: none;
}
#wc-bookings-booking-form .ui-datepicker-inline {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#wc-bookings-booking-form .ui-datepicker-header > * {
  background-color: #f7a600 !important;
  margin: 0;
}
#wc-bookings-booking-form .ui-datepicker-next .ui-icon,
#wc-bookings-booking-form .ui-datepicker-prev .ui-icon {
  scale: 1.6;
}
#wc-bookings-booking-form .bookable-range.selection-start-date, #wc-bookings-booking-form .bookable-range.selection-end-date {
  position: relative;
}
@media only screen and (max-width: 565px) {
  #wc-bookings-booking-form {
    padding-top: 120px !important;
  }
}

.single_add_to_cart_button {
  border-radius: 50px !important;
}

/*
* LOGIN
*/
.elementor-widget-woocommerce-my-account .woocommerce #customer_login {
  display: flex;
  justify-content: center;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form {
  height: unset !important;
  width: 100%;
  border-radius: 25px;
  border: 0.5px solid lightgray;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form button {
  background-color: #F7A600;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form a {
  color: #F7A600;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form .form-row:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form .form-row:nth-child(3) label {
  margin-bottom: 10px;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form .form-row:nth-child(3) label span {
  margin-left: 10px;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login > div form .switch-login-form-btn {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #F7A600;
}
.elementor-widget-woocommerce-my-account .woocommerce #customer_login .u-column2 {
  display: none;
}
.elementor-widget-woocommerce-my-account .woocommerce-form-login__submit {
  margin-top: 25px !important;
}

/*
* Front Notifications
*/
.woocommerce-notices-wrapper ul {
  border-radius: 10px;
}
.woocommerce-notices-wrapper ul li {
  padding-left: 40px !important;
}
.woocommerce-notices-wrapper ul::before {
  top: unset !important;
}

/*
* ACCOUNT
*/
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li {
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  border-radius: 15px 15px 0 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-radius: 0 0 15px 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #F7A600 !important;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #F7A600 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper:has(.woocommerce-EditAccountForm),
.woocommerce-MyAccount-content-wrapper address,
.woocommerce-MyAccount-content-wrapper .woocommerce-address-fields {
  border: none !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper {
  border-radius: 15px !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper a {
  color: #F7A600 !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper a.woocommerce-button {
  border: 1px solid #F7A600 !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper > h2 {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper button {
  background-color: #F7A600 !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .wc-booking-summary {
  border: none !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .wc-booking-summary .status-paid {
  background-color: #F7A600;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-table--order-details {
  border-radius: 15px !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper h2,
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper h3 {
  font-size: 32px;
  margin-bottom: 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .my_account_bookings,
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .my_account_pictures {
  padding: 25px;
  padding-bottom: 5px;
  border-radius: 15px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper address {
  border-radius: 15px !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm button {
  background-color: #F7A600 !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-address-fields {
  border-radius: 15px !important;
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 1024px) {
  .e-my-account-tabs-vertical {
    width: 90% !important;
    margin: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  #my-pictures .shop_table tbody tr td {
    width: 100% !important;
    text-align: center !important;
  }
  #my-pictures .shop_table tbody tr td::before {
    content: unset;
  }
  #my-pictures .shop_table tbody tr td .button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: auto !important;
  }
}
#shipping_method li label {
  text-transform: none !important;
}

#shipping-infos-cart,
#shipping-infos-checkout {
  margin-top: 50px;
}
#shipping-infos-cart p,
#shipping-infos-checkout p {
  text-align: center;
  font-family: "Plus Jakarta Sans";
  color: #494949;
}
#shipping-infos-cart .shipping-map-frame,
#shipping-infos-checkout .shipping-map-frame {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}
#shipping-infos-cart iframe,
#shipping-infos-checkout iframe {
  display: block;
  width: 100%;
  height: calc(100% + 60px);
  border: 0;
  transform: translateY(-60px);
}

#shipping-infos-checkout p {
  font-size: 18px;
}

.e-cart__container .e-cart__column form .e-cart-section {
  border-radius: 15px !important;
}
.e-cart__container .e-cart__column form .e-cart-section a {
  color: #F7A600 !important;
}
.e-cart__container .e-cart__column form .e-cart-section a:hover {
  color: #f28023 !important;
}
.e-cart__container .e-cart__column form .e-cart-section .coupon-col .e-apply-coupon {
  border: 2px solid #f7a600 !important;
  text-transform: none;
  outline: none;
}
.e-cart__container .e-cart__column form .e-cart-section .coupon-col .e-apply-coupon:focus {
  border: 2px solid #f7a600 !important;
}
.e-cart__container .e-cart__column form .e-cart-section .coupon-col input {
  border-radius: 10px !important;
  border: 1px solid lightgray;
}
.e-cart__container .e-cart__column .e-cart-totals .checkout-button {
  background-color: #f7a600 !important;
  border-radius: 50px !important;
  outline: none;
}
.e-cart__container .e-cart__column .shipping-calculator-button {
  color: #F7A600 !important;
}
.e-cart__container .e-cart__column .product-remove a.remove {
  color: #494949 !important;
}
.e-cart__container button {
  border: 2px solid #f7a600 !important;
  outline: none !important;
}

.woocommerce-info {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
  border-radius: 20px;
}

.woocommerce-MyAccount-content #my-pictures {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.woocommerce-MyAccount-content #my-pictures a {
  height: unset !important;
}
.woocommerce-MyAccount-content #my-pictures table {
  text-align: center;
}
.woocommerce-MyAccount-content #my-pictures table tbody tr td:nth-child(1),
.woocommerce-MyAccount-content #my-pictures table tbody tr td:nth-child(3) {
  width: 25%;
}
.woocommerce-MyAccount-content #my-pictures table tbody tr td:nth-child(2) {
  width: 50%;
}
.woocommerce-MyAccount-content #my-pictures table .button {
  border: 1px solid #F7A600;
  color: #F7A600;
  cursor: pointer;
  font-weight: bold;
}
.woocommerce-MyAccount-content #my-pictures #iframe-container {
  position: relative;
  display: none;
  border: 1px solid lightgray;
  width: 100%;
  padding: 40px;
  border-radius: 25px;
  min-height: 200px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.woocommerce-MyAccount-content #my-pictures #iframe-container h3 {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content #my-pictures #scrollAnchor {
  padding: 10px 0;
}
.woocommerce-MyAccount-content #my-pictures #pictures-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.woocommerce-MyAccount-content #my-pictures #pictures-loader .loader {
  width: 64px;
  height: 64px;
  position: relative;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid lightgray;
}
.woocommerce-MyAccount-content #my-pictures #pictures-loader .loader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) translate(30%, 40%);
  background: #ff9371;
  box-shadow: 32px -34px 0 5px #ff3d00;
  animation: slide 2s infinite ease-in-out alternate;
}
.woocommerce-MyAccount-content #my-pictures #pictures-loader .loader:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff3d00;
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: rotate 2s infinite ease-in-out;
}
@keyframes slide {
  0%, 100% {
    bottom: -35px;
  }
  25%, 75% {
    bottom: -2px;
  }
  20%, 80% {
    bottom: 2px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-15deg);
  }
  25%, 75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}

@media only screen and (max-width: 769px) {
  .e-shop-table {
    width: 85%;
    margin: auto !important;
    margin-bottom: 40px !important;
  }
  .e-shop-table .product-name {
    padding: 0 !important;
  }
  .e-cart-section {
    width: 85%;
    margin: auto !important;
    margin-top: 40px !important;
  }
}
.woocommerce-MyAccount-navigation ul li {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 5px !important;
  transition: 0.2s ease-in-out;
  background-color: white !important;
  overflow: hidden;
  border-radius: 10px !important;
}
.woocommerce-MyAccount-navigation ul li:after {
  content: "";
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 8px !important;
  height: 60px !important;
  background-color: #f7a600 !important;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li:hover, .woocommerce-MyAccount-navigation ul li.is-active {
  width: 105% !important;
}
.woocommerce-MyAccount-navigation ul li:hover::after, .woocommerce-MyAccount-navigation ul li.is-active::after {
  opacity: 1;
}

.e-checkout__container button {
  background-color: #F7A600 !important;
  color: white !important;
  border: none !important;
}
.e-checkout__container a {
  color: #F7A600 !important;
}
.e-checkout__container .col-1,
.e-checkout__container .col-2,
.e-checkout__container .woocommerce-additional-fields,
.e-checkout__container .e-checkout__order_review,
.e-checkout__container .e-coupon-box,
.e-checkout__container .woocommerce-checkout-payment {
  border-radius: 15px !important;
}

.post-30085.page h1 {
  font-size: 40px !important;
  padding: 25px 0;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.woocommerce-order a {
  color: #F7A600 !important;
}
.woocommerce-order .wc-booking-summary {
  border: none !important;
  width: 90%;
}
.woocommerce-order .wc-booking-summary .status-paid {
  background-color: #F7A600;
}
.woocommerce-order h2 {
  font-size: 40px !important;
}
.woocommerce-order address {
  padding: 20px !important;
}
.woocommerce-order section.addresses {
  padding-top: 40px;
}

.woocommerce-message {
  border-radius: 10px !important;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 50px;
}

.woocommerce-error {
  border-radius: 10px !important;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 50px;
}
.woocommerce-error li {
  padding-left: 10px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 35px !important;
}

.not_bookable_by_rules {
  background: red !important;
}
.not_bookable_by_rules * {
  color: white !important;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
  background-color: #f28023 !important;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked.bookable-range a {
  background-color: #c4681d !important;
}

.woocommerce-notices-wrapper {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}

#remind-button {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #f7a600;
  border-radius: 50% 0 0 50%;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#remind-button svg {
  width: 50%;
  height: 50%;
  color: white;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
#remind-button svg path {
  stroke-width: 1px;
}
#remind-button:hover svg {
  scale: 1.1;
}

.composite_summary .summary_element_image img.summary_element_content {
  margin: 0 !important;
}

.composite_navigation.top {
  display: none !important;
}

.composite_pagination {
  display: block !important;
}

.small_width .summary_element_image {
  width: 100% !important;
}

.component_option_thumbnail .image {
  width: 100% !important;
}

/*
 * Single Page Product SEO Text
 */
.single-product .seo-text {
  width: 80%;
  position: relative;
  display: block;
  margin: auto;
}

.single-product .seo-text h1,
.single-product .seo-text h1 span {
  font-size: 44px;
  font-weight: 700 !important;
  margin-bottom: 25px;
  margin-top: 100px;
}

.single-product .seo-text h2,
.single-product .seo-text h2 span {
  font-size: 34px;
  font-weight: 500 !important;
  margin-bottom: 25px;
  margin-top: 80px;
}

.single-product .seo-text h2:nth-of-type(1),
.single-product .seo-text h2:nth-of-type(1) span {
  margin-top: 0;
}

.single-product .seo-text p {
  text-align: justify;
}

[data-elementor-type=single-post] h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 60px !important;
  margin-bottom: 25px !important;
}

[data-elementor-type=single-post] h3 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

[data-elementor-type=single-post] figure {
  width: 100% !important;
  margin: 50px 0;
}

[data-elementor-type=single-post] img {
  width: 100% !important;
}

/*
 * Global responsive container
 * */
@media only screen and (max-width: 1650px) {
  [data-elementor-type=wp-page] {
    margin: 0 10px !important;
  }
}
body .pagination_elements_wrapper.pagination_elements_wrapper {
  --pb-bg: #eef1f6;
  --pb-line: #d9dfe9;
  --pb-text: #5f6b7a;
  --pb-title: #1e293b;
  --pb-accent: #f7a600;
  --pb-accent-2: #ffcc66;
  --pb-success: #16a34a;
  --pb-radius: 12px;
  width: 100%;
  margin: 5px 0 25px;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: var(--pb-line);
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element::after,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner::after {
  background-image: none !important;
  clip-path: none !important;
  transform: none;
  filter: none;
  text-shadow: none;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element::after,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner::after {
  content: none !important;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element {
  flex: 1 1 0;
  min-width: 0;
  height: inherit;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  background-color: white;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 6px 12px;
  border-radius: var(--pb-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e3e8f1;
  box-shadow: 0 1px 1px rgba(16, 24, 40, 0.04), 0 4px 10px rgba(16, 24, 40, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_index {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0 !important;
  margin: 0;
  text-indent: 0;
  letter-spacing: 0;
  color: var(--pb-text);
  background: var(--pb-bg);
  border: 1px solid #d3d9e3;
  transition: all 180ms ease;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_index::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_index::after {
  content: none !important;
  display: none !important;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > span.element_index::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > span.element_index::after,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element.pagination_element_current > .element_inner > span.element_index::before,
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element.pagination_element_current > .element_inner > span.element_index::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_title {
  min-width: 0;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_title > .element_link {
  display: block;
  font-size: 0.84rem;
  line-height: 1.15;
  font-weight: 600;
  color: #3f4a59;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: color 160ms ease, opacity 160ms ease;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element:hover > .element_inner {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(16, 24, 40, 0.08), 0 8px 14px rgba(16, 24, 40, 0.1);
  border-color: #cfd8e6;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element_current > .element_inner {
  background: linear-gradient(135deg, #fff7e6 0%, #fff2cc 100%);
  border-color: rgba(247, 166, 0, 0.65);
  box-shadow: 0 0 0 2px rgba(247, 166, 0, 0.2), 0 4px 10px rgba(247, 166, 0, 0.16);
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element_current > .element_inner > .element_index {
  color: #fff;
  background: linear-gradient(135deg, var(--pb-accent) 0%, var(--pb-accent-2) 100%);
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(247, 166, 0, 0.28);
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element_current > .element_inner > .element_title > .element_link {
  color: #7a4d00;
  font-weight: 700;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element.is-complete > .element_inner {
  border-color: rgba(247, 166, 0, 0.65);
  background: #fff;
  box-shadow: none;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element.is-complete > .element_inner > .element_index {
  color: transparent;
  background: #fff;
  border-color: rgba(247, 166, 0, 0.65);
  box-shadow: none;
  position: relative;
  font-size: 0;
}
body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element.is-complete > .element_inner > .element_index::before {
  content: "✓" !important;
  display: block !important;
  color: #f7a600;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements {
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px !important;
    scroll-snap-type: x mandatory;
  }
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element {
    margin-top: 5px !important;
    flex: 0 0 140px;
    scroll-snap-align: start;
  }
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_title > .element_link {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 640px) {
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner {
    padding: 11px 11px;
    gap: 8px;
  }
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_index {
    width: 23px;
    height: 23px;
    font-size: 0.72rem;
  }
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_title > .element_link {
    font-size: 0.82rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner,
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_index,
  body .pagination_elements_wrapper.pagination_elements_wrapper > .pagination_elements > .pagination_element > .element_inner > .element_title > .element_link {
    transition: none !important;
  }
}

body .composite_form {
  padding: 0 !important;
}
body .composite_form .composite_pagination {
  margin: 0;
}

/*
 * Composite option cards - shared style for all component steps.
 * Applies to every thumbnails block: #component_option_thumbnails_<id>
 */
body.single-product .component_options_inner {
  margin-top: 10px;
}

body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails {
  margin-top: 0;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 18px;
}
@media (max-width: 1600px) {
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
  }
}
@media (max-width: 1400px) {
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
  }
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail {
  width: 100%;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #dfe4ee;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail:hover {
  transform: translateY(-1px);
  border-color: #cfd8e6;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08), 0 10px 22px rgba(15, 23, 42, 0.08);
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_image,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .component_option_thumbnail .image {
  display: block !important;
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: none !important;
  overflow: hidden;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_image img,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .component_option_thumbnail .image img {
  border-radius: 0 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .component_option_thumbnail_link {
  display: block;
  width: 100%;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_image img,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .component_option_thumbnail .image img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px 18px 0 0;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1 1 auto;
  gap: 4px;
  margin: 0;
  padding: 15px 14px 10px;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_title.title {
  margin: 0 0 12px;
  width: 100%;
  text-align: center;
  color: #1f2937 !important;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price {
  margin: auto 0 12px;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8a4f00 !important;
  background: linear-gradient(180deg, #fff8e9 0%, #ffeec9 100%);
  border: 1px solid #f0c87f;
  box-shadow: 0 1px 3px rgba(107, 67, 0, 0.12);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price .amount,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price bdi {
  font-weight: 800;
  color: #8a4f00 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price del {
  order: 1;
  opacity: 1;
  margin-right: 3px;
  color: #8a94a6 !important;
  font-size: 0.88em;
  font-weight: 600;
  text-decoration-color: #c35f5f;
  text-decoration-thickness: 1.8px;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price ins {
  order: 2;
  text-decoration: none;
  color: #8a4f00 !important;
  font-size: 1em;
  font-weight: 900;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description {
  width: 100%;
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description p {
  margin: 0 0 0.5em;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description .guest-tips {
  padding: 6px 8px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #f7a600;
  background-color: #fff4dd;
  color: #f7a600;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description ul,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description ol {
  display: inline-block;
  margin: 0;
  padding-left: 18px;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_option_description li {
  margin: 0;
  padding-bottom: 0.5em;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_buttons {
  margin-top: auto;
  padding: 0 12px 12px;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_buttons .component_option_thumbnail_select {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 999px !important;
  background: #8f97a6;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 1 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected {
  border-color: rgba(247, 166, 0, 0.7);
  background: linear-gradient(180deg, #fffefb 0%, #fff8ea 100%);
  box-shadow: 0 0 0 2px rgba(247, 166, 0, 0.12), 0 6px 16px rgba(15, 23, 42, 0.08);
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_title.title {
  color: #6b4300 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price {
  color: #7a4500 !important;
  background: linear-gradient(180deg, #fff2d8 0%, #ffe2ab 100%);
  border-color: #dfaf5f;
  box-shadow: 0 2px 6px rgba(247, 166, 0, 0.22);
  opacity: 1 !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price *,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price bdi,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price .amount,
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_price.price .woocommerce-Price-currencySymbol {
  color: #6b4300 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail.selected .thumbnail_buttons .component_option_thumbnail_select {
  background: #f7a600 !important;
  color: #ffffff !important;
  border: 1px solid #dc9400 !important;
  opacity: 1 !important;
  box-shadow: 0 2px 8px rgba(247, 166, 0, 0.35) !important;
}
@media (max-width: 1024px) {
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 14px;
  }
}
@media (max-width: 640px) {
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails > .component_option_thumbnails_container > .component_option_thumbnail_container > .component_option_thumbnail {
    min-height: 170px;
    border-radius: 16px;
  }
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_title.title {
    font-size: 1.08rem;
  }
  body.single-product .component_options_inner > .component_option_thumbnails[id^=component_option_thumbnails_].component_option_thumbnails .thumbnail_price.price {
    font-size: 0.98rem;
  }
}

.composite_form .cart .composite_add_to_cart_button {
  margin: 24px 0 !important;
}/*# sourceMappingURL=style.css.map */