@charset "utf-8";

.CheckboxSelection_container__GtjUo { display: grid; grid-template-columns: 1fr; gap: 0.5rem; width: 100%; }

.CheckboxSelection_option__QrJkU { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px inset; cursor: pointer; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 1.5rem; border-radius: 0.5rem; display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.5rem; align-items: start; transition: 0.2s ease-out; }

.CheckboxSelection_option__QrJkU[data-selected="true"] { box-shadow: rgb(0, 56, 255) 0px 0px 0px 2px inset; }

.CheckboxSelection_checkbox__7xRSL { margin-top: 0.375rem; pointer-events: none; }

.CheckboxSelection_icon_list__jgOIF { list-style: none; padding: 0px; display: grid; grid-template-columns: 1fr; gap: 0.5rem; margin: 1rem 0px; }

.CheckboxSelection_icon_row__4tILo { display: grid; grid-template-columns: 1rem 1fr; align-items: center; gap: 0.5rem; }

.CheckboxSelection_icon_row__4tILo p { color: rgb(99, 99, 99); }

.CheckboxSelection_title__ACWxl { display: block; }

.CheckboxSelection_description__AzVzB { display: block; color: rgb(99, 99, 99); }

.CheckboxSelection_modal_trigger__mq_1a { color: rgb(99, 99, 99); text-decoration: underline; cursor: pointer; margin-top: 0.5rem; }

.CheckboxSelection_shipping_text__55KEZ { color: rgb(99, 99, 99); }

.CheckboxWithCardsSelector_container__eO_h0 { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 20px; border-radius: 8px; box-shadow: rgb(211, 211, 211) 0px 0px 0px 1px inset; }

.CheckboxWithCardsSelector_top_section__wFdtg { display: flex; gap: 0.9rem; align-items: center; padding-block-end: 12px; }

.CheckboxWithCardsSelector_price__Ypv4J { display: flex; gap: 0.4rem; align-items: center; }

.CheckboxWithCardsSelector_price__Ypv4J del { color: rgb(99, 99, 99); text-decoration: line-through; }

.CheckboxWithCardsSelector_product_name__VeKoj { flex: 1 1 0%; }

.CheckboxWithCardsSelector_description_section__KGuRB { padding-block: 0px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; min-height: 80px; }

@media (max-width: 1023px) {
  .CheckboxWithCardsSelector_description_section__KGuRB { grid-template-columns: 1fr; }
}

.CheckboxWithCardsSelector_description_section__KGuRB p { color: rgb(99, 99, 99); }

.CheckboxWithCardsSelector_image__aB8gj { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: 120px; margin-top: -60px; }

.CheckboxWithCardsSelector_image__aB8gj img { position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; object-fit: cover; object-position: right center; }

@media (max-width: 1023px) {
  .CheckboxWithCardsSelector_image__aB8gj { display: none; }
}

.CheckboxWithCardsSelector_secondary_selector_groups_wrapper__oO7J2 { transition: max-height var(--transition-duration) ease-in-out,visibility var(--transition-duration) ease-in-out; overflow: hidden; }

.CheckboxWithCardsSelector_secondary_selector_groups_wrapper__oO7J2[data-visible="true"][data-transition-complete="true"] { overflow: visible; }

.CheckboxWithCardsSelector_secondary_selector_group__0cXsC { border-top: 1px solid rgb(211, 211, 211); padding-block: 16px; display: flex; flex-direction: column; gap: 12px; }

.CheckboxWithCardsSelector_learn_more_button__v_MwI { margin-block-start: 12px; color: rgb(24, 98, 255); text-decoration: underline; }

.CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy { display: grid; grid-template-columns: auto 1fr; gap: 10px; }

.CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy[data-has-image="true"] { grid-template-columns: 1.3fr 1fr; gap: 2rem; }

.CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy[data-has-image="true"] picture { position: relative; }

.CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy[data-has-image="true"] img { position: absolute; inset: 0px; height: 100%; object-position: right center; }

@media (max-width: 1023px) {
  .CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy[data-has-image="true"] { grid-template-columns: 1fr; }
  .CheckboxWithCardsSelector_secondary_checkbox_selector__ErGCy[data-has-image="true"] picture { display: none; }
}

.CheckboxWithCardsSelector_secondary_label__9jStQ { margin-block-end: 4px; font-weight: 500; }

.CheckboxWithCardsSelector_secondary_description__eW6OW { color: rgb(99, 99, 99); }

.CheckboxWithCardsSelector_checklist__t_3zr { list-style: none; margin: 0.5rem 0px 0.2rem; display: flex; flex-direction: column; gap: 0.25rem; }

.CheckboxWithCardsSelector_checklist__t_3zr li { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem; align-items: start; color: rgb(99, 99, 99); }

.CheckboxWithCardsSelector_checklist__t_3zr li > p { word-break: break-word; hyphens: auto; overflow-wrap: anywhere; -webkit-line-break: after-white-space; }

.CheckboxWithCardsSelector_label_wrapper__05uba { display: flex; gap: 10px; }

.CheckboxWithCardsSelector_label_wrapper__05uba > span { width: 1rem; flex-shrink: 0; }

.CheckboxWithCardsSelector_mobile_image__239OJ { display: none; }

@media (max-width: 1023px) {
  .CheckboxWithCardsSelector_mobile_image__239OJ { margin: -20px -20px 20px; width: calc(100% + 40px); display: block; background-color: rgb(242, 242, 242); border-radius: 8px 8px 0px 0px; padding: 20px; }
}

.CheckboxWithCardsSelector_main_selector__mhE_U { display: flex; flex-direction: column; gap: 15px; padding: 0px; border-top: 1px solid rgb(211, 211, 211); transition: max-height var(--transition-duration) ease-in-out,visibility var(--transition-duration) ease-in-out,padding var(--transition-duration) ease-in-out; overflow: hidden; }

.CheckboxWithCardsSelector_main_selector__mhE_U[data-visible="true"] { padding-bottom: 15px; padding-top: 15px; }

.CheckboxWithCardsSelector_main_selector__mhE_U[data-visible="true"][data-transition-complete="true"] { overflow: visible; }

.CheckboxWithCardsSelector_main_selector__mhE_U .CheckboxWithCardsSelector_sub_element__x8PYE { display: flex; flex-direction: column; gap: 15px; }

.CheckboxWithCardsSelector_main_selector__mhE_U .CheckboxWithCardsSelector_sub_element__x8PYE .CheckboxWithCardsSelector_dropdown_wrapper__J4kX1 { display: flex; gap: 0px; position: relative; }

.CheckboxWithCardsSelector_main_selector__mhE_U .CheckboxWithCardsSelector_sub_element__x8PYE .CheckboxWithCardsSelector_dropdown_wrapper__J4kX1 > div { max-width: calc(100% - 85px); min-width: 0px; }

@media (max-width: 599px) {
  .CheckboxWithCardsSelector_main_selector__mhE_U .CheckboxWithCardsSelector_sub_element__x8PYE .CheckboxWithCardsSelector_dropdown_wrapper__J4kX1 > div { max-width: 100%; }
}

.CheckboxWithCardsSelector_main_selector__mhE_U .CheckboxWithCardsSelector_sub_element__x8PYE .CheckboxWithCardsSelector_dropdown_wrapper__J4kX1 > button { color: rgb(24, 98, 255); text-decoration: underline; min-width: 85px; }

.CheckboxWithCardsSelector_options__LHXkZ { display: flex; gap: 1rem; opacity: 0.5; pointer-events: none; cursor: not-allowed; }

.CheckboxWithCardsSelector_options__LHXkZ.CheckboxWithCardsSelector_enabled__Gu_ML { opacity: 1; pointer-events: all; cursor: pointer; }

.CheckboxWithCardsSelector_options__LHXkZ.CheckboxWithCardsSelector_enabled__Gu_ML > .CheckboxWithCardsSelector_option__j5Rqz.CheckboxWithCardsSelector_selected__fllAc { box-shadow: rgb(65, 88, 238) 0px 0px 0px 2px inset; background-color: rgb(241, 243, 254); }

.CheckboxWithCardsSelector_options__LHXkZ > .CheckboxWithCardsSelector_option__j5Rqz { flex: 1 1 0%; border-radius: 8px; height: 50px; padding: 0px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgb(211, 211, 211); }

.CheckboxWithCardsSelector_options__LHXkZ > .CheckboxWithCardsSelector_option__j5Rqz p { font-weight: 500; color: rgb(0, 0, 0); }

.SideNav_container__68xJV { position: relative; list-style: none; margin: 0px; padding: 0px; display: grid; grid-template-columns: 1fr; width: 2rem; max-height: 20rem; gap: 0.25rem; }

.SideNav_slice__LG2cU { min-height: 3rem; }

.SideNav_button__xTBBK { width: 100%; height: 100%; display: grid !important; }

.SideNav_button__xTBBK:focus-visible .SideNav_button_interior__aNKjp, .SideNav_button__xTBBK:hover .SideNav_button_interior__aNKjp { scale: 1.1; }

.SideNav_button__xTBBK:active .SideNav_button_interior__aNKjp { scale: 0.95; }

.SideNav_button__xTBBK > span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0.25rem 0px; }

.SideNav_button_interior__aNKjp { display: block; background: rgb(0, 0, 0); width: 2px; height: 100%; transition: 0.1s ease-out; }