.fc__container{color:#3b2b20;max-width:100%;box-sizing:border-box;font-family:inherit;margin-bottom:2rem}.fc__form-wrapper{display:flex;flex-direction:column;gap:24px}.fc__container-title{font-size:16px;font-weight:600;margin:0 0 4px;color:#3b2b20;font-family:inherit}.fc__grid-row{display:grid;grid-template-columns:1fr 1.5fr;gap:20px}.fc__field{display:flex;flex-direction:column}.fc__label{display:block;font-size:13px;font-weight:500;margin-bottom:8px;color:#3b2b20}.fc__input-wrapper{position:relative;width:100%}.fc__input{width:100%;padding:14px 16px;border:1px solid #e0d8d0;border-radius:8px;background-color:#fff;font-size:14px;color:#3b2b20;box-sizing:border-box;outline:none;transition:border-color .2s ease;font-family:inherit}.fc__input:focus{border-color:#6a4c3a}.fc__input::placeholder{color:#a19a95}.fc__input-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.fc__size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fc__size-card{cursor:pointer;position:relative}.fc__radio-hidden{position:absolute;opacity:0;width:0;height:0}.fc__size-content{border:1px solid #e0d8d0;border-radius:8px;padding:12px 4px;text-align:center;background:#fff;transition:all .2s ease;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.fc__size-card input[type=radio]:checked+.fc__size-content{border-color:#6a4c3a;background-color:#fcfaf8;box-shadow:inset 0 0 0 1px #6a4c3a}.fc__size-title{display:block;font-size:14px;font-weight:500;color:#3b2b20}.fc__size-desc{display:block;font-size:11px;color:#7a6e65;margin-top:2px}.fc__size-check{position:absolute;bottom:-4px;right:-4px;display:none;background:#fff;border-radius:50%}.fc__size-card input[type=radio]:checked~.fc__size-check{display:block}.fc__notification-banner{display:flex;align-items:flex-start;background-color:#f2f1ec;border-radius:8px;padding:16px;gap:12px}.fc__notification-icon{flex-shrink:0;margin-top:2px}.fc__notification-text{margin:0;font-size:13px;line-height:1.5;color:#3b2b20}.fc__phase-card{display:flex;background:#f4f5f0;border-radius:12px;padding:20px;gap:24px;border:1px solid #e8e9e4}.fc__phase-left,.fc__phase-right{display:flex;gap:16px;flex:1 1 calc(50% - 24px)}.fc__phase-divider{width:1px;background-color:#dcded8;margin:0}.fc__phase-avatar{background:#fff;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #e0e0e0}.fc-price-wrapper .price__sale{display:block}.fc__phase-avatar-img{width:100%;height:100%;object-fit:cover}.product-subtitle-icon .fc__phase-avatar-img{max-width:3rem}.fc__phase-icon-calendar{flex-shrink:0;margin-top:4px}.fc__phase-content{display:flex;flex-direction:column}.fc__phase-subtitle{font-size:12px;color:#5a5a5a;margin:0 0 4px}.fc-phase-info,.main-product-fc .product_fc_price .fc-price-wrapper{display:none}.fc__phase-title{font-size:16px;margin:0 0 6px;display:flex;align-items:center;gap:10px;font-weight:600;color:#333}.fc__phase-badge{background:#dcded8;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500;width:fit-content;color:#333;margin-bottom:5px}.fc__phase-desc,.fc-dynamic-petInfo{font-size:13px;color:#5a5a5a;margin:0;line-height:1.4}.fc__next-phase-title{font-size:15px;font-weight:600;color:#333;margin:0 0 4px}.fc__next-phase-desc{font-size:13px;color:#5a5a5a;margin:0;line-height:1.4}.fc-phase-info.last-phase .fc__phase-divider,.fc-phase-info.last-phase .fc__phase-right{display:none}.fc__options-title{display:block;font-size:14px;font-weight:600;margin-bottom:12px;color:#3b2b20}.fc__options-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc__option-card{border:1px solid #e0d8d0;border-radius:12px;padding:20px;cursor:pointer;position:relative;transition:all .2s ease}.fc__option-abo{background-color:#f4f5f0;border-color:#cdd3c7}.fc__option-onetime{background-color:#faf9f7}.fc__option-card:has(input:checked){border-color:#6a4c3a;box-shadow:inset 0 0 0 1px #6a4c3a}.fc__badge-best{position:absolute;top:-12px;right:20px;background:#a3ad96;color:#fff;font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600}.fc__option-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:15px}.fc__radio-custom{position:relative;width:18px;height:18px;flex-shrink:0}.fc__radio-custom input[type=radio]{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer;z-index:2;margin:0}.fc__radio-circle{position:absolute;top:0;left:0;width:18px;height:18px;border:2px solid #ccc;border-radius:50%;box-sizing:border-box;transition:all .2s}.fc__radio-custom input[type=radio]:checked+.fc__radio-circle{border-color:#6a4c3a}.fc__radio-custom input[type=radio]:checked+.fc__radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#6a4c3a;border-radius:50%}.fc__option-list{list-style:none;padding:0;margin:0}.fc__option-list li{font-size:13px;color:#4a4a4a;margin-bottom:8px;padding-left:24px;position:relative;line-height:1.4}.fc__option-list li:before{content:"";position:absolute;left:0;top:4px;width:12px;height:8px;border-left:1.5px solid #333;border-bottom:1.5px solid #333;transform:rotate(-45deg)}@media(max-width:1100px){.fc__grid-row{grid-template-columns:1fr;gap:24px}.fc__phase-card{flex-direction:column;gap:20px}.fc__phase-divider{width:100%;height:1px}.fc__options-grid{grid-template-columns:1fr;gap:16px}.fc__badge-best{right:16px}}.fc__dynamic-features-bar{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;width:100%}.fc__dynamic-features-bar .fc__d-feature-item{display:flex;align-items:center;gap:1rem;lex:0 0 auto}.fc__dynamic-features-bar .fc__d-feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc__dynamic-features-bar .fc__d-feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.fc__dynamic-features-bar .fc__d-feature-text{line-height:1.35;color:var(--text, #1a2333);font-weight:500;text-align:left}.fc__dynamic-features-bar .fc__d-feature-text span{display:block}@media(max-width:1390px){.fc__dynamic-features-bar{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.fc__dynamic-features-bar{flex-wrap:wrap}.fc__dynamic-features-bar .fc__d-feature-item{flex:1 1 calc(50% - 1rem);min-width:200px;justify-content:flex-start;padding:.5rem 0}.fc__dynamic-features-bar .fc__d-feature-item:not(:last-child){border-right:none;padding-right:0}}@media(max-width:480px){.fc__dynamic-features-bar{grid-template-columns:1fr}.fc__dynamic-features-bar .fc__d-feature-item{width:100%;flex:1 1 100%;padding-bottom:.75rem}}variant-selects,.variant-selects,.product-form__input--dropdown,.product-form__variants,.product-form__input[name=selling_plan]{display:none!important}.dynamic-features-bar{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:0;width:100%;background:#fff}.buy-bottom-dynamic-features-bar{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:0;width:100%;background:#fff}.d-feature-item{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:10px 0;position:relative}.d-feature-icon{flex-shrink:0;width:28px!important;height:28px!important;display:flex;align-items:center;justify-content:center}.d-feature-item:not(:last-child):after{content:"";position:absolute;top:50%;right:12px;transform:translateY(-50%);width:1px;height:30px;background:#e5ddd7}.buy-bottom-dynamic-features-bar .d-feature-item:not(:last-child):after{content:"";position:absolute;top:50%;right:45px;transform:translateY(-50%);width:1px;height:30px;background:#e5ddd7}.d-feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.d-feature-text{display:flex;flex-direction:column;line-height:1.25;color:#4a2b22;text-align:left}.d-feature-text span{display:block;font-size:14px!important;font-weight:500;white-space:nowrap}.fc__calendar-bg{width:50px;height:50px;border-radius:50%;background:#e8e8db;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc__calendar-bg svg{width:26px;height:26px;color:#444}.product-title-desktop{margin:0}@media screen and (min-width:1580px){.d-feature-item:not(:last-child):after{right:25px}}@media(max-width:1330px){.dynamic-features-bar{grid-template-columns:repeat(2,1fr);border:none}.buy-bottom-dynamic-features-bar{grid-template-columns:repeat(2,1fr)}.d-feature-item:after{display:none}}@media(max-width:768px){.d-feature-item{justify-content:flex-start;padding:14px 0}.d-feature-item:after{display:none}.d-feature-text span{white-space:normal}.d-feature-icon{width:28px!important;height:28px!important}}.product-subtitle-badge{display:inline-flex;align-items:center;gap:8px;padding-bottom:10px;border-radius:4px;background:#fff;margin-bottom:1.5rem}.product__title{margin-bottom:2rem}.product-subtitle-icon{display:flex;align-items:center;color:#8d5b46}.product-subtitle-text{font-size:15px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8d5b46;line-height:1}.fc__heading_phase-badge{background:none;font-size:17px;font-weight:500;color:#77844a;padding:0}@media screen and (min-width:750px){.product-gallery .thumbnail-slider .thumbnail-list.slider--tablet-up{justify-content:center}.product-gallery .slider-button{background:#7e3f27;border-radius:50%}.product-gallery .slider-button .icon{color:#fff!important}}@media screen and (min-width:1300px){.product-form.fc__product-form{padding-top:2.6rem!important;margin-bottom:0!important;padding-bottom:0!important}.fc_custom_price .price__container{margin-left:auto}}@media(max-width:749px){.product-subtitle-badge{padding:5px 8px 5px 0;margin-bottom:10px}.product-subtitle-text{font-size:11px;letter-spacing:1.5px}}.price-item.price-item--regular{color:#7e3f27}.price-item.price-item--sale{font-size:30px;color:#7e3f27;font-weight:600}@media(max-width:1300px){.product_fc_price{flex-direction:column!important;align-items:flex-start!important;gap:5px}}.fc-one-time-box{position:relative;border:1px solid #ddd6cf;border-radius:12px;padding:28px 20px 18px;margin:30px 0 15px!important;background:#fff}.fc-one-time-box__label{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:#fff;padding:0 14px;font-size:13px;font-weight:700;letter-spacing:1px;color:#6d5b5299;text-transform:uppercase}.fc-one-time-box__content{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}.fc-one-time-box__icon{display:flex;align-items:center;justify-content:center;font-size:20px;color:#7e3f27;line-height:1}.fc-one-time-box__icon img{margin-right:10px}.fc-one-time-box__text{display:flex;flex-direction:column;align-items:flex-start}.fc-one-time-box__title{font-size:16px;font-weight:600;color:#7e3f27;text-decoration:underline;line-height:1.3}.fc-one-time-box__desc{margin:4px 0 0;font-size:14px;color:#5f5f5f;line-height:1.4}@media(max-width:1290px){.fc__phase-left,.fc__phase-right{flex-direction:column}.fc-phase-info span#fc-current-phase-name{font-size:15px}}@media(max-width:768px){.dynamic-features-bar .d-feature-text span{font-size:13px!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/fetch-club.css.map */
