/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/product-bundle/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.product-bundle-section {
  display: block;
}
.product-bundle-section .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
@media (max-width: 575.98px) {
  .product-bundle-section .product-list {
    width: 100%;
  }
}
.product-bundle-section .product-card {
  background-color: #fff;
}
.product-bundle-section .product-card .product-image {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-bundle-section .product-card .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product-bundle-section .product-card .option-group .option-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-bundle-section .product-card .option-group .option-values .option-container {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 6px;
  white-space: nowrap;
}
.product-bundle-section .product-card .option-group .option-values .option-container button {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  outline: 2px solid transparent;
  padding: 2px 6px;
  text-align: start;
  color: #4b4b4b;
  background-color: #fff;
}
.product-bundle-section .product-card .option-group .option-values .option-container button.selected, .product-bundle-section .product-card .option-group .option-values .option-container button:hover {
  outline: 2px solid #ec6332;
  padding: 2px 6px;
}
.product-bundle-section .product-card .option-group .option-values .option-container button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 575.98px) {
  .product-bundle-section .product-card .option-group .option-values .option-container button {
    font-size: 14px;
  }
}
.product-bundle-section .product-card.is-expand {
  padding: 0 0 24px 0;
}
.product-bundle-section .product-card.is-expand .product-image {
  width: 94px;
  padding-bottom: 94px;
}
.product-bundle-section .product-card.is-expand .option-group .option-values .option-container {
  margin-top: 12px;
}
.product-bundle-section .product-card.is-expand .option-group .option-values .option-container button {
  padding: 8px 11px;
}
.product-bundle-section .product-card.is-expand .option-group .option-values .option-container button.selected, .product-bundle-section .product-card.is-expand .option-group .option-values .option-container button:hover {
  outline: 2px solid #ec6332;
  padding: 8px 11px;
}
.product-bundle-section .product-card.is-collapse {
  padding: 12px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.product-bundle-section .product-card.is-collapse .product-image {
  width: 40%;
  padding-bottom: 40%; /* 创建1:1的比例 */
}
.product-bundle-section .product-card.is-collapse .option-group .option-values {
  overflow: hidden;
}
.product-bundle-section .product-card.is-collapse.hover-amplify-transform {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.product-bundle-section .product-card.is-collapse.hover-amplify-transform:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
          transform: scale3d(1.01, 1.01, 1.01);
  -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
}
@media (min-width: 576px) {
  .product-bundle-section .product-card.is-collapse {
    padding: 16px;
  }
}
.product-bundle-section .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1050;
}
.product-bundle-section .modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-bundle-section .modal-container .modal-content {
  max-width: 578px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .product-bundle-section .h-product-list {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-bundle-section .modal-container .modal-content {
    height: 85%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-bundle-section .h-xs-62 {
    height: 62px;
  }
  .product-bundle-section .px-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .product-bundle-section .mt-xs-4 {
    margin-top: 24px;
  }
  .product-bundle-section .add-to-cart-btn {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .product-bundle-section .h-sm-73 {
    height: 73px;
  }
  .product-bundle-section .mt-sm-n-90 {
    margin-top: -90px;
  }
  .product-bundle-section .add-to-cart-btn {
    width: 343px;
  }
  .product-bundle-section .product-list.two-sm-products {
    gap: 100px;
  }
}
.product-bundle-section .btn-outline-primary:hover.text-primary {
  color: #fff !important;
}
.product-bundle-section .modal-close {
  background-color: #fff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 30px;
  z-index: 200;
}
.product-bundle-section .sold-out-button {
  background: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-bundle-section .mt-1-2 {
  margin-top: 2px;
}
.product-bundle-section .top-n-2 {
  position: relative;
  top: -2px;
}
.product-bundle-section .p-o-8 {
  padding: 8px;
}
.product-bundle-section .w-o-46 {
  width: 46px !important;
}
.product-bundle-section .quantity-btn {
  background: white;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.product-bundle-section .left-gap::before {
  content: "";
  margin-right: 10px;
  margin-left: 10px;
  width: 1px;
  height: 14px;
  background: #ececec;
  margin-top: -4px;
}
