:root{--byo-accent: #31251d;--byo-accent-light: #F3EEE6;--byo-accent-bg: #F3EEE6;--byo-accent-10: rgba(114, 85, 65, .1);--byo-border: #E2D9CB;--byo-border-light: #E2D9CB;--byo-text: #222222;--byo-text-secondary: #725541;--byo-text-muted: #AD9E84;--byo-white: #FFFFFF;--byo-bg: #F3EEE6;--byo-error: #dc2626;--byo-error-bg: #fef2f2;--byo-error-border: #fecaca;--byo-radius-sm: 6px;--byo-radius-md: 8px;--byo-radius-lg: 12px;--byo-transition: .25s ease}.byo-header__title{font-size:18px;font-weight:700;color:var(--byo-text);margin:0 0 4px;line-height:1.3}.byo-header__subtitle{font-size:14px;color:#444;margin:0;line-height:1.4}.byo-progress{display:flex;align-items:center;gap:0;margin:20px 0 24px;border:1px solid var(--byo-border);border-radius:var(--byo-radius-lg);overflow:hidden}.byo-progress__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;min-height:38px;border:none;border-right:1px solid var(--byo-border);background:var(--byo-white);color:var(--byo-text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--byo-transition);padding:6px 14px;white-space:nowrap}.byo-progress__tab:last-child{border-right:none}.byo-progress__tab:hover:not(.byo-progress__tab--active):not(.byo-progress__tab--completed){background:var(--byo-accent-light);color:var(--byo-accent)}.byo-progress__tab:active{opacity:.9}.byo-progress__tab--active{background:var(--byo-accent);border-color:var(--byo-accent);color:var(--byo-white);font-weight:600}.byo-progress__tab--completed{background:var(--byo-accent-light);border-color:var(--byo-accent);color:var(--byo-accent);font-weight:600}.byo-progress__check{width:14px;height:14px;flex-shrink:0}.byo-step{margin-bottom:16px;transition:all var(--byo-transition)}.byo-step--pending{opacity:.5;pointer-events:none}.byo-step--pending .byo-step__pending-card{display:flex}.byo-step--pending .byo-step__content,.byo-step--pending .byo-step__header,.byo-step--active .byo-step__pending-card,.byo-step--completed .byo-step__pending-card,.byo-step--completed .byo-step__content{display:none}.byo-step--completed .byo-step__preview{display:flex}.byo-step--active .byo-step__preview{display:none}.byo-step--active .byo-step__content{display:block}.byo-step__header{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.byo-step__title{font-size:16px;font-weight:600;color:var(--byo-text);margin:0}.byo-step__required{color:var(--byo-error);font-size:16px;line-height:1}.byo-step__selection{display:none}.byo-step__helper{font-size:13px;font-style:italic;color:var(--byo-text-muted);margin:8px 0 0}.byo-step__pending-card{display:none;align-items:center;gap:10px;padding:14px 16px;background:var(--byo-bg);border-radius:var(--byo-radius-md);color:var(--byo-text-muted);font-size:14px}.byo-step__pending-num{width:24px;height:24px;border-radius:50%;background:var(--byo-border);color:var(--byo-white);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.byo-step__preview{display:none;align-items:center;gap:12px;padding:12px 16px;background:var(--byo-accent-bg);border:1px solid var(--byo-accent-10);border-radius:var(--byo-radius-lg)}.byo-step__preview-check{width:24px;height:24px;border-radius:50%;background:var(--byo-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.byo-step__preview-check svg{width:14px;height:14px;color:var(--byo-white)}.byo-step__preview-thumb{width:44px;height:44px;border-radius:var(--byo-radius-sm);object-fit:cover;flex-shrink:0}.byo-step__preview-info{flex:1;min-width:0}.byo-step__preview-label{font-size:13px;color:var(--byo-accent);margin:0}.byo-step__preview-value{font-size:14px;font-weight:600;color:var(--byo-text);margin:0}.byo-step__preview-edit{font-size:13px;color:var(--byo-text-secondary);cursor:pointer;background:none;border:none;padding:10px 14px;min-height:44px;min-width:44px;border-radius:var(--byo-radius-sm);transition:color var(--byo-transition),background var(--byo-transition);flex-shrink:0}.byo-step__preview-edit:hover{color:var(--byo-accent);background:#31251d0f}.byo-step__preview-edit:active{background:#31251d1a}.byo-step__preview-badge{width:40px;height:40px;border-radius:var(--byo-radius-sm);background:var(--byo-accent-light);border:1px solid var(--byo-accent);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--byo-accent);flex-shrink:0}.byo-color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.byo-color-grid .item_col{position:relative;padding:0;box-sizing:border-box}.byo-color-grid .item_col label{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;width:100%}.byo-color-grid .product_image{width:100%;aspect-ratio:1 / 1;border-radius:var(--byo-radius-sm);border:2px solid var(--byo-border);overflow:hidden;transition:border-color var(--byo-transition),box-shadow var(--byo-transition)}.byo-color-grid .product_image img{width:100%;height:100%;object-fit:cover;display:block}.byo-color-grid .product_title_custom{font-size:13px;color:var(--byo-text-secondary);text-align:center;max-width:100%;min-width:unset;line-height:1.3;transition:color var(--byo-transition)}.byo-color-grid .item_col label:hover .product_image{border-color:var(--byo-accent)}.byo-color-grid .item_col label:active .product_image{transform:scale(.97)}input[name=color_item]:checked+label .product_image{border-color:var(--byo-accent)!important;box-shadow:0 0 0 1px var(--byo-accent)}input[name=color_item]:checked+label .product_title_custom{color:var(--byo-accent);font-weight:700}.byo-color-grid .item_col input:disabled+label{opacity:.4;cursor:not-allowed;pointer-events:none}.animation_over{display:none!important}.animation_hover_inner{margin-top:15px;padding:30px;background:var(--byo-white);box-shadow:0 1px 3px #0000004f;border-radius:var(--byo-radius-md)}.product_image_item{width:100%}.byo-size-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.byo-size-chips .gang_item{flex-shrink:0}.gang_label{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px!important;min-width:44px;margin:0;padding:.5em 1.25em!important;border:1px solid var(--byo-border);border-radius:var(--byo-radius-md);font-family:inherit;font-size:14px;font-weight:500;line-height:1.25;color:var(--byo-text);background:var(--byo-white);cursor:pointer;transition:all var(--byo-transition);-webkit-user-select:none;user-select:none;white-space:nowrap}.gang_label:hover{border-color:var(--byo-accent)}.gang_label:active{transform:scale(.98)}.gang_item input:checked+.gang_label{border-color:var(--byo-accent)!important;box-shadow:inset 0 0 0 1px var(--byo-accent);color:var(--byo-accent);font-weight:600}.size_flex{display:none}.custom_switch_gang_flex.size_flex.active{display:flex}.byo-modules-header{font-size:16px;font-weight:600;color:var(--byo-text);margin:0 0 12px}.byo-module-accordion{border:1px solid var(--byo-border-light);border-radius:var(--byo-radius-md);overflow:hidden;margin-bottom:8px;transition:border-color var(--byo-transition)}.byo-module-accordion--expanded{border-color:transparent}.byo-module-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:12px 16px;background:none;border:none;cursor:pointer;transition:background var(--byo-transition)}.byo-module-accordion__trigger:hover{background:var(--byo-accent-light)}.byo-module-accordion__trigger:active{background:#31251d14}.byo-module-accordion__trigger-left{display:flex;align-items:center;gap:8px}.byo-module-accordion__badge{width:24px;height:24px;border-radius:50%;background:var(--byo-accent);color:var(--byo-white);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.byo-module-accordion__label{font-size:14px;font-weight:500;color:var(--byo-text)}.byo-module-accordion__value{font-size:14px;color:var(--byo-accent);font-weight:500}.byo-module-accordion__chevron{width:18px;height:18px;color:var(--byo-text-muted);transition:transform var(--byo-transition);flex-shrink:0}.byo-module-accordion--expanded .byo-module-accordion__chevron{transform:rotate(180deg)}.byo-module-accordion__body{display:none;padding:0 16px 16px}.byo-module-accordion--expanded .byo-module-accordion__body{display:block}.byo-module-grid{display:block;width:100%}.byo-module-grid .module_parent{display:grid!important;grid-template-columns:repeat(4,1fr);gap:10px;flex-wrap:unset}.byo-module-grid .item_col{position:relative;padding:0;box-sizing:border-box}.byo-module-grid .item_col label{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;width:100%}.byo-module-grid .product_image{width:100%;aspect-ratio:1 / 1;border-radius:var(--byo-radius-sm);border:2px solid var(--byo-border);overflow:hidden;transition:border-color var(--byo-transition),box-shadow var(--byo-transition)}.byo-module-grid .product_image img{width:100%;height:100%;object-fit:cover;display:block}.byo-module-grid .product_title_custom{font-size:13px;color:var(--byo-text-secondary);text-align:center;max-width:100%;min-width:unset;line-height:1.3;transition:color var(--byo-transition)}.byo-module-grid .item_col label:hover .product_image{border-color:var(--byo-accent)}.byo-module-grid .item_col label:active .product_image{transform:scale(.97)}input[name=module_1]:checked+label .product_image,input[name=module_2]:checked+label .product_image,input[name=module_3]:checked+label .product_image,input[name=module_4]:checked+label .product_image,input[name=module_5]:checked+label .product_image{border-color:var(--byo-accent)!important;box-shadow:0 0 0 1px var(--byo-accent)}input[name=module_1]:checked+label .product_title_custom,input[name=module_2]:checked+label .product_title_custom,input[name=module_3]:checked+label .product_title_custom,input[name=module_4]:checked+label .product_title_custom,input[name=module_5]:checked+label .product_title_custom{color:var(--byo-accent);font-weight:700}.byo-module-grid .item_col input:disabled+label{opacity:.4;cursor:not-allowed;pointer-events:none}.hide_module{display:none}.hide_module.active{display:block}.byo-summary{border:1px solid var(--byo-border-light);border-radius:var(--byo-radius-lg);padding:0;margin-top:16px;overflow:hidden}.byo-summary__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:16px 20px;background:none;border:none;cursor:pointer;transition:background var(--byo-transition)}.byo-summary__trigger:hover{background:var(--byo-accent-light)}.byo-summary__trigger:active{background:#31251d14}.byo-summary__trigger-left{display:flex;align-items:center;gap:6px}.byo-summary__title{font-size:16px;font-weight:600;color:#000}.byo-summary__chevron{width:16px;height:16px;color:var(--byo-text-muted);transition:transform var(--byo-transition)}.byo-summary--expanded .byo-summary__chevron{transform:rotate(180deg)}.byo-summary__total-inline{font-size:18px;font-weight:700;color:#000}.byo-summary__body{display:none;padding:0 20px 16px}.byo-summary--expanded .byo-summary__body{display:block}.byo-summary--expanded .byo-summary__total-inline{display:none}.byo-summary__line{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.byo-summary__line-label{font-size:14px;color:#444}.byo-summary__line-label--pending{font-style:italic;color:var(--byo-text-muted)}.byo-summary__line-price{font-size:14px;font-weight:600;color:#444}.byo-summary__line-price--pending{color:var(--byo-text-muted);font-weight:400}.byo-summary__divider{height:1px;background:var(--byo-border-light);margin:8px 0}.byo-summary__total-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.byo-summary__total-label{font-size:16px;font-weight:700;color:#000}.byo-summary__total-price{font-size:18px;font-weight:700;color:#000}.byo-error{display:none;align-items:center;gap:8px;padding:10px 14px;background:var(--byo-error-bg);border:1px solid var(--byo-error-border);border-radius:var(--byo-radius-md);margin-top:12px}.byo-error--visible{display:flex}.byo-error__icon{width:16px;height:16px;color:var(--byo-error);flex-shrink:0}.byo-error__text{font-size:14px;color:var(--byo-error);margin:0}.module-price-print_wraper{display:none!important}.byo-divider{height:1px;background:var(--byo-border-light);margin:16px 0}.gang_step{margin-bottom:0}.append_selected_value{margin-left:5px}.asterik{color:var(--byo-error);line-height:17px}.color_switch_variant{display:none;flex-wrap:wrap}.color_switch_variant.active{display:flex}.arrows{display:none!important}.preloader_switch{visibility:hidden;opacity:0;height:0;overflow:hidden}.custom_product_price.price{display:none}.warning_text{color:var(--byo-error)!important;font-size:14px!important;margin-top:4px}@media(max-width:768px){.byo-color-grid,.byo-module-grid{grid-template-columns:repeat(3,1fr)}.byo-color-grid .item_col label img,.byo-module-grid .item_col label img{width:100%;height:100%}.byo-color-grid .product_title_custom{font-size:12px}.animation_over{display:none!important}.arrows{width:44px;height:44px;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.arrows svg{width:20px;height:20px}.arrows:after{content:unset}.product_image{border:2px solid rgba(0,0,0,.12)}.byo-step__preview-thumb,.byo-step__preview-badge{width:36px;height:36px}}@media(min-width:769px){.byo-color-grid .item_col:hover{z-index:9}.byo-color-grid .item_col{width:fit-content;height:fit-content}.byo-color-grid .item_col label,.byo-color-grid .product_image{width:100%}.byo-color-grid .product_image img{width:100%;height:100%}}.color_swiper,.module_swiper{width:100%}@media(min-width:769px){.color_swiper{overflow:unset;z-index:7}.module_swiper{width:100%;overflow:unset;z-index:0}.color_swiper .arrows{display:none}}@media(min-width:769px){.index-module1{z-index:6}.index-module2{z-index:5}.index-module3{z-index:4}.index-module4{z-index:3}.index-module5{z-index:2}}.byo-progress__tab:focus-visible,.gang_label:focus-visible,.byo-step__preview-edit:focus-visible,.byo-module-accordion__trigger:focus-visible,.byo-summary__trigger:focus-visible{outline:2px solid var(--byo-accent);outline-offset:2px}.byo-color-grid .item_col label:focus-within .product_image,.byo-module-grid .item_col label:focus-within .product_image{outline:2px solid var(--byo-accent);outline-offset:2px}.hidden{display:none!important}.module_order-main_head,.before-show-list-wraper,.after-show-list-wraper,.module_order_head_area{display:none}
/*# sourceMappingURL=/cdn/shop/t/232/assets/custom_options_bundle.css.map */
