@charset "utf-8";

.mpg-overlay { position: fixed; inset: 0px; width: 100%; height: 100%; z-index: 99999; pointer-events: none; }

.mpg-overlay .mpg-card { width: 100%; height: 100%; }

.mpg-swatch__option.blocked { cursor: not-allowed !important; }

.mpg-swatch__option [style*="background: white"], .mpg-swatch__option [style*="background: #fff"], .mpg-swatch__option [style*="background: #ffffff"], .mpg-swatch__option [style*="background: rgb(255, 255, 255)"], .mpg-swatch__option [style*="background: rgba(255, 255, 255"] { box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px; }

.mpg-tooltip-container { position: relative; }

.mpg-tooltip { pointer-events: none; position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); background-color: rgb(85, 85, 85); color: white; text-align: center; padding: 2px 10px; border-radius: 40px; font-size: 12px; white-space: nowrap; z-index: 1; opacity: 0; line-height: 1.2; transition: opacity 0.1s; }

.mpg-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: rgb(85, 85, 85) transparent transparent; }

.mpg-tooltip-container:hover .mpg-tooltip { opacity: 1; }

.mpg-snap-scroll-container { display: flex; flex-flow: row; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-snap-align: start; scroll-behavior: smooth; }

.mpg-snap-scroll-container .mpg-swatch__option { scroll-snap-align: start; }

.mpg-snap-scroll-container label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mpg-swatch [os-type="group-option"] ~ :not([os-type="group-option"]) { display: none; }

.mpg-swatch { width: 100%; z-index: 1; display: flex; position: relative; flex-direction: column; gap: 18px !important; margin-top: 5px !important; margin-bottom: 18px !important; }

.mpg-swatch__option-set { display: flex; position: relative; flex-direction: column; gap: 6px !important; }

.mpg-swatch__nav-limit { cursor: pointer; color: rgb(0, 0, 0) !important; font-size: 16px !important; font-weight: 500 !important; }

.mpg-swatch__label { }

.mpg-swatch__label-option { color: rgb(0, 0, 0) !important; font-size: 16px !important; font-weight: 500 !important; }

.mpg-swatch__label-value { color: rgb(0, 0, 0) !important; font-size: 16px !important; font-weight: 500 !important; }

.mpg-swatch__label-value::before { content: ": " !important; color: rgb(0, 0, 0) !important; font-size: 16px !important; font-weight: 500 !important; }

.mpg-swatch-circle.mpg-swatch__label { text-align: left; }

.mpg-swatch-circle.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-swatch-circle.mpg-snap-scroll-container { gap: 12px; }

.mpg-swatch-circle.mpg-swatch__option { min-width: 48px; min-height: 48px; display: grid; border-style: solid; border-width: 1px; border-color: transparent; border-radius: 300px; padding: 2px; transition: transform 0.2s; position: relative; cursor: pointer; }

.mpg-swatch-circle.mpg-swatch__option.disabled { border-style: solid; border-width: 1px; border-color: transparent; padding: 2px; opacity: 1; }

.mpg-swatch-circle.mpg-swatch__option.disabled::before { top: 50%; left: 50%; width: 48px; height: 1px; content: ""; display: inline-block; position: absolute; transform: translate(-50%, -50%) rotate(135deg); background-color: rgb(119, 136, 153); opacity: 0; }

.mpg-swatch-circle.mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-circle.mpg-swatch__option.disabled::before { opacity: 1; }

.mpg-swatch-circle.mpg-swatch__option:hover { border-style: solid; border-width: 1px; border-color: rgb(119, 136, 153); padding: 2px; transform: none; }

.mpg-swatch-circle.mpg-swatch__option.selected { border-style: solid; border-width: 1px; border-color: rgb(119, 136, 153); padding: 2px; }

.mpg-swatch-circle.mpg-swatch__option div { pointer-events: none; border-radius: 300px; font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-swatch-square.mpg-swatch__label { text-align: left; }

.mpg-swatch-square.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-start; align-items: center; }

.mpg-swatch-square.mpg-snap-scroll-container { gap: 5px; }

.mpg-swatch-square.mpg-swatch__option { min-width: 80px; min-height: 80px; display: grid; border-style: solid; border-width: 2px; border-color: rgb(211, 211, 211); border-radius: 8px; padding: 2px; transition: transform 0.2s; position: relative; cursor: pointer; }

.mpg-swatch-square.mpg-swatch__option.disabled { border-style: solid; border-width: 2px; border-color: transparent; padding: 2px; opacity: 1; }

.mpg-swatch-square.mpg-swatch__option.disabled::before { top: 50%; left: 50%; width: calc(111.137px); height: 1px; content: ""; display: inline-block; position: absolute; transform: translate(-50%, -50%) rotate(135deg); background-color: rgb(0, 0, 0); opacity: 0; }

.mpg-swatch-square.mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-square.mpg-swatch__option.disabled::before { opacity: 1; }

.mpg-swatch-square.mpg-swatch__option:hover { border-style: solid; border-width: 2px; border-color: rgb(169, 169, 169); padding: 2px; transform: none; }

.mpg-swatch-square.mpg-swatch__option.selected { border-style: solid; border-width: 2px; border-color: rgb(0, 0, 0); padding: 2px; }

.mpg-swatch-square.mpg-swatch__option div { pointer-events: none; border-radius: calc(6px); font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-swatch-polaroid.mpg-swatch__label { text-align: left; }

.mpg-swatch-polaroid.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-start; align-items: center; }

.mpg-swatch-polaroid.mpg-snap-scroll-container { gap: 5px; }

.mpg-swatch-polaroid.mpg-swatch__option { min-width: 70px; min-height: 70px; display: grid; border-style: solid; border-width: 1px; border-color: transparent; border-radius: 6px; padding: 2px; transition: transform 0.2s; position: relative; cursor: pointer; }

.mpg-swatch-polaroid.mpg-swatch__option.disabled { border-style: solid; border-width: 1px; border-color: transparent; padding: 1px; opacity: 1; }

.mpg-swatch-polaroid.mpg-swatch__option.disabled::before { top: 50%; left: 50%; width: calc(98.9949px); height: 1px; content: ""; display: inline-block; position: absolute; transform: translate(-50%, -50%) rotate(calc(-45deg)); background-color: rgb(0, 0, 0); opacity: 0; }

.mpg-swatch-polaroid.mpg-swatch__option:hover { border-style: solid; border-width: 1px; border-color: rgb(0, 0, 0); padding: 2px; transform: none; }

.mpg-swatch-polaroid.mpg-swatch__option.selected { border-style: solid; border-width: 1px; border-color: rgb(0, 0, 0); padding: 2px; }

.mpg-swatch-polaroid.mpg-swatch__option div { pointer-events: none; border-radius: calc(3px); font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-button.mpg-swatch__label { font-weight: 500; text-align: left; }

.mpg-button.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-button.mpg-snap-scroll-container { gap: 12px; }

.mpg-button.mpg-swatch__option { flex-grow: unset; font-size: 16px; padding: 10px 20px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; border-radius: 0px; line-height: 1; cursor: pointer; position: relative; text-align: center; transition: 0.2s; text-decoration: none; }

.mpg-snap-scroll-container .mpg-button.mpg-swatch__option { white-space: nowrap; }

.mpg-button.mpg-swatch__option.disabled { color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(0, 0, 0); text-decoration: line-through; opacity: 0.5; }

.mpg-button.mpg-swatch__option:hover { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); border-style: solid; border-color: rgb(0, 0, 0); transform: none; }

.mpg-button.mpg-swatch__option.selected { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); border-style: solid; border-color: rgb(0, 0, 0); }

.mpg-button-pill.mpg-swatch__label { font-weight: 500 !important; text-align: left !important; }

.mpg-button-pill.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-button-pill.mpg-snap-scroll-container { gap: 12px; }

.mpg-button-pill.mpg-swatch__option { flex-grow: unset; font-size: 16px; padding: 10px 20px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; border-radius: 100px; line-height: 1; cursor: pointer; position: relative; text-align: center; transition: 0.2s; text-decoration: none; }

.mpg-snap-scroll-container .mpg-button-pill.mpg-swatch__option { white-space: nowrap; }

.mpg-button-pill.mpg-swatch__option.disabled { color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(0, 0, 0); text-decoration: line-through; opacity: 0.5; }

.mpg-button-pill.mpg-swatch__option:hover { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); border-style: solid; border-color: rgb(0, 0, 0); transform: none; }

.mpg-button-pill.mpg-swatch__option.selected { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); border-style: solid; border-color: rgb(0, 0, 0); }

.mpg-dropdown.mpg-swatch__label { font-weight: 500 !important; text-align: left !important; }

.mpg-dropdown.mpg-swatch__dropdown-trigger { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-size: 16px; border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; border-radius: 4px; padding: 10px; line-height: 1; cursor: pointer; position: relative; }

.mpg-dropdown.mpg-swatch__dropdown-trigger::after { top: 50%; right: 10px; content: ""; height: 8px; width: 20px; margin-left: 8px; position: absolute; pointer-events: none; transform: translateY(-50%); background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("https://cdn.shopify.com/s/files/1/0711/8759/5477/files/down-arrow.png?v=1729606519"); filter: opacity(0.5) drop-shadow(rgb(0, 0, 0) 0px 0px 0px) saturate(1000%); }

.mpg-dropdown.mpg-swatch__dropdown-wrapper { opacity: 0; z-index: -1; visibility: hidden; position: absolute; pointer-events: auto; transform: rotateX(90deg); transition: opacity 500ms, transform 500ms; }

.mpg-dropdown.mpg-swatch__dropdown-wrapper.mpg-show { opacity: 1; z-index: 100; visibility: visible; transform: rotateX(0deg); }

.mpg-dropdown.mpg-swatch__nav { max-height: calc(144px); position: absolute; overflow: auto; z-index: 100; width: 100%; display: flex; flex-direction: column; background-color: rgb(255, 255, 255); border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; border-radius: 4px; }

.mpg-dropdown.mpg-swatch__option { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-size: 16px; padding: 10px; text-decoration: none; line-height: 1; cursor: pointer; position: relative; transition: 0.2s; }

.mpg-dropdown.mpg-swatch__option.disabled { color: rgb(0, 0, 0); background: rgb(255, 255, 255); text-decoration: line-through; opacity: 0.5; }

.mpg-dropdown.mpg-swatch__option:hover { color: rgb(255, 255, 255); background: rgb(135, 206, 250); }

.mpg-dropdown.mpg-swatch__option.selected { color: rgb(255, 255, 255); background: rgb(30, 144, 255); }

.mpg-swatch-circle-button.mpg-swatch__label { text-align: left; }

.mpg-swatch-circle-button.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-swatch-circle-button.mpg-snap-scroll-container { gap: 12px; }

.mpg-swatch-circle-button.mpg-swatch__option { font-size: 14px; color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(211, 211, 211); border-radius: 300px; transition: transform 0.2s; position: relative; cursor: pointer; display: flex; gap: 8px; padding: 8px; align-items: center; text-decoration: none; }

.mpg-swatch-circle-button.mpg-swatch__option.disabled { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(211, 211, 211); opacity: 1; }

.mpg-swatch-circle-button.mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-circle-button.mpg-swatch__option.disabled { text-decoration: line-through; }

.mpg-swatch-circle-button.mpg-swatch__option:hover { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(119, 136, 153); transform: none; }

.mpg-swatch-circle-button.mpg-swatch__option.selected { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(119, 136, 153); }

.mpg-swatch-circle-button.mpg-swatch__option div { width: 36px; height: 36px; min-width: 36px; min-height: 36px; pointer-events: none; border-radius: 300px; font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-swatch-square-button.mpg-swatch__label { text-align: left; }

.mpg-swatch-square-button.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-swatch-square-button.mpg-snap-scroll-container { gap: 12px; }

.mpg-swatch-square-button.mpg-swatch__option { font-size: 14px; color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(211, 211, 211); border-radius: 0px; transition: transform 0.2s; position: relative; cursor: pointer; display: flex; gap: 8px; padding: 8px; align-items: center; text-decoration: none; }

.mpg-swatch-square-button.mpg-swatch__option.disabled { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(211, 211, 211); opacity: 1; }

.mpg-swatch-square-button.mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-square-button.mpg-swatch__option.disabled { text-decoration: line-through; }

.mpg-swatch-square-button.mpg-swatch__option:hover { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(119, 136, 153); transform: none; }

.mpg-swatch-square-button.mpg-swatch__option.selected { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-width: 2px; border-color: rgb(119, 136, 153); }

.mpg-swatch-square-button.mpg-swatch__option div { width: 36px; height: 36px; min-width: 36px; min-height: 36px; pointer-events: none; border-radius: calc(-10px); font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-swatch-image-button.mpg-swatch__label { text-align: left; }

.mpg-swatch-image-button.mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; align-items: center; }

.mpg-swatch-image-button.mpg-snap-scroll-container { gap: 12px; }

.mpg-swatch-image-button.mpg-swatch__option { display: flex; flex-direction: column; align-items: center; gap: 8px; border-radius: 32px; cursor: pointer; transition: transform 0.2s; text-decoration: none; }

.mpg-swatch-image-button.mpg-swatch__option div { width: 96px; height: calc(96px); min-width: 96px; min-height: calc(96px); pointer-events: none; border-style: solid; border-color: rgb(211, 211, 211); border-width: 1px; border-radius: 15px; font-size: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.mpg-swatch-image-button.mpg-swatch__option label { font-size: 14px; color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-color: rgb(211, 211, 211); border-width: 2px; border-radius: 32px; padding: 4px 8px; text-align: center; box-sizing: border-box; width: 100%; max-width: 96px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.mpg-swatch-image-button.mpg-swatch__option.disabled div { border-style: solid; border-color: transparent; border-width: 1px; }

.mpg-swatch-image-button.mpg-swatch__option.disabled label { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-color: transparent; border-width: 2px; }

.mpg-swatch-image-button.mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-image-button.mpg-swatch__option.disabled { text-decoration: line-through; }

.mpg-swatch-image-button.mpg-swatch__option:hover { transform: none; }

.mpg-swatch-image-button.mpg-swatch__option:hover div { border-style: solid; border-color: rgb(119, 136, 153); border-width: 1px; }

.mpg-swatch-image-button.mpg-swatch__option:hover label { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-color: rgb(119, 136, 153); border-width: 2px; }

.mpg-swatch-image-button.mpg-swatch__option.selected div { border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; }

.mpg-swatch-image-button.mpg-swatch__option.selected label { color: rgb(0, 0, 0); background: rgb(255, 255, 255); font-weight: 500; border-style: solid; border-color: rgb(0, 0, 0); border-width: 2px; }

.mpg-swatch-image-price .mpg-swatch__label { text-align: left; }

.mpg-swatch-image-price .mpg-swatch__nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; align-items: center; }

.mpg-swatch-image-price .mpg-swatch__option { display: flex; flex-direction: column; align-items: center; border-radius: 0px; border-style: solid; border-color: rgb(211, 211, 211); border-width: 2px; cursor: pointer; transition: transform 0.2s; text-decoration: none; }

.mpg-swatch-image-price .mpg-swatch__option .mpg-swatch__option-image { width: 100px; height: calc(100px); min-width: 100px; min-height: calc(100px); background-size: cover; background-repeat: no-repeat; background-position: center center; font-size: 0px; border-top-left-radius: calc(-2px); border-top-right-radius: calc(-2px); }

.mpg-swatch-image-price .mpg-swatch__option .mpg-swatch__option-content { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 6px; background: rgb(255, 255, 255); width: 100%; max-width: 100px; box-sizing: border-box; border-bottom-left-radius: calc(-2px); border-bottom-right-radius: calc(-2px); }

.mpg-swatch-image-price .mpg-swatch__option .mpg-swatch__option-title { font-size: 14px; color: rgb(0, 0, 0); font-weight: 500; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; line-height: 1; }

.mpg-swatch-image-price .mpg-swatch__option .mpg-swatch__option-price { font-size: 12px; color: rgb(105, 105, 105); font-weight: 500; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; max-width: 100%; line-height: 1; }

.mpg-swatch-image-price .mpg-swatch__option.disabled { border-style: solid; border-color: transparent; border-width: 2px; }

.mpg-swatch-image-price .mpg-swatch__option.disabled .mpg-swatch__option-content { background: rgb(255, 255, 255); }

.mpg-swatch-image-price .mpg-swatch__option.disabled .mpg-swatch__option-title { color: rgb(0, 0, 0); font-weight: 500; }

.mpg-swatch-image-price .mpg-swatch__option.disabled .mpg-swatch__option-price { color: rgb(105, 105, 105); font-weight: 300; }

.mpg-swatch-image-price .mpg-swatch__option.disabled { opacity: 0.5; }

.mpg-swatch-image-price .mpg-swatch__option.disabled .mpg-swatch__option-title { text-decoration: line-through; }

.mpg-swatch-image-price .mpg-swatch__option:hover { transform: none; border-style: solid; border-color: rgb(119, 136, 153); border-width: 2px; }

.mpg-swatch-image-price .mpg-swatch__option:hover .mpg-swatch__option-content { background: rgb(255, 255, 255); }

.mpg-swatch-image-price .mpg-swatch__option:hover .mpg-swatch__option-title { color: rgb(0, 0, 0); font-weight: 700; }

.mpg-swatch-image-price .mpg-swatch__option:hover .mpg-swatch__option-price { color: rgb(105, 105, 105); font-weight: 700; }

.mpg-swatch-image-price .mpg-swatch__option.selected { border-style: solid; border-color: rgb(0, 0, 0); border-width: 2px; }

.mpg-swatch-image-price .mpg-swatch__option.selected .mpg-swatch__option-content { background: rgb(255, 255, 255); }

.mpg-swatch-image-price .mpg-swatch__option.selected .mpg-swatch__option-title { color: rgb(0, 0, 0); font-weight: 700; }

.mpg-swatch-image-price .mpg-swatch__option.selected .mpg-swatch__option-price { color: rgb(105, 105, 105); font-weight: 700; }

.mpg-swatch div[os-type="shopify-option"] { display: none !important; }