nav#uncomplicated-breadcrumbs{display:none}#fc-gifting{width:100%;max-width:calc(1280px + 2rem);margin:0 auto;padding:5rem 1rem 8rem}.fc-gifting_hero{width:100%;padding:2rem 1rem 10rem;max-width:1000px;display:flex;flex-direction:column;gap:2rem;margin:0 auto}.fc-gifting_hero h1{font-size:3rem;text-align:center;margin:0}.fc-gifting_hero p{font-size:1.5rem;text-align:center;width:80%;margin:0 auto}.fc-gifting_content{display:flex;gap:4rem;max-width:900px;margin:0 auto;justify-content:space-between}.fc-gifting_content_left{width:55%;display:flex;flex-direction:column;gap:3rem}.fc-gifting_content_left_title{margin:0}.fc-gifting_content_right{width:45%;padding:0 2rem;display:flex;flex-direction:column;gap:0rem}.fc-gifting_product_card{width:100%;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;box-shadow:0 0 20px 10px #0000001a}.fc-gifting_product_card.open .fc-gifting_product_card_options{display:flex}.fc-gifting_product_card.open .fc-gifting_product_card_toggle{display:none}.fc-gifting_product_card:not(:last-child){margin-bottom:2rem}.fc-gifting_product_card_image{width:100%;height:190px;position:relative}.fc-gifting_product_card_image img{width:100%;height:100%;object-fit:cover}.fc-gifting_product_card_image_overlay{width:100%;height:100%;position:absolute;display:block!important;background-color:#00000052}.fc-gifting_product_card_title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-text-fill-color:white;-webkit-text-stroke:2px;margin:0;font-size:4.5rem;width:100%;text-align:center}.fc-gifting_product_card_pill{position:absolute;left:1rem;top:1rem;background-color:#fff;padding:.35rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;z-index:1}.fc-gifting_product_card_pill span{color:#0a2a34;font-size:1.2rem}.fc-gifting_product_card_options{display:flex;flex-direction:column;gap:2rem;padding:1.5rem 1.5rem 2rem;display:none}.fc-gifting_product_card_option{display:flex;justify-content:space-between;align-items:center;background:transparent;border:1px solid #CACACA;padding:1rem 2rem;border-radius:5px;cursor:pointer}.fc-gifting_product_card_option_info{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.fc-gifting_product_card_option_info p,.fc-gifting_product_card_option_info strong{text-align:left;margin:0;color:#000!important}.fc-gifting_product_card_option_info p{color:#242424;font-size:1.3rem}.fc-gifting_product_card_option_price{display:flex;align-items:center;gap:1.5rem;color:#000!important}.fc-gifting_product_card_option_price span{font-size:1.8rem;color:#000!important}.fc-gifting_product_card_option_radio{display:flex;align-items:center;justify-content:center;border:1px solid #CACACA;border-radius:50%;width:20px;height:20px}.fc-gifting_product_card_option_radio .outline{stroke:transparent;fill:transparent}.fc-gifting_product_card_option_radio svg{display:none}.fc-gifting_product_card_option.selected{border:none;outline:2px solid #98C93C;outline-offset:0px;background-color:#98c93c1a;animation:outlineOffsetAnimation .3s ease-out forwards}@keyframes outlineOffsetAnimation{0%{outline-offset:-2px}50%{outline-offset:2px}to{outline-offset:0px}}.fc-gifting_product_card_option.selected .fc-gifting_product_card_option_radio{background-color:#98c93c;border-color:#98c93c}.fc-gifting_product_card_option.selected .fc-gifting_product_card_option_radio{animation:radioExpand .5s cubic-bezier(.34,1.56,.64,1)}@keyframes radioExpand{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.fc-gifting_product_card_option.selected .fc-gifting_product_card_option_radio svg{display:block;stroke:#fff;fill:#fff}.fc-gifting_product_card_toggle{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;cursor:pointer}.fc-gifting_product_card_toggle_upper{display:flex;justify-content:space-between;padding:0 2rem 1rem;border-bottom:1px solid #CACACA}.fc-gifting_product_card_toggle_upper_price{display:flex;flex-direction:column}.fc-gifting_product_card_toggle_upper_title{font-size:1.25rem}.fc-gifting_product_card_toggle_upper_min_price{font-size:3rem;font-weight:700;color:#000}.fc-gifting_product_card_toggle_upper_free{display:flex;align-items:flex-end;gap:.5rem}.fc-gifting_product_card_toggle_upper_free_title{font-size:1.5rem}.fc-gifting_product_card_toggle_lower{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.fc-gifting_product_card_toggle_lower span{margin:0;font-size:1.5rem}.fc-gifting_form{display:flex;flex-direction:column;gap:2rem}.fc-gifting-form-group{display:flex;flex-direction:column;gap:1rem}.fc-gifting-form_item{display:flex;flex-direction:column;gap:.5rem}.fc-gifting-form_item small{font-size:1.2rem;color:var(--atlas-input-error);display:none}.fc-gifting_form input{padding:1.5rem 1rem;border:1px solid #CACACA;border-radius:5px;font-family:var(--font-body-family)}.fc-gifting_form input.error{border-color:#dc2626;background-color:#fef2f2}.fc-gifting-form_item .error-message{color:#dc2626;font-size:1.2rem;margin-top:.25rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.fc-gifting_form textarea{padding:1.5rem 1rem;border:1px solid #CACACA;border-radius:5px;font-family:var(--font-body-family)}.fc-gifting_form_actions{display:flex;flex-direction:column;gap:1rem;margin-top:4rem}.fc-gifting_add_to_cart_button{background-color:#98c93c;color:#000;padding:1.75rem 1rem;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem}.fc-gifting_add_to_cart_button:disabled{background-color:#ccc;cursor:not-allowed}.fc-gifting_add_to_cart_button:hover{opacity:.9}.fc-gifting_add_to_cart_button strong{font-size:1.75rem;line-height:1}.fc-gifting_add_to_cart_button span{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:1.25rem}.fc-gifting_payment_methods{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:0rem}@media (max-width: 768px){#fc-gifting{padding:3rem 1rem 5rem}.fc-gifting_hero{padding:1.5rem 1rem 6rem;gap:1.5rem}.fc-gifting_hero h1{font-size:2.5rem}.fc-gifting_hero p{font-size:1.25rem;width:90%}.fc-gifting_content{flex-direction:column;gap:3rem}.fc-gifting_content_left{width:100%;gap:2rem}.fc-gifting_content_right{width:100%;padding:0}.fc-gifting_product_card_image{height:160px}.fc-gifting_product_card_title{font-size:3.5rem}.fc-gifting_product_card_options{padding:1.25rem 1.25rem 1.75rem;gap:1.5rem}.fc-gifting_product_card_option{padding:.875rem 1.5rem}.fc-gifting_product_card_option_info p{font-size:1.15rem}.fc-gifting_product_card_option_price span{font-size:1.6rem}.fc-gifting_product_card_toggle_upper{padding:0 1.5rem .875rem}.fc-gifting_product_card_toggle_upper_min_price{font-size:2.5rem}.fc-gifting_product_card_toggle_upper_free_title{font-size:1.3rem}.fc-gifting_product_card_toggle_lower{padding:0 1.5rem}.fc-gifting_product_card_toggle_lower span{font-size:1.3rem}.fc-gifting_form{gap:1.5rem}.fc-gifting_form_actions{margin-top:3rem}.fc-gifting_add_to_cart_button strong{font-size:1.5rem}.fc-gifting_add_to_cart_button span{font-size:1.15rem}}@media (max-width: 480px){#fc-gifting{padding:2rem .75rem 4rem}.fc-gifting_hero{padding:1rem .5rem 4rem;gap:1.25rem}.fc-gifting_hero h1{line-height:1.2}.fc-gifting_hero p{width:95%}.fc-gifting_content{gap:2rem}.fc-gifting_content_left{gap:1.5rem;padding:0 1rem}.fc-gifting_content_left_title{font-size:1.5rem}.fc-gifting_product_card{border-radius:8px}.fc-gifting_product_card:not(:last-child){margin-bottom:1.5rem}.fc-gifting_product_card_image{height:140px}.fc-gifting_product_card_title{font-size:2.5rem;-webkit-text-stroke:1.5px}.fc-gifting_product_card_pill{left:.75rem;top:.75rem;padding:.25rem 1rem;font-size:.75rem}.fc-gifting_product_card_pill span{font-size:1rem}.fc-gifting_product_card_options{padding:1rem 1rem 1.5rem;gap:1.25rem}.fc-gifting_product_card_option_price{justify-content:space-between}.fc-gifting_product_card_option_price span{font-size:1.4rem}.fc-gifting_product_card_toggle_upper{padding:0 1rem .75rem;flex-direction:column;gap:1rem;align-items:flex-start}.fc-gifting_product_card_toggle_upper_free_title{font-size:1.15rem}.fc-gifting_product_card_toggle_lower{padding:0 1rem}.fc-gifting_form{gap:1.25rem;padding:0 1rem}.fc-gifting-form-group{gap:.875rem}.fc-gifting_form input,.fc-gifting_form textarea{padding:1.25rem .875rem}.fc-gifting_form_actions{margin-top:2rem;padding:0 1rem}.fc-gifting_add_to_cart_button{padding:1.5rem .875rem;gap:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/fc-gifting.css.map */
