.custom-services{display:flex;flex-direction:column;gap:15px;width:100%;position:relative;background-color:#fff;border-radius:0 0 8px 8px;padding:0 0 15px}.custom-services-inner-wrapper{overflow:hidden;padding:0 15px}.btn{font-family:var(--harmonia-sans);border:0;background-color:transparent;cursor:pointer}.custom-services-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:15px}.custom-services-heading__title{font-size:16px;font-weight:700;line-height:1;color:#222;margin:0}.custom-services-heading__show-more{font-family:var(--font-harmonia);font-size:14px;font-weight:400;line-height:1;color:#00afff}.custom-service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(336px,1fr));gap:18px;max-height:86px;overflow:hidden;list-style:none;padding:0 15px;margin:0;transition:max-height .3s ease-in-out}.custom-service-list.js-open{max-height:1000px}.custom-service{width:100%;padding:15px;border-radius:8px;border:1px solid #f0f0f0;background-color:#fff;display:grid;grid-template-columns:20px 1fr 14px;align-items:center;gap:8px;cursor:pointer}.custom-service-preview img{pointer-events:none}.custom-service-info{display:flex;flex-direction:column;gap:6px;width:auto}.custom-service:hover,.custom-service:focus,.custom-service:hover .custom-service__add-btn,.custom-service:focus .custom-service__add-btn{border-color:var(--base-color-blue)}.custom-service-info__title{font-size:14px;font-weight:400;line-height:16px;color:#222;margin:0;grid-area:1 / 1 / 2 / -1}.custom-service-info .custom-service-info__title:hover{color:#00aeff}.custom-service-price{display:flex;flex-direction:column;justify-content:flex-end}.custom-service-gift{display:flex;align-items:center;gap:4px;font-size:14px;line-height:1;color:#222}.custom-service-price .product-price{display:flex;align-items:center;gap:4px;font-size:14px;line-height:1;color:#222}.custom-service-price .product-price .nowrap{display:flex;align-items:center;font-weight:400}.custom-service-price .product-price .old{gap:4px;margin:0}.custom-service-gift .custom-service-gift__sale-label,.custom-service-price .product-price.sale-percent .sale{display:flex;justify-content:center;align-items:center;font-size:10px;height:15px;border-radius:4px;line-height:1;font-weight:700;background-color:#ff445f;color:#fff;padding:0 4px;margin:0}.custom-service__add-btn{display:flex;width:14px;height:14px;padding:0;flex-shrink:0;border-radius:2px;border:1px solid #222;background-color:#fff;margin:auto 0;position:relative}.custom-service__add-btn:before,.custom-service__add-btn:after{position:absolute;content:'';background-color:transparent;border-radius:2px}.custom-service__add-btn:before{width:5px;height:1px;top:6px;left:1px;transform:rotate(45deg)}.custom-service__add-btn:after{transform:rotate(-45deg);width:7px;height:1px;top:5px;left:4px}.custom-service.js-active .custom-service__add-btn{border-color:#00afff;background-color:#00afff}.custom-service.js-active .custom-service__add-btn:before,.custom-service.js-active .custom-service__add-btn:after{background-color:white}.custom-services-heading__show-all{display:none}@media(max-width:767px){.custom-services{gap:8px}.custom-services-heading{padding:15px}.custom-services-heading__title{font-size:16px}.custom-services-heading__show-more{display:none}.custom-service-list{grid-template-columns:repeat(auto-fit,minmax(236px,1fr));gap:8px;padding:0 8px}.custom-services-heading__show-all{width:calc(100% - 16px);display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:400;line-height:1;border-radius:8px;background-color:#fafafa;color:#00afff;padding:14px 0;margin:0 auto}.custom-service-gift .custom-service-gift__sale-label,.custom-service-price .product-price.sale-percent .sale{font-size:12px;height:15px}}@media(max-width:511px){.custom-service-list{max-height:148px}}