/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/header/style.sass ***!
  \************************************************************************************************************************************************************************/
.up-hidden {
  display: none;
}

@media (width >= 40rem) {
  .up-sm\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .up-md\:hidden {
    display: none;
  }
}

@media (width >= 64rem) {
  .up-lg\:hidden {
    display: none;
  }
}

@media (width >= 80rem) {
  .up-xl\:hidden {
    display: none;
  }
}

@media (width >= 96rem) {
  .up-xxl\:hidden {
    display: none;
  }
}

.up-block {
  display: block;
}

@media (width >= 40rem) {
  .up-sm\:block {
    display: block;
  }
}

@media (width >= 48rem) {
  .up-md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .up-lg\:block {
    display: block;
  }
}

@media (width >= 80rem) {
  .up-xl\:block {
    display: block;
  }
}

@media (width >= 96rem) {
  .up-xxl\:block {
    display: block;
  }
}

.up-flex {
  display: flex;
}

@media (width >= 40rem) {
  .up-sm\:flex {
    display: flex;
  }
}

@media (width >= 48rem) {
  .up-md\:flex {
    display: flex;
  }
}

@media (width >= 64rem) {
  .up-lg\:flex {
    display: flex;
  }
}

@media (width >= 80rem) {
  .up-xl\:flex {
    display: flex;
  }
}

@media (width >= 96rem) {
  .up-xxl\:flex {
    display: flex;
  }
}

.up-product-details {
  font-size: var(--upsell-text_font_size, 14px);
}
.up-product-details .up-product-url {
  color: var(--upsell-text_color, var(--color-primary));
  font-family: var(--template-headings-font), sans-serif;
  padding-bottom: 2px;
  hyphens: auto;
}
.up-product-details .up-product-url:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
.up-product-details .up-product-url.up-product-url-info {
  height: 20px;
  display: inline-block;
}
.up-product-details .up-product-url.up-product-url-info img {
  width: 15px;
  padding-bottom: 2px;
  transition: width 0.5s;
}
.up-product-details .up-product-url.up-product-url-info:hover img {
  width: 16px;
}
.up-product-details .up-price {
  font-weight: 700;
  color: var(--upsell-price_color, #333);
}
.up-product-details .up-price.up-price-type-cart_product, .up-product-details .up-price.up-price-type-cart {
  color: var(--upsell-price_color_cart, #808080);
}
.up-product-details .up-price .up-price-common {
  text-decoration: line-through;
  color: var(--upsell-sale_price_color, #e81616);
  font-weight: normal;
  margin-right: 8px;
  white-space: nowrap;
}
.up-product-details .up-price .up-price-common-percentage {
  padding: 0 4px;
  background: var(--upsell-sale_price_background, #e81616);
  color: var(--upsell-sale_price_color, #fff);
  font-weight: normal;
  margin-right: 8px;
  text-align: center;
  max-width: 56px;
  white-space: nowrap;
}
.up-product-details .up-price .up-price-current {
  white-space: nowrap;
}

.up-disabled {
  cursor: not-allowed !important;
}

.up-disabled button:not(.remove-item),
.up-disabled span:not(.show-tooltip),
.up-disabled input {
  cursor: not-allowed !important;
  pointer-events: none;
}

#upsell-loading {
  width: 20px;
  height: 20px;
}

.up-more {
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.up-more .up-more-link {
  text-decoration: none !important;
}
.up-more .up-more-link:hover {
  text-decoration: underline !important;
}

.up-add-to-cart-prompt {
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: var(--upsell-add_to_cart_prompt_color, #6c6c6c);
  display: none;
  margin-bottom: 10px !important;
}

.up-product-total-price {
  line-height: 20px;
  font-size: 12px;
  font-style: italic;
  color: var(--upsell-product-total-price-color, #6c6c6c);
}

.up-product-name-appendix {
  color: #aaa;
  font-style: italic;
  font-size: 13px;
}

.dots-loading:after {
  content: " ...";
  animation: dots 1s steps(5, end) infinite;
  animation-delay: 0s;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.up-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  top: -4px;
  left: 0;
}
.up-tooltip.up-tooltip-increase {
  left: 50%;
  transform: translateX(60%);
}
.up-tooltip.up-tooltip-decrease {
  left: 50%;
  transform: translateX(-160%);
}
.up-tooltip .up-tooltip-text {
  font-size: 12px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  padding: 6px 8px;
  visibility: hidden;
  width: 200px;
  text-align: center;
  border: 1px solid #000;
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.up-tooltip .up-tooltip-text.show {
  visibility: visible;
  opacity: 1;
}

.up-products-cart-table-cart_product {
  --upsell-title_font_size: var(--upsell-crtp-title_font_size);
  --upsell-title_font_weight: var(--upsell-crtp-title_font_weight);
  --upsell-text_font_size: var(--upsell-crtp-text_font_size);
  --upsell-text_length_limit: var(--upsell-crtp-text_length_limit);
  --upsell-text_color: var(--upsell-crtp-text_color);
  --upsell-header_color: var(--upsell-crtp-header_color);
  --upsell-price_color: var(--upsell-crtp-price_color);
  --upsell-price_color_cart: var(--upsell-crtp-price_color_cart);
  --upsell-sale_price_color: var(--upsell-crtp-sale_price_color);
  --upsell-sale_price_background: var(--upsell-crtp-sale_price_background);
  --upsell-disabled_quantity_color: var(--upsell-crtp-disabled_quantity_color);
  --upsell-button_text_color: var(--upsell-crtp-button_text_color);
  --upsell-button_background_color: var(--upsell-crtp-button_background_color);
  --upsell-button_background_hover_color: var(--upsell-crtp-button_background_hover_color);
  --upsell-button_rounded_corners: var(--upsell-crtp-button_rounded_corners);
  --upsell-padding_top: var(--upsell-crtp-padding_top);
  --upsell-padding_bottom: var(--upsell-crtp-padding_bottom);
  --upsell-padding_left: var(--upsell-crtp-padding_left);
  --upsell-padding_right: var(--upsell-crtp-padding_right);
  --upsell-margin_top: var(--upsell-crtp-margin_top);
  --upsell-margin_bottom: var(--upsell-crtp-margin_bottom);
  --upsell-margin_left: var(--upsell-crtp-margin_left);
  --upsell-margin_right: var(--upsell-crtp-margin_right);
  --upsell-header_margin_top: var(--upsell-crtp-header_margin_top);
  --upsell-header_margin_bottom: var(--upsell-crtp-header_margin_bottom);
  --upsell-border: var(--upsell-crtp-border);
  --upsell-border_radius: var(--upsell-crtp-border_radius);
  --upsell-has_box_shadow: var(--upsell-crtp-has_box_shadow);
  --upsell-header_alignment: var(--upsell-crtp-header_alignment);
  --upsell-image_size: var(--upsell-crtp-image_size);
  --upsell-image_margin_right: var(--upsell-crtp-image_margin_right);
  --upsell-cart_border_radius: var(--upsell-crtp-cart_border_radius);
  --upsell-cart_drop_shadow: var(--upsell-crtp-cart_box_shadow);
  --upsell-cart_table_container_background_color: var(--upsell-crtp-cart_table_container_background_color);
  --upsell-cart_carousel_slide_image_object_fit: var(--upsell-crtp-cart_carousel_image_crop, none);
  --upsell-cart_block_columns: var(--upsell-crtp-cart_block_columns);
  --upsell-cart_block_size: var(--upsell-crtp-cart_block_size);
  --upsell-cart_block_carousel_image_border: var(--upsell-crtp-cart_block_carousel_image_border);
  --upsell-widget_title: var(--upsell-crtp-widget_title);
  --upsell-show_more_text: var(--upsell-crtp-show_more_text);
  --upsell-cart_buy_header: var(--upsell-crtp-cart_buy_header);
  --upsell-cart_added_header: var(--upsell-crtp-cart_added_header);
  --upsell-add_to_cart_prompt_text: var(--upsell-crtp-add_to_cart_prompt_text);
  --upsell-add_to_cart_prompt_color: var(--upsell-crtp-add_to_cart_prompt_color);
  --upsell-cart_addon_label_text: var(--upsell-crtp-cart_addon_label_text);
  --upsell-addon_border_color: var(--upsell-crtp-addon_border_color);
}

.up-products-cart-table-cart {
  --upsell-title_font_size: var(--upsell-crt-title_font_size);
  --upsell-title_font_weight: var(--upsell-crt-title_font_weight);
  --upsell-text_font_size: var(--upsell-crt-text_font_size);
  --upsell-text_length_limit: var(--upsell-crt-text_length_limit);
  --upsell-text_color: var(--upsell-crt-text_color);
  --upsell-header_color: var(--upsell-crt-header_color);
  --upsell-price_color: var(--upsell-crt-price_color);
  --upsell-price_color_cart: var(--upsell-crt-price_color_cart);
  --upsell-sale_price_color: var(--upsell-crt-sale_price_color);
  --upsell-sale_price_background: var(--upsell-crt-sale_price_background);
  --upsell-disabled_quantity_color: var(--upsell-crt-disabled_quantity_color);
  --upsell-button_text_color: var(--upsell-crt-button_text_color);
  --upsell-button_background_color: var(--upsell-crt-button_background_color);
  --upsell-button_background_hover_color: var(--upsell-crt-button_background_hover_color);
  --upsell-button_rounded_corners: var(--upsell-crt-button_rounded_corners);
  --upsell-padding_top: var(--upsell-crt-padding_top);
  --upsell-padding_bottom: var(--upsell-crt-padding_bottom);
  --upsell-padding_left: var(--upsell-crt-padding_left);
  --upsell-padding_right: var(--upsell-crt-padding_right);
  --upsell-margin_top: var(--upsell-crt-margin_top);
  --upsell-margin_bottom: var(--upsell-crt-margin_bottom);
  --upsell-margin_left: var(--upsell-crt-margin_left);
  --upsell-margin_right: var(--upsell-crt-margin_right);
  --upsell-header_margin_top: var(--upsell-crt-header_margin_top);
  --upsell-header_margin_bottom: var(--upsell-crt-header_margin_bottom);
  --upsell-border: var(--upsell-crt-border);
  --upsell-border_radius: var(--upsell-crt-border_radius);
  --upsell-has_box_shadow: var(--upsell-crt-has_box_shadow);
  --upsell-header_alignment: var(--upsell-crt-header_alignment);
  --upsell-image_size: var(--upsell-crt-image_size);
  --upsell-image_margin_right: var(--upsell-crt-image_margin_right);
  --upsell-cart_border_radius: var(--upsell-crt-cart_border_radius);
  --upsell-cart_drop_shadow: var(--upsell-crt-cart_box_shadow);
  --upsell-cart_table_container_background_color: var(--upsell-crt-cart_table_container_background_color);
  --upsell-cart_carousel_slide_image_object_fit: var(--upsell-crt-cart_carousel_image_crop, none);
  --upsell-cart_block_columns: var(--upsell-crt-cart_block_columns);
  --upsell-cart_block_size: var(--upsell-crt-cart_block_size);
  --upsell-cart_block_carousel_image_border: var(--upsell-crt-cart_block_carousel_image_border);
  --upsell-widget_title: var(--upsell-crt-widget_title);
  --upsell-show_more_text: var(--upsell-crt-show_more_text);
  --upsell-cart_buy_header: var(--upsell-crt-cart_buy_header);
  --upsell-cart_added_header: var(--upsell-crt-cart_added_header);
  --upsell-add_to_cart_prompt_text: var(--upsell-crt-add_to_cart_prompt_text);
  --upsell-add_to_cart_prompt_color: var(--upsell-crt-add_to_cart_prompt_color);
  --upsell-cart_addon_label_text: var(--upsell-crt-cart_addon_label_text);
  --upsell-addon_border_color: var(--upsell-crt-addon_border_color);
}

.up-cart-offers-slot {
  --upsell-title_font_size: var(--upsell-crt-title_font_size);
  --upsell-title_font_weight: var(--upsell-crt-title_font_weight);
  --upsell-text_font_size: var(--upsell-crt-text_font_size);
  --upsell-text_length_limit: var(--upsell-crt-text_length_limit);
  --upsell-text_color: var(--upsell-crt-text_color);
  --upsell-header_color: var(--upsell-crt-header_color);
  --upsell-price_color: var(--upsell-crt-price_color);
  --upsell-price_color_cart: var(--upsell-crt-price_color_cart);
  --upsell-sale_price_color: var(--upsell-crt-sale_price_color);
  --upsell-sale_price_background: var(--upsell-crt-sale_price_background);
  --upsell-disabled_quantity_color: var(--upsell-crt-disabled_quantity_color);
  --upsell-button_text_color: var(--upsell-crt-button_text_color);
  --upsell-button_background_color: var(--upsell-crt-button_background_color);
  --upsell-button_background_hover_color: var(--upsell-crt-button_background_hover_color);
  --upsell-button_rounded_corners: var(--upsell-crt-button_rounded_corners);
  --upsell-padding_top: var(--upsell-crt-padding_top);
  --upsell-padding_bottom: var(--upsell-crt-padding_bottom);
  --upsell-padding_left: var(--upsell-crt-padding_left);
  --upsell-padding_right: var(--upsell-crt-padding_right);
  --upsell-margin_top: var(--upsell-crt-margin_top);
  --upsell-margin_bottom: var(--upsell-crt-margin_bottom);
  --upsell-margin_left: var(--upsell-crt-margin_left);
  --upsell-margin_right: var(--upsell-crt-margin_right);
  --upsell-header_margin_top: var(--upsell-crt-header_margin_top);
  --upsell-header_margin_bottom: var(--upsell-crt-header_margin_bottom);
  --upsell-border: var(--upsell-crt-border);
  --upsell-border_radius: var(--upsell-crt-border_radius);
  --upsell-has_box_shadow: var(--upsell-crt-has_box_shadow);
  --upsell-header_alignment: var(--upsell-crt-header_alignment);
  --upsell-image_size: var(--upsell-crt-image_size);
  --upsell-image_margin_right: var(--upsell-crt-image_margin_right);
  --upsell-cart_border_radius: var(--upsell-crt-cart_border_radius);
  --upsell-cart_drop_shadow: var(--upsell-crt-cart_box_shadow);
  --upsell-cart_table_container_background_color: var(--upsell-crt-cart_table_container_background_color);
  --upsell-cart_carousel_slide_image_object_fit: var(--upsell-crt-cart_carousel_image_crop, none);
  --upsell-cart_block_columns: var(--upsell-crt-cart_block_columns);
  --upsell-cart_block_size: var(--upsell-crt-cart_block_size);
  --upsell-cart_block_carousel_image_border: var(--upsell-crt-cart_block_carousel_image_border);
  --upsell-widget_title: var(--upsell-crt-widget_title);
  --upsell-show_more_text: var(--upsell-crt-show_more_text);
  --upsell-cart_buy_header: var(--upsell-crt-cart_buy_header);
  --upsell-cart_added_header: var(--upsell-crt-cart_added_header);
  --upsell-add_to_cart_prompt_text: var(--upsell-crt-add_to_cart_prompt_text);
  --upsell-add_to_cart_prompt_color: var(--upsell-crt-add_to_cart_prompt_color);
  --upsell-cart_addon_label_text: var(--upsell-crt-cart_addon_label_text);
  --upsell-addon_border_color: var(--upsell-crt-addon_border_color);
  width: 100%;
}

.up-cart-offers-slot-template-disco {
  order: 3;
  margin-top: 10px;
}

.cart-table tbody {
  display: table-row-group !important;
}
.cart-table tr.up-cart-header-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
}
@media (max-width: 992px) {
  .cart-table tr.up-cart-header-container {
    padding-bottom: 0;
  }
}

.up-products-cart-space {
  border: 0 !important;
  min-height: initial !important;
  display: none;
}

.up-products-cart-table-wrapper {
  container-type: inline-size;
  width: 100%;
}

.up-products-cart-table {
  width: 100% !important;
}

.up-products-cart {
  padding: 0 !important;
  font-size: var(--upsell-text_font_size, 14px);
  display: table-row !important;
}
.up-products-cart tr > td {
  padding: 0 !important;
}
.up-products-cart .up-product-url {
  display: block;
  hyphens: auto;
  align-content: center;
  color: var(--upsell-text_color, var(--color-primary));
}
.up-products-cart .up-product-url:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart.with-rounded-corners a, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart.with-rounded-corners a, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart a, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart a, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 6px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart a svg, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart a svg, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-select-addon-button a svg {
  width: 22px;
  height: 22px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart a:hover, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart a:hover, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-products-cart.up-products-cart-template-disco .up-product td .up-product-add-to-cart svg, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-remove-from-cart svg, .up-products-cart.up-products-cart-template-disco .up-product td .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-products-cart td.up-addons-cell {
  padding: 3px 5px !important;
}
.up-products-cart td.up-addons-cell table {
  margin: var(--upsell-margin_top, 0) var(--upsell-margin_left, 0) var(--upsell-margin_bottom, 10px) var(--upsell-margin_right, 0) !important;
  width: 100%;
}
.up-products-cart td.up-add-to-cart-cell {
  grid-area: add-to-cart;
  display: contents;
}
.up-products-cart td.up-add-to-cart-cell .up-product-add-to-cart {
  align-content: center;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .up-products-cart td.up-add-to-cart-cell {
    padding: 0 12px 0 0 !important;
    width: 14px;
  }
}
.up-products-cart td {
  border: none !important;
}
.up-products-cart td.up-cart-header {
  padding: 0 !important;
}
.up-products-cart td.up-cart-header h4 {
  padding-top: 0 !important;
  display: block !important;
}
.up-products-cart td.up-cart-header h4.up-cart-header-cart_product {
  margin-top: var(--upsell-crtp-header_margin_top, 10px);
  margin-bottom: var(--upsell-crtp-header_margin_bottom, 20px);
  color: var(--upsell-crtp-header_color, #333333);
  font-size: var(--upsell-crtp-title_font_size, 18px);
  font-weight: var(--upsell-crtp-title_font_weight, 700);
  text-align: var(--upsell-crtp-header_alignment, left) !important;
}
.up-products-cart td.up-cart-header h4.up-cart-header-cart {
  margin-top: var(--upsell-crt-header_margin_top, 10px);
  margin-bottom: var(--upsell-crt-header_margin_bottom, 20px);
  color: var(--upsell-crt-header_color, #333333);
  font-size: var(--upsell-crt-title_font_size, 18px);
  font-weight: var(--upsell-crt-title_font_weight, 700);
  text-align: var(--upsell-crt-header_alignment, left) !important;
}
@media (max-width: 992px) {
  .up-products-cart td:first-child:not(.up-image, .up-cart-header, .up-show-more-button-cell) {
    width: 0 !important;
    flex-grow: inherit !important;
    flex-shrink: inherit !important;
  }
}
.up-products-cart .up-product {
  display: grid !important;
  padding: var(--upsell-padding_top, 12px) var(--upsell-padding_right, 0) var(--upsell-padding_bottom, 12px) var(--upsell-padding_left, 0) !important;
  grid-template-areas: "image name details" "variants variants add-to-cart";
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  justify-content: initial !important;
  grid-auto-columns: minmax(max-content, calc(var(--upsell-image_size) - 24px)) auto min-content min-content min-content;
  column-gap: var(--upsell-image_margin_right, 0);
  row-gap: var(--upsell-row_gap, 6px);
}
.up-products-cart .up-product:last-child {
  border-bottom: none;
}
.up-products-cart .up-product .up-product-variants {
  width: auto;
}
@container (min-width: 300px) {
  .up-products-cart .up-product {
    grid-template-areas: "image name details add-to-cart" "variants variants variants variants";
  }
}
@container (min-width: 600px) {
  .up-products-cart .up-product {
    grid-template-areas: "image name variants details add-to-cart";
    grid-auto-columns: minmax(max-content, calc(var(--upsell-image_size) - 24px)) auto auto minmax(min-content, 130px) min-content;
  }
}
@media (max-width: 992px) {
  .up-products-cart .up-product {
    flex-wrap: wrap;
    padding: 5px !important;
  }
}
.up-products-cart .up-product.as-hidden {
  display: none !important;
}
.up-products-cart .up-product td .up-product-add-to-cart.with-rounded-corners a, .up-products-cart .up-product td .up-product-remove-from-cart.with-rounded-corners a, .up-products-cart .up-product td .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-products-cart .up-product td .up-product-add-to-cart a, .up-products-cart .up-product td .up-product-remove-from-cart a, .up-products-cart .up-product td .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 6px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-products-cart .up-product td .up-product-add-to-cart a svg, .up-products-cart .up-product td .up-product-remove-from-cart a svg, .up-products-cart .up-product td .up-product-select-addon-button a svg {
  width: 22px;
  height: 22px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-products-cart .up-product td .up-product-add-to-cart a:hover, .up-products-cart .up-product td .up-product-remove-from-cart a:hover, .up-products-cart .up-product td .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-products-cart .up-product td .up-product-add-to-cart svg, .up-products-cart .up-product td .up-product-remove-from-cart svg, .up-products-cart .up-product td .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-products-cart .up-product td.up-product-name {
  grid-area: name;
  text-align: left;
  justify-content: flex-start;
  line-height: 20px;
  width: 100%;
  display: contents;
}
@media (max-width: 768px) {
  .up-products-cart .up-product td.up-product-name {
    align-self: center;
  }
}
.up-products-cart .up-product td.up-product-variants {
  grid-area: variants;
  text-align: right;
  justify-self: end;
  padding: 0 !important;
}
.up-products-cart .up-product td.up-product-variants:empty {
  display: none;
}
.up-products-cart .up-product td.up-product-variants select.up-variants {
  max-width: 200px;
  max-height: 36px;
}
.up-products-cart .up-product td.up-product-details {
  display: contents;
  grid-area: details;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.up-products-cart .up-product td.up-product-details .up-price {
  justify-content: right;
  display: flex;
  column-gap: 6px;
  flex-wrap: wrap;
}
.up-products-cart .up-product td.up-product-details .up-price-common-percentage {
  margin-right: 0px;
}
.up-products-cart .up-product td.up-product-details .up-price-common {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .up-products-cart .up-product td.up-product-details {
    padding: 0 12px 0 0;
  }
}
.up-products-cart .up-product td.up-product-details .up-price-current {
  display: block;
}
@media (max-width: 992px) {
  .up-products-cart .up-product td.up-product-details .up-price-current {
    display: inline-block;
  }
}
.up-products-cart .up-product .up-image {
  grid-area: image;
}
.up-products-cart .up-product .up-image img {
  max-width: none;
  width: calc(var(--upsell-image_size) - 24px);
}
@media (max-width: 992px) {
  .up-products-cart .up-product .up-image img {
    width: calc(var(--upsell-image_size) - var(--upsell-image_margin_right, 10px));
  }
}
@media (max-width: 375px) {
  .up-products-cart .up-product .up-image img {
    width: calc(70px - var(--upsell-image_margin_right, 10px));
  }
}
.up-products-cart .up-show-more-button-cell {
  padding: 10px 0 !important;
}
.up-products-cart .up-show-more-button-cell.no-button {
  border-top: 0;
}
.up-products-cart.up-products-cart-template-techno .up-product-add-to-cart.with-rounded-corners > a, .up-products-cart.up-products-cart-template-disco .up-product-add-to-cart.with-rounded-corners > a {
  padding: 5px;
}

.up-addon-cart-name {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  background: var(--upsell-sale_price_background, #e81616);
  color: var(--upsell-sale_price_color, #fff);
  padding: 0 4px;
}

.up-addon-cart-cell {
  display: block;
  text-align: center;
}
.up-addon-cart-cell.up-addon-cart-cell-samba {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  order: 8;
}
.up-addon-cart-cell .up-addon-cart-price {
  font-size: 12px;
}
.up-addon-cart-cell .up-addon-cart-price .up-addon-cart-percentage {
  padding: 0 4px;
  background: var(--upsell-sale_price_background, #e81616);
  color: var(--upsell-sale_price_color, #fff);
  font-weight: normal;
}
.up-addon-cart-cell .up-addon-cart-price .up-addon-cart-price-original {
  text-decoration: line-through;
  color: var(--upsell-sale_price_color, #e81616);
  font-weight: normal;
}
td.up-addon-cart-cell {
  position: relative;
  display: none !important;
}
@media (max-width: 992px) {
  td.up-addon-cart-cell {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
  }
}
td.up-addon-cart-cell .up-addon-cart-price {
  position: relative;
  top: 0;
}

@media (max-width: 992px) {
  span.up-addon-cart-cell {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .up-products-cart .up-product td {
    flex: 0 0 33.33%;
    box-sizing: border-box;
  }
  .up-products-cart .up-product td.up-image {
    width: auto;
    flex: 0 0 auto;
  }
  .up-products-cart .up-product td.up-product-name {
    flex: 1;
  }
  .up-products-cart .up-product td.up-product-variants {
    flex: 0 0 100%;
    order: 2;
  }
  .up-products-cart .up-product td.up-add-to-cart-cell {
    flex: 0 0 25%;
    order: 3;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .up-products-cart .up-product td.up-add-to-cart-cell .up-product-add-to-cart {
    justify-self: right;
  }
  .up-products-cart .up-product td.up-product-details {
    flex: 0;
    flex-direction: column;
    align-items: end;
    justify-content: center;
  }
  .up-products-cart .up-product td.up-product-details .up-price {
    display: flex;
    flex-wrap: wrap;
    justify-self: right;
    justify-content: right;
    line-height: 20px;
    column-gap: 6px;
    text-align: right;
    white-space: nowrap;
  }
  .up-products-cart .up-product td.up-product-details .up-price > span {
    box-sizing: border-box;
  }
  .up-products-cart .up-product td.up-product-details .up-price > span.up-price-current {
    flex: 0 0 100%;
  }
}
.up-product-wrapper {
  container-type: inline-size;
  container-name: up-product-wrapper;
  width: 100%;
}

.up-container {
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: var(--upsell-border_radius, 0px);
  padding: 0 12px 0 12px;
  margin: var(--upsell-margin_top, 10px) var(--upsell-margin_left, 0) var(--upsell-margin_bottom, 10px) var(--upsell-margin_right, 0);
  container-type: inline-size;
  padding: 0 12px 0 12px;
}
@container (min-width: 440px) {
  .up-container {
    padding: 0 24px 0 24px;
  }
}
.up-container.box-shadow-show {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.up-container.position-above_add_to_cart_button {
  margin-bottom: var(--upsell-margin_bottom, 30px);
}
.up-container.template-samba h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.up-container.template-samba ul.up-products {
  margin-top: 0;
}
.up-container.template-samba ul.up-products .up-product-url {
  color: var(--upsell-text_color, var(--color-tertiary-hover));
}
.up-container.template-waltz li.up-product, .up-container.template-tango li.up-product {
  flex-wrap: wrap;
}
.up-container.template-waltz li.up-product:before, .up-container.template-tango li.up-product:before {
  content: "";
}
.up-container.template-waltz li.up-product .up-product-settings, .up-container.template-tango li.up-product .up-product-settings {
  margin-top: 10px;
}
.up-container.template-waltz li.up-product .up-variants, .up-container.template-tango li.up-product .up-variants {
  height: 36px;
}
@media (pointer: coarse) {
  .up-container.template-waltz li.up-product .up-variants, .up-container.template-tango li.up-product .up-variants {
    height: 48px;
  }
}
.up-container.template-waltz li.up-product .up-variants .up-quantity input.up-amount, .up-container.template-tango li.up-product .up-variants .up-quantity input.up-amount {
  height: 36px;
}
.up-container.template-waltz li.up-product .up-variants .up-quantity .up-increase, .up-container.template-waltz li.up-product .up-variants .up-quantity .up-decrease, .up-container.template-tango li.up-product .up-variants .up-quantity .up-increase, .up-container.template-tango li.up-product .up-variants .up-quantity .up-decrease {
  height: 36px;
  line-height: 36px;
}
.up-container.template-techno .up-products .up-product {
  min-height: 80px;
}
.up-container.template-techno .up-products .up-product.with-button .up-product-add-to-cart, .up-container.template-techno .up-products .up-product.with-button .up-product-select-addon-button {
  margin-left: auto;
}
.up-container.template-techno .up-products .up-product.with-button .up-product-add-to-cart > a, .up-container.template-techno .up-products .up-product.with-button .up-product-select-addon-button > a {
  padding: 12px;
}
.up-container.template-techno .up-products .up-product .up-variants {
  height: 56px;
}
.up-container.template-techno .up-products .up-product .up-variants .up-quantity input.up-amount {
  height: 56px;
}
.up-container.template-techno .up-products .up-product .up-variants .up-quantity .up-increase, .up-container.template-techno .up-products .up-product .up-variants .up-quantity .up-decrease {
  height: 56px;
  line-height: 56px;
}
.up-container.template-classic .up-products .up-product .up-quantity {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (pointer: coarse) {
  .up-container.template-classic .up-products .up-product .up-quantity {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
.up-container.template-classic .up-products .up-product .up-quantity input.amount {
  width: 36px;
  text-align: center;
}
.up-container.template-classic .up-products .up-product .up-quantity .increase, .up-container.template-classic .up-products .up-product .up-quantity .decrease {
  width: 20px;
}
.up-container .up-products {
  padding-left: 0;
}
.up-container .up-products .up-product {
  position: relative;
  width: 100%;
  min-height: 74px;
  align-items: center;
  display: grid;
  grid-template-areas: "information information add-to-cart" "quantity quantity quantity" "variants variants variants";
  grid-auto-columns: auto auto min-content;
  padding: var(--upsell-padding_top, 10px) var(--upsell-padding_right, 10px) var(--upsell-padding_bottom, 10px) var(--upsell-padding_left, 10px);
  gap: var(--upsell-product-gap, 6px);
  border: 1px solid transparent;
  border-bottom: 1px solid lightgray;
}
@container (min-width: 353px) {
  .up-container .up-products .up-product {
    grid-template-areas: "information quantity quantity" "variants variants variants";
    grid-auto-columns: auto auto min-content;
  }
  .up-container .up-products .up-product.with-button {
    grid-template-areas: "information quantity add-to-cart" "variants variants variants";
  }
}
@container (min-width: 440px) {
  .up-container .up-products .up-product {
    grid-template-areas: "information variants quantity add-to-cart";
    grid-auto-columns: auto auto min-content min-content;
  }
  .up-container .up-products .up-product.has-variants.active {
    grid-template-areas: "information information add-to-cart" "variants variants quantity";
    grid-auto-columns: auto auto min-content;
  }
}
.up-container .up-products .up-product:last-child {
  border: 1px solid transparent;
}
.up-container .up-products .up-product.with-button {
  padding: var(--upsell-padding_top, 10px) var(--upsell-padding_right, 10px) var(--upsell-padding_bottom, 10px) var(--upsell-padding_left, 10px);
}
.up-container .up-products .up-product.with-button .up-product-add-to-cart.with-rounded-corners a, .up-container .up-products .up-product.with-button .up-product-remove-from-cart.with-rounded-corners a, .up-container .up-products .up-product.with-button .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-container .up-products .up-product.with-button .up-product-add-to-cart a, .up-container .up-products .up-product.with-button .up-product-remove-from-cart a, .up-container .up-products .up-product.with-button .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 8px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-container .up-products .up-product.with-button .up-product-add-to-cart a svg, .up-container .up-products .up-product.with-button .up-product-remove-from-cart a svg, .up-container .up-products .up-product.with-button .up-product-select-addon-button a svg {
  width: 24px;
  height: 24px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-container .up-products .up-product.with-button .up-product-add-to-cart a:hover, .up-container .up-products .up-product.with-button .up-product-remove-from-cart a:hover, .up-container .up-products .up-product.with-button .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-container .up-products .up-product.with-button .up-product-add-to-cart svg, .up-container .up-products .up-product.with-button .up-product-remove-from-cart svg, .up-container .up-products .up-product.with-button .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-container .up-products .up-product.with-button .up-variants {
  display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .up-container .up-products .up-product.with-button.has-variants.has-variants {
    flex-wrap: wrap;
  }
  @container (min-width: 499px) {
    .up-container .up-products .up-product.with-button.has-variants.has-variants {
      flex-wrap: nowrap;
    }
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants.with-button .up-product-settings {
    width: auto;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants.in-cart {
    flex-wrap: nowrap;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings {
    flex: 0 0 auto;
    width: 100%;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-variants {
    margin-left: 0;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-quantity {
    margin-left: auto;
  }
  @container (max-width: 378px) {
    .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-quantity {
      margin-left: 0;
    }
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-details {
    width: 100%;
  }
  .up-container .up-products .up-product.with-button.has-variants .up-product-add-to-cart {
    margin-top: 0px;
  }
}
@media (min-width: 1px) and (max-width: 1439px) {
  .up-container .up-products .up-product.with-button.has-variants.has-variants {
    flex-wrap: wrap;
  }
  @container (min-width: 499px) {
    .up-container .up-products .up-product.with-button.has-variants.has-variants {
      flex-wrap: nowrap;
    }
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants.with-button .up-product-settings {
    width: auto;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants.in-cart {
    flex-wrap: nowrap;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings {
    flex: 0 0 auto;
    width: 100%;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-variants {
    margin-left: 0;
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-quantity {
    margin-left: auto;
  }
  @container (max-width: 378px) {
    .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-settings .up-quantity {
      margin-left: 0;
    }
  }
  .up-container .up-products .up-product.with-button.has-variants.has-variants .up-product-details {
    width: 100%;
  }
  .up-container .up-products .up-product.with-button.has-variants .up-product-add-to-cart {
    margin-top: 0px;
  }
}
.up-container .up-products .up-product.as-hidden {
  display: none !important;
}
.up-container .up-products .up-product.in-cart .up-product-add-to-cart.with-rounded-corners a, .up-container .up-products .up-product.in-cart .up-product-remove-from-cart.with-rounded-corners a, .up-container .up-products .up-product.in-cart .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-container .up-products .up-product.in-cart .up-product-add-to-cart a, .up-container .up-products .up-product.in-cart .up-product-remove-from-cart a, .up-container .up-products .up-product.in-cart .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 8px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-container .up-products .up-product.in-cart .up-product-add-to-cart a svg, .up-container .up-products .up-product.in-cart .up-product-remove-from-cart a svg, .up-container .up-products .up-product.in-cart .up-product-select-addon-button a svg {
  width: 24px;
  height: 24px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-container .up-products .up-product.in-cart .up-product-add-to-cart a:hover, .up-container .up-products .up-product.in-cart .up-product-remove-from-cart a:hover, .up-container .up-products .up-product.in-cart .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-container .up-products .up-product.in-cart .up-product-add-to-cart svg, .up-container .up-products .up-product.in-cart .up-product-remove-from-cart svg, .up-container .up-products .up-product.in-cart .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-container .up-products .up-product.in-cart .up-image {
  padding-left: 21px;
}
.up-container .up-products .up-product.active {
  border: 1px solid var(--upsell-addon_border_color, #239CEB);
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .up-container .up-products .up-product.active.has-variants {
    flex-wrap: wrap;
  }
  @container (min-width: 499px) {
    .up-container .up-products .up-product.active.has-variants {
      flex-wrap: nowrap;
    }
  }
  .up-container .up-products .up-product.active.has-variants.with-button .up-product-settings {
    width: auto;
  }
  .up-container .up-products .up-product.active.has-variants.in-cart {
    flex-wrap: nowrap;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings {
    flex: 0 0 auto;
    width: 100%;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings .up-variants {
    margin-left: 0;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings .up-quantity {
    margin-left: auto;
  }
  @container (max-width: 378px) {
    .up-container .up-products .up-product.active.has-variants .up-product-settings .up-quantity {
      margin-left: 0;
    }
  }
  .up-container .up-products .up-product.active.has-variants .up-product-details {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 1439px) {
  .up-container .up-products .up-product.active.has-variants {
    flex-wrap: wrap;
  }
  @container (min-width: 499px) {
    .up-container .up-products .up-product.active.has-variants {
      flex-wrap: nowrap;
    }
  }
  .up-container .up-products .up-product.active.has-variants.with-button .up-product-settings {
    width: auto;
  }
  .up-container .up-products .up-product.active.has-variants.in-cart {
    flex-wrap: nowrap;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings {
    flex: 0 0 auto;
    width: 100%;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings .up-variants {
    margin-left: 0;
  }
  .up-container .up-products .up-product.active.has-variants .up-product-settings .up-quantity {
    margin-left: auto;
  }
  @container (max-width: 378px) {
    .up-container .up-products .up-product.active.has-variants .up-product-settings .up-quantity {
      margin-left: 0;
    }
  }
  .up-container .up-products .up-product.active.has-variants .up-product-details {
    width: 100%;
  }
}
.up-container .up-products .up-product.disabled .up-product-url {
  color: #828282;
}
.up-container .up-products .up-product.disabled .up-product-details .up-price {
  color: #828282;
}
.up-container .up-products .up-product.disabled .up-product-details .up-price .up-price-common-percentage, .up-container .up-products .up-product.disabled .up-product-details .up-price .up-price-common {
  color: #828282;
}
.up-container .up-products .up-product.disabled .up-product-details .up-price .up-price-common-percentage {
  background-color: #F2F2F2;
}
.up-container .up-products .up-product input[type=checkbox]:disabled + label:before, .up-container .up-products .up-product input[type=radio]:disabled + label:before {
  background-color: #F2F2F2;
  border-color: #BDBDBD;
}
.up-container .up-products .up-product .up-product-variants {
  grid-area: variants;
  justify-self: end;
}
.up-container .up-products .up-product .up-product-variants select.up-variants {
  max-width: 100% !important;
}
.up-container .up-products .up-product .up-variants-button:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.up-container .up-products .up-product .up-quantity {
  grid-area: quantity;
  justify-self: end;
}
.up-container .up-products .up-product .up-product-add-to-cart, .up-container .up-products .up-product .up-product-select-addon-button {
  grid-area: add-to-cart;
  margin-left: 0;
  justify-self: end;
}
.up-container .up-products .up-product .up-product-information, .up-container .up-products .up-product .up-product-settings {
  display: flex;
  align-items: center;
  grid-area: information;
}
.up-container .up-products .up-product .up-product-settings {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@container (max-width: 378px) {
  .up-container .up-products .up-product .up-product-settings {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: var(--upsell-product-gap, 4px);
  }
}
@media (min-width: 1px) and (max-width: 1439px) {
  .up-container .up-products .up-product .up-product-settings {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
  }
}
.up-container .up-products .up-product .up-image {
  display: grid;
  flex: 0 0 var(--upsell-image_size, 70px);
  align-items: center;
  justify-content: center;
  margin-right: var(--upsell-image_margin_right, 5px);
}
.up-container .up-products .up-product .up-image a.up-product-selector img {
  max-width: 100%;
  height: auto;
}
.up-container .up-products .up-product .up-product-details {
  width: 100%;
  display: block;
  text-align: left;
}
.up-container .up-products .up-product .up-product-details .up-product-name {
  display: block;
  line-height: 20px;
}
.up-container .up-products .up-product .up-product-details .up-product-name .up-product-selector-shortcut {
  text-decoration: none !important;
  color: var(--upsell-text_color, var(--color-primary));
}
.up-container .up-products .up-product .up-product-details .up-product-name .up-product-selector-shortcut:hover {
  text-decoration: underline !important;
}
.up-container .up-products .up-product .up-product-details .up-product-name-appendix {
  display: block;
  line-height: 20px;
  padding-bottom: 2px;
  font-size: 13px;
}
.up-container .up-products .up-product .up-product-details .up-price {
  font-family: var(--template-headings-font), sans-serif;
  color: var(--upsell-price_color, #5B5B5B);
}
.up-container .up-products .up-product .up-product-details .up-price.up-price-type-cart_product {
  color: var(--upsell-price_color_cart, #5B5B5B);
}
.up-container .up-products .up-product .up-variants {
  display: none;
  width: 160px;
  height: 40px;
  border-radius: 3px;
  padding: 5px 45px 5px 10px !important;
}
@media (pointer: coarse) {
  .up-container .up-products .up-product .up-variants {
    height: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .up-container .up-products .up-product .up-variants {
    right: 20px;
    top: 70px;
  }
}

.up-products-header.products-related-header {
  font-size: var(--upsell-title_font_size, 16px) !important;
  font-weight: var(--upsell-title_font_weight, 400) !important;
  color: var(--upsell-header_color, #333333) !important;
  margin-top: var(--upsell-header_margin_top, 24px) !important;
  margin-bottom: var(--upsell-header_margin_bottom, 0) !important;
  text-align: var(--upsell-header_alignment, left) !important;
  display: block !important;
  padding: 0 !important;
  opacity: 1 !important;
}
.up-products-header.products-related-header:after {
  content: none !important;
}

.up-product-modal {
  display: flex;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 992px) {
  .up-product-modal {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.up-product-modal h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
}
.up-product-modal h2.with-smaller-padding {
  margin-bottom: 6px;
}
.up-product-modal p {
  margin-bottom: 32px;
}
.up-product-modal .up-product-add-to-cart.with-rounded-corners a, .up-product-modal .up-product-remove-from-cart.with-rounded-corners a, .up-product-modal .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-product-modal .up-product-add-to-cart a, .up-product-modal .up-product-remove-from-cart a, .up-product-modal .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 6px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-product-modal .up-product-add-to-cart a svg, .up-product-modal .up-product-remove-from-cart a svg, .up-product-modal .up-product-select-addon-button a svg {
  width: 22px;
  height: 22px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-product-modal .up-product-add-to-cart a:hover, .up-product-modal .up-product-remove-from-cart a:hover, .up-product-modal .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-product-modal .up-product-add-to-cart svg, .up-product-modal .up-product-remove-from-cart svg, .up-product-modal .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-product-modal .up-product-add-to-cart a {
  max-width: 205px;
  min-height: 40px;
  display: inline-flex;
  padding: 6px 12px;
  color: var(--upsell-prdm-add_to_cart_text_color, #fff);
  background-color: var(--upsell-prdm-add_to_cart_background_color, var(--color-secondary, #333));
}
.up-product-modal .up-product-add-to-cart a:hover {
  background-color: var(--upsell-prdm-add_to_cart_background_color, var(--color-secondary, #333));
  filter: brightness(85%) !important;
}
.up-product-modal .up-product-add-to-cart a:after {
  content: "";
}
.up-product-modal .up-product-options-container {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.up-product-modal .up-product-options-container.up-has-one-click-button {
  grid-template-columns: 1fr;
}
@media (width >= 40rem) {
  .up-product-modal .up-product-options-container {
    grid-template-columns: 1fr;
  }
}
.up-product-modal .up-product-options-container .up-quantity {
  max-width: 80px;
  justify-self: start;
}
@media (pointer: coarse) {
  .up-product-modal .up-product-options-container .up-quantity {
    max-width: 100%;
  }
}
.up-product-modal .up-product-options-container .up-variants {
  height: 40px;
}
@media (pointer: coarse) {
  .up-product-modal .up-product-options-container .up-variants {
    height: 48px;
  }
}
.up-product-modal .up-product-options-container .up-add-to-cart-modal-disclaimer {
  color: #666666;
  font-size: 12px;
}
.up-product-modal .up-product-modal-information {
  flex: 0 0 380px;
  padding-left: 40px;
}
.up-product-modal .up-product-modal-information .up-product-modal-appendix {
  color: #aaa;
  font-style: italic;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .up-product-modal .up-product-modal-information {
    padding-left: 0;
    flex: 0 0 0 !important;
  }
}
.up-product-modal .up-product-modal-information .flags {
  position: relative !important;
}
.up-product-modal .up-product-modal-information .flags:before {
  display: none !important;
}
.up-product-modal .up-product-modal-information .flags.flags-default {
  margin-bottom: 20px;
  flex-direction: row;
  top: 0;
  right: 0;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 4px;
}
.up-product-modal .up-product-modal-information .flags.flags-default .flag {
  margin: 0 !important;
}
.up-product-modal .up-product-modal-information .up-price-common-percentage, .up-product-modal .up-product-modal-information .up-price-common {
  font-size: 14px;
}
.up-product-modal .up-product-modal-information .up-price-current {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}
.up-product-modal .up-product-modal-images {
  flex: 1;
}
@media (max-width: 992px) {
  .up-product-modal .up-product-modal-images {
    margin-bottom: 20px;
  }
}
.up-product-modal .up-product-modal-images img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.up-product-modal .up-product-modal-images .up-modal-image-other {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.up-product-modal .up-product-modal-images .up-modal-image-other a {
  position: relative;
  flex: 0 0 calc((100% - 20px) / 3);
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 5px;
}
.up-product-modal .up-product-modal-images .up-modal-image-other a:nth-child(3n-1) {
  margin-left: 10px;
  margin-right: 10px;
}
.up-product-modal .up-product-modal-images .up-modal-image-other a:nth-child(3n+1) {
  margin-left: 0;
}
.up-product-modal .up-product-modal-images .up-modal-image-other a:nth-child(3n) {
  margin-right: 0;
}
.up-product-modal .up-product-modal-images .up-modal-image-other a.active:before, .up-product-modal .up-product-modal-images .up-modal-image-other a:hover:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 1px;
  width: 100%;
  background-color: var(--color-primary);
}

.up-product-modal-template-step .flags .flag {
  margin-right: 15px;
}

.up-product-modal-template-tango .flags .flag {
  margin-right: 5px;
}

.up-quantity {
  display: none;
  padding-left: 26px;
  padding-right: 26px;
  border-color: #e6e6e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  height: 40px;
}
@media (pointer: coarse) {
  .up-quantity {
    height: 48px;
    padding-inline: 48px;
  }
}
.up-quantity input.up-amount {
  color: var(--upsell-text_color, var(--color-primary)) !important;
  user-select: none;
  -moz-appearance: textfield !important;
  appearance: none;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 25px;
}
.up-quantity input.up-amount::-webkit-outer-spin-button, .up-quantity input.up-amount::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
@media (pointer: coarse) {
  .up-quantity input.up-amount {
    width: 48px;
  }
}
.up-quantity .up-increase, .up-quantity .up-decrease {
  user-select: none;
  width: 25px;
  cursor: pointer;
  height: 100%;
  line-height: 38px;
  position: absolute;
  text-align: center;
  left: auto;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
}
@media (pointer: coarse) {
  .up-quantity .up-increase, .up-quantity .up-decrease {
    width: 48px;
  }
}
.up-quantity .up-increase:hover, .up-quantity .up-decrease:hover {
  background-color: #f2f2f2;
}
.up-quantity .up-increase {
  right: 0 !important;
  border-left: 1px solid #e6e6e6;
}
.up-quantity .up-decrease {
  left: 0 !important;
  border-right: 1px solid #e6e6e6;
}

.content-wrapper #content .up-swiper-container .swiper-slide .up-product-url.up-product-selector-shortcut {
  text-decoration: none;
}

.up-swiper-container {
  position: relative;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
.up-swiper-container .swiper-button-lock {
  display: none !important;
}
.up-swiper-container .swiper-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.up-swiper-container .up-swiper-button {
  position: absolute;
  right: -20px;
  top: var(--swiper-navigation-top-offset, 124px);
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-primary);
  transition: all 0.2s ease;
  user-select: none;
}
.up-swiper-container .up-swiper-button:active {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
}
.up-swiper-container .up-swiper-button:hover {
  color: var(--color-primary-hover);
  background-color: #fbfafa;
}
@media (width >= 40rem) {
  .up-swiper-container .up-swiper-button {
    top: var(--swiper-navigation-top-offset, 50%);
    right: -28px;
  }
}
.up-swiper-container .swiper-button-disabled {
  display: none;
}
.up-swiper-container .up-swiper-button-prev {
  left: -20px;
  transform: rotate(180deg);
}
@media (width >= 40rem) {
  .up-swiper-container .up-swiper-button-prev {
    left: -28px;
  }
}
.up-swiper-container .swiper-slide {
  border: var(--upsell-border, none);
  width: 214px;
  flex-shrink: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: var(--upsell-cart_border_radius, 12px);
  background-color: var(--upsell-crt-cart_table_container_background_color, #fff);
  box-shadow: var(--upsell-cart_drop_shadow, 2px 0px 8px 0 rgba(0, 0, 0, 0.1));
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.up-swiper-container .swiper-slide .up-product-url {
  padding-bottom: 0px;
  text-decoration: none;
}
.up-swiper-container .swiper-slide .up-product-url.product-url-image-full-size {
  width: calc(100% + 12px + 12px);
  margin-left: -12px;
  margin-top: -10px;
}
.up-swiper-container .swiper-slide .up-product-url.product-url-image-full-size .up-image {
  width: 100%;
}
.up-swiper-container .swiper-slide .up-image {
  width: 200px;
  height: 150px;
  object-fit: var(--upsell-cart_carousel_slide_image_object_fit, none);
}
.up-swiper-container .swiper-slide .up-product-content {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  font-size: var(--upsell-crt-text_font_size, inherit);
}
.up-swiper-container .swiper-slide .up-product-content .up-variants {
  padding-left: 6px;
  padding-right: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.up-swiper-container .swiper-slide .up-product-content .up-product-description-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.up-swiper-container .swiper-slide .up-product-content .up-product-name {
  font-size: 14px;
}
.up-swiper-container .swiper-slide .up-product-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up-swiper-container .swiper-slide .up-product-add-to-cart {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.up-swiper-container .swiper-slide .up-product-add-to-cart a {
  width: 100%;
  height: 100%;
}
.up-swiper-container .swiper-slide .up-product-add-to-cart.with-rounded-corners a, .up-swiper-container .swiper-slide .up-product-remove-from-cart.with-rounded-corners a, .up-swiper-container .swiper-slide .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-swiper-container .swiper-slide .up-product-add-to-cart a, .up-swiper-container .swiper-slide .up-product-remove-from-cart a, .up-swiper-container .swiper-slide .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-swiper-container .swiper-slide .up-product-add-to-cart a svg, .up-swiper-container .swiper-slide .up-product-remove-from-cart a svg, .up-swiper-container .swiper-slide .up-product-select-addon-button a svg {
  width: 14px;
  height: 14px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-swiper-container .swiper-slide .up-product-add-to-cart a:hover, .up-swiper-container .swiper-slide .up-product-remove-from-cart a:hover, .up-swiper-container .swiper-slide .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-swiper-container .swiper-slide .up-product-add-to-cart svg, .up-swiper-container .swiper-slide .up-product-remove-from-cart svg, .up-swiper-container .swiper-slide .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-swiper-container .swiper-slide .up-price-current {
  font-size: var(--upsell-crt-text_font_size, 16px);
  display: block;
  font-weight: 600;
}
.up-swiper-container .swiper-slide .up-price {
  font-size: var(--upsell-crt-text_font_size, 12px);
}

.up-tiles-grid-container {
  container-type: inline-size;
  padding-bottom: 6px;
}

.up-tiles-grid {
  display: grid;
  grid-template-columns: repeat(var(--upsell-crt-cart_block_columns, 2), 1fr);
  align-items: stretch;
  gap: var(--upsell-tiles_gap, 24px);
}
.up-tiles-grid.is-preview {
  grid-template-columns: repeat(1, 1fr) !important;
}
.up-tiles-grid:has(.up-tile-medium) {
  gap: var(--upsell-tiles_gap, 16px);
}
.up-tiles-grid:has(.up-tile-small) {
  gap: var(--upsell-tiles_gap, 14px);
}
@container (max-width: 580px) {
  .up-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 370px) {
  .up-tiles-grid {
    grid-template-columns: 1fr;
  }
}
.up-tiles-grid .up-tile-container {
  container-type: inline-size;
  height: 100%;
}
.up-tiles-grid .up-tile-container .up-tile {
  border: var(--upsell-border, none);
  display: grid;
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  padding: var(--upsell-tile_wrapper_padding, 24px);
  row-gap: var(--upsell-tile_wrapper_gap, 32px);
  column-gap: var(--upsell-tile_wrapper_gap, 24px);
  height: 100%;
  border-radius: var(--upsell-cart_border_radius, 12px);
  background-color: var(--upsell-cart_table_container_background_color, #fff);
  box-shadow: var(--upsell-cart_drop_shadow, 2px 0px 8px 0 rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-small {
  grid-template-columns: max-content auto;
  align-items: center;
  padding: var(--upsell-tile_wrapper_padding, 12px);
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-image {
  width: 90px;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-product-content {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-product-url.product-url-image-full-size {
  width: calc(100% + var(--upsell-tile_wrapper_padding, 24px) + var(--upsell-tile_wrapper_padding, 24px) / 2);
  margin-left: calc(var(--upsell-tile_wrapper_padding, 12px) * -1);
  margin-top: 0;
  height: calc(100% + var(--upsell-tile_wrapper_padding, 12px) * 2);
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-medium {
  grid-template-columns: max-content auto;
  padding: var(--upsell-tile_wrapper_padding, 12px);
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-image {
  width: 120px;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-content {
  justify-content: space-between;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-url.product-url-image-full-size {
  width: calc(100% + var(--upsell-tile_wrapper_padding, 24px) + var(--upsell-tile_wrapper_padding, 24px) / 2);
  margin-left: calc(var(--upsell-tile_wrapper_padding, 12px) * -1);
  margin-top: calc(var(--upsell-tile_wrapper_padding, 12px) * -1);
  height: calc(100% + var(--upsell-tile_wrapper_padding, 12px) * 2);
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-large.up-tile-columns-3 .up-product-content {
  padding-left: 8px;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-url {
  padding-bottom: 0px;
  max-width: 250px;
  width: 100%;
  overflow: hidden;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-url:hover .up-image {
  transform: scale(1.05);
}
.up-tiles-grid .up-tile-container .up-tile .up-product-url.product-url-image-full-size {
  width: calc(100% + var(--upsell-tile_wrapper_padding, 24px) + var(--upsell-tile_wrapper_padding, 24px) / 2);
  margin-left: calc(var(--upsell-tile_wrapper_padding, 24px) * -1);
  margin-top: calc(var(--upsell-tile_wrapper_padding, 24px) * -1);
  height: calc(100% + var(--upsell-tile_wrapper_padding, 24px) * 2);
}
.up-tiles-grid .up-tile-container .up-tile .up-product-url.product-url-image-full-size .up-image {
  height: 100%;
}
.up-tiles-grid .up-tile-container .up-tile .up-image {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: var(--upsell-tile_image_object_fit, cover);
  transition: all 0.2s ease-in-out;
}
.up-tiles-grid .up-tile-container .up-tile .up-variants {
  justify-self: end;
  padding-left: 6px;
  padding-right: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-large .up-product-content {
  grid-template-areas: "description description" "price price";
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-large .up-product-content .up-product-price-container {
  justify-content: space-between;
  align-self: end;
}
.up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-content {
  grid-template-areas: "description description" "price price";
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content:has(.up-variants) {
  grid-template-areas: "description description" "variants variants" "price price";
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content {
  row-gap: 14px;
  column-gap: 4px;
  display: grid;
  grid-template-areas: "description variants price";
  min-width: 0;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-description-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-area: description;
  align-self: start;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-description-container a {
  max-width: unset;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-price-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  grid-area: price;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart a {
  width: 100%;
  height: 100%;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart.with-rounded-corners a, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-remove-from-cart.with-rounded-corners a, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-select-addon-button.with-rounded-corners a {
  border-radius: 50%;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart a, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-remove-from-cart a, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-select-addon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px;
  background: var(--upsell-button_background_color, var(--color-secondary, #666));
  color: var(--upsell-button_text_color, #fff);
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart a svg, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-remove-from-cart a svg, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-select-addon-button a svg {
  width: 14px;
  height: 14px;
  fill: var(--upsell-button_text_color, #fff);
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart a:hover, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-remove-from-cart a:hover, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-select-addon-button a:hover {
  background: var(--upsell-button_background_hover_color, var(--color-secondary-hover, #666));
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-add-to-cart svg, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-remove-from-cart svg, .up-tiles-grid .up-tile-container .up-tile .up-product-content .up-product-select-addon-button svg {
  color: white;
  text-align: center;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-price-current {
  font-size: 16px;
  display: block;
  font-weight: 600;
  white-space: nowrap;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-price {
  font-size: 12px;
  text-align: right;
}
.up-tiles-grid .up-tile-container .up-tile .up-product-content .up-price .up-price-current {
  margin-right: 8px;
}
@container (max-width: 546px) {
  .up-tiles-grid .up-tile-container .up-tile.up-tile-large .up-product-content:has(.up-variants), .up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-content:has(.up-variants) {
    grid-template-areas: "description description" "variants variants" "price price";
  }
  .up-tiles-grid .up-tile-container .up-tile .up-product-content:has(.up-variants) {
    grid-template-areas: "description price" "variants variants";
  }
}
@container (max-width: 309px) {
  .up-tiles-grid .up-tile-container .up-tile {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-large .up-product-content {
    display: grid;
  }
  .up-tiles-grid .up-tile-container .up-tile .up-product-content {
    display: flex;
  }
  .up-tiles-grid .up-tile-container .up-tile .up-product-url {
    max-width: unset;
  }
  .up-tiles-grid .up-tile-container .up-tile .up-product-url.product-url-image-full-size {
    width: calc(100% + var(--upsell-tile_wrapper_padding, 24px) * 2);
    height: calc(100% + var(--upsell-tile_wrapper_padding, 24px) + var(--upsell-tile_wrapper_padding, 24px) / 1.5);
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-product-url.product-url-image-full-size, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-url.product-url-image-full-size {
    width: calc(100% + var(--upsell-tile_wrapper_padding, 12px) * 2);
    height: calc(100% + var(--upsell-tile_wrapper_padding, 12px) + var(--upsell-tile_wrapper_padding, 12px));
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium {
    grid-template-rows: auto;
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-product-url, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-url {
    padding-bottom: 0;
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small .up-product-content, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium .up-product-content {
    flex-direction: column;
    align-items: flex-end;
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small.up-tile-columns-3, .up-tiles-grid .up-tile-container .up-tile.up-tile-small.up-tile-columns-2, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium.up-tile-columns-3, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium.up-tile-columns-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .up-tiles-grid .up-tile-container .up-tile.up-tile-small.up-tile-columns-3 .up-image, .up-tiles-grid .up-tile-container .up-tile.up-tile-small.up-tile-columns-2 .up-image, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium.up-tile-columns-3 .up-image, .up-tiles-grid .up-tile-container .up-tile.up-tile-medium.up-tile-columns-2 .up-image {
    width: 100%;
    height: auto;
  }
}

.up-after-cart-table-container {
  background-color: var(--upsell-crt-cart_table_container_background_color, inherit);
  margin: var(--upsell-crt-margin_top, 10px) var(--upsell-crt-margin_left, 0) var(--upsell-crt-margin_bottom, 20px) var(--upsell-crt-margin_right, 0);
}

.up-after-cart-container {
  margin: var(--upsell-crt-margin_top, 10px) var(--upsell-crt-margin_left, 0) var(--upsell-crt-margin_bottom, 20px) var(--upsell-crt-margin_right, 0);
}

.up-cart-offers-slot h4 {
  display: block !important;
  margin-top: var(--upsell-crt-header_margin_top, 10px);
  margin-bottom: var(--upsell-crt-header_margin_bottom, 20px);
  color: var(--upsell-crt-header_color, #333333);
  font-size: var(--upsell-crt-title_font_size, 18px);
  font-weight: var(--upsell-crt-title_font_weight, 700);
  text-align: var(--upsell-crt-header_alignment, left) !important;
}

.up-after-cart-container select.up-variants, .up-after-cart-table-container select.up-variants {
  max-width: 200px;
  max-height: 36px;
  width: 100%;
  grid-area: variants;
}

.up-modal-product-variants {
  padding: 20px;
}
.up-modal-product-variants .up-modal-product-name {
  margin-top: 0;
}
.up-modal-product-variants .up-modal-variants-grid {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.up-modal-product-variants .up-modal-variant-option {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-block: 8px;
  padding-top: 0;
  border-bottom: 1px solid var(--upsell-variants_border_color, #e0e0e0);
  transition: all 0.2s ease-in-out;
}
.up-modal-product-variants .up-select-variant {
  margin-left: auto;
  background: transparent;
}
.up-modal-product-variants .up-select-variant.up-select-variant-template-pop {
  background: var(--color-secondary, #000);
}
.up-modal-product-variants .up-modal-variant-image {
  width: var(--upsell-variants_image_width, 100px);
  height: auto;
  flex-shrink: 0;
}
.up-modal-product-variants .up-modal-variant-name-template-pop {
  line-height: 2;
}
.up-modal-product-variants .up-modal-variant-details {
  text-align: left;
}
.up-modal-product-variants .up-price {
  font-weight: 700;
  color: var(--upsell-price_color, #333);
}
.up-modal-product-variants.up-price-type-cart_product, .up-modal-product-variants.up-price-type-cart {
  color: var(--upsell-price_color_cart, #808080);
}
.up-modal-product-variants .up-price-common {
  text-decoration: line-through;
  color: var(--upsell-sale_price_color, #e81616);
  font-weight: normal;
  margin-right: 8px;
}
.up-modal-product-variants .up-price-common-percentage {
  padding: 0 4px;
  background: var(--upsell-sale_price_background, #e81616);
  color: var(--upsell-sale_price_color, #fff);
  font-weight: normal;
  margin-right: 8px;
  text-align: center;
  max-width: 56px;
}

@media screen and (max-width: 479px) {
  body.paxio-merkur .up-banner-wrapper.up-banner-category-products {
    width: 50% !important;
  }
}

.up-banner-wrapper {
  display: flex;
  justify-content: var(--up-banner-alignment, flex-start);
  margin: 10px 0;
  border: 0 !important;
}
.up-banner-wrapper.up-banner-cart-products {
  display: table-row;
}
.up-banner-wrapper.up-banner-category-products {
  margin: 0;
}
.up-banner-wrapper.up-banner-no-url .up-banner-link:hover img.up-banner-image {
  cursor: auto;
}
.up-banner-wrapper.up-banner-has-url .up-banner-link:hover img.up-banner-image {
  transform: scale(1.02);
}
.up-banner-wrapper .up-banner-link {
  width: var(--up-banner-width, 100%);
  border: none;
  background: none;
  padding: 0;
  appearance: none;
}
.up-banner-wrapper .up-banner-link .up-banner-image {
  width: var(--up-banner-width, 100%);
  height: var(--up-banner-height, auto);
  object-fit: var(--up-banner-object-fit, initial);
  object-position: center;
  transition: transform 0.3s ease;
}
.up-banner-wrapper.up-banner-cart-top {
  margin-top: 10px;
}

.up-youtube-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
