.pept-x-catalog{--px-black:#707070;--px-white:#fffaff;--px-blue:#3c6997;--px-transparent-blue:rgba(0,63,116,0.3);--px-light-blue:#02adb4;--px-btn-bg:linear-gradient(155deg,rgba(2,173,180,0.3) 0%,rgba(0,63,116,0.3) 100%),var(--px-blue);--px-radius:30px;position:relative;font-family:var(--font-manrope),sans-serif;color:var(--px-black);background-color:var(--px-white)}.pept-x-catalog .catalog-top{padding:60px 0;position:relative}.pept-x-catalog .catalog-top__inner{display:flex;flex-direction:column;gap:32px;width:100%}.pept-x-catalog .catalog-top__head{display:flex;flex-direction:column;gap:8px}.pept-x-catalog .catalog-top__breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--px-blue)}.pept-x-catalog .catalog-top__crumb{color:var(--px-blue);text-decoration:none;transition:opacity .5s;font-size:14px;line-height:1.4}.pept-x-catalog .catalog-top__crumb:hover{opacity:.8}.pept-x-catalog .catalog-top__crumb--current{pointer-events:none}.pept-x-catalog .catalog-top__sep{color:var(--px-blue)}.pept-x-catalog .filter{width:100%;display:flex;align-items:center;justify-content:flex-start}.pept-x-catalog .catalog-sort__select{position:relative;width:100%;max-width:320px}.pept-x-catalog .catalog-sort__trigger{width:100%;min-height:48px;border:1px solid var(--px-transparent-blue);border-radius:14px;background:var(--px-btn-bg);color:var(--px-white);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;cursor:pointer;transition:.3s ease;font-size:15px;font-weight:500;box-shadow:0 6px 18px rgba(25,19,8,.08);backdrop-filter:blur(6px)}.pept-x-catalog .catalog-sort__trigger:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(25,19,8,.12)}.pept-x-catalog .catalog-sort__trigger:focus{outline:none;border-color:var(--px-light-blue);box-shadow:0 0 0 3px rgba(2,173,180,.2)}.pept-x-catalog .catalog-sort__trigger-arrow{width:10px;height:10px;border-right:2px solid var(--px-white);border-bottom:2px solid var(--px-white);transform:rotate(45deg);transition:transform .3s ease;flex-shrink:0;margin-top:-4px}.pept-x-catalog .catalog-sort__select.is-open .catalog-sort__trigger-arrow{transform:rotate(225deg);margin-top:4px}.pept-x-catalog .catalog-sort__dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:var(--px-white);border:1px solid rgba(60,105,151,.15);border-radius:14px;box-shadow:0 12px 30px rgba(25,19,8,.12);z-index:100;display:none;overflow:hidden}.pept-x-catalog .catalog-sort__select.is-open .catalog-sort__dropdown{display:block}.pept-x-catalog .catalog-sort__option{width:100%;padding:13px 16px;font-size:15px;color:var(--px-black);background:transparent;border:0;text-align:left;cursor:pointer}.pept-x-catalog .catalog-sort__option:hover{background:rgba(2,173,180,.08)}.pept-x-catalog .catalog-sort__option.is-selected{background:rgba(2,173,180,.12);color:var(--px-blue);font-weight:600}.pept-x-catalog .catalog__track{display:grid;grid-template-columns:repeat(4,280px);gap:32px 20px;width:100%;align-items:start}.pept-x-catalog .catalog__error{width:100%;text-align:center;padding:48px 16px}.pept-x-catalog .catalog__error-text{margin:0;color:var(--px-black);font-size:24px;line-height:1.4;font-weight:500}.pept-x-catalog .catalog__products{display:flex;flex-direction:column;gap:32px;width:100%}.pept-x-catalog .catalog__pagination{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.pept-x-catalog .catalog__pagination-meta{margin:0;color:var(--px-gray,#707070)}.pept-x-catalog .additional{font-size:14px;font-weight:400;line-height:1.4}.pept-x-catalog .additional-mini{font-size:12px;font-weight:400;line-height:1.4;text-decoration:none}.pept-x-catalog .main{font-size:16px;font-weight:400;line-height:1.4}.pept-x-catalog .product-card{height:100%;border-radius:var(--px-radius);background:var(--px-white);position:relative;display:flex;flex-direction:column;gap:12px;flex:0 0 auto;align-items:flex-start;overflow:visible}.pept-x-catalog .product-card .data_info{width:100%;height:auto;display:flex;flex-direction:column;gap:3px;text-decoration:none}.pept-x-catalog .product-card__body{width:100%;display:flex;flex-direction:column;gap:8px;flex:1}.pept-x-catalog .product-card__sku{margin:0;color:rgba(112,112,112,.85)}.pept-x-catalog .product-card__info{display:flex;flex-direction:column;gap:4px;text-decoration:none}.pept-x-catalog .product-card__media{position:relative;width:100%;height:420px;border-radius:var(--px-radius);overflow:hidden;display:block;flex-shrink:0}.pept-x-catalog .product-card__badges{position:absolute;top:10px;left:10px;right:10px;z-index:2;display:flex;flex-wrap:wrap;gap:8px 6px;align-items:flex-start;pointer-events:none}.pept-x-catalog .product-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;font-size:12px;line-height:1.1;font-weight:700;letter-spacing:.02em;color:var(--px-white);border-radius:var(--px-radius);white-space:normal;max-width:100%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 14px rgba(25,19,8,.18);border:1px solid rgba(255,250,255,.18)}.pept-x-catalog .product-badge--hit{background:linear-gradient(135deg,#008a07,#008a07)}.pept-x-catalog .product-badge--popular{background:linear-gradient(135deg,var(--px-blue) 0,#274d73 100%)}.pept-x-catalog .product-badge--choice{background:linear-gradient(135deg,var(--px-light-blue) 0,#02848a 100%)}.pept-x-catalog .product-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;background:transparent}.pept-x-catalog .product-card__img--placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#707070;font-size:2rem}.pept-x-catalog .product-card__price{font-size:18px;text-align:left;color:var(--px-black)}.pept-x-catalog .product-card__name{color:var(--px-black);line-height:20px;font-size:16px;text-align:left;min-height:calc(20px * 2)}.pept-x-catalog .product-card__meta{display:flex;flex-direction:column;gap:2px;width:100%}.pept-x-catalog .product-card__dosages{display:block;margin:0;padding:0;font-size:13px;font-weight:400;line-height:1.3;color:#707070;text-align:left;visibility:visible;opacity:1}.pept-x-catalog .product-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;width:250px;max-width:100%;position:relative;z-index:3;overflow:visible}.pept-x-catalog .product-card__actions--expanded{width:100%;max-width:250px}.pept-x-catalog .product-card__btn{padding:12px 32px;border-radius:var(--px-radius);display:inline-flex;justify-content:center;transition:opacity .8s;text-decoration:none;cursor:pointer;font-size:16px;font-weight:500;box-sizing:border-box;border:1px solid var(--px-blue);background:linear-gradient(135deg,#5a89b8,#3c6997 50%,#284a6b)!important;color:var(--px-white)}.pept-x-catalog .product-card__btn,.pept-x-catalog .product-card__btn .main{align-items:center;gap:5px;width:-moz-max-content;width:max-content;max-width:100%}.pept-x-catalog .product-card__btn .main{display:flex}.pept-x-catalog .product-card__btn .main svg{width:20px;height:20px;flex-shrink:0}.pept-x-catalog .product-card__btn--primary{border:1px solid var(--px-blue);background:var(--px-blue);color:var(--px-white)}.pept-x-catalog .product-card .shop_one_click{font-size:16px;line-height:1.2;display:inline-flex;align-items:center;justify-content:flex-start;gap:3px;color:var(--px-blue);text-decoration:none;width:-moz-max-content;width:max-content;max-width:100%;height:auto;background:transparent;border:0;padding:0;margin:0;cursor:pointer;box-shadow:none}.pept-x-catalog .product-card .shop_one_click svg{width:18px;height:18px;flex-shrink:0}.pept-x-catalog .product-card .shop_one_click:disabled{opacity:.6;cursor:default}.pept-x-catalog .product-card .shop_one_click:hover{opacity:.7}.pept-x-catalog .product-card__btn:hover{opacity:.6}.pept-x-catalog .product-card__btn:disabled{opacity:.6;cursor:default}.pept-x-catalog .product-card__purchase-form{display:flex;flex-direction:column;gap:8px;width:100%}.pept-x-catalog .product-card__purchase-form--row{gap:8px}.pept-x-catalog .product-card__purchase-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;max-width:250px}.pept-x-catalog .product-card__purchase-field{display:flex;flex-direction:column;gap:4px;width:100%}.pept-x-catalog .product-card__purchase-label{display:none}.pept-x-catalog .product-card__dosage-select{flex:1 1 auto;min-width:4.75rem;width:auto;max-width:none;height:36px;padding:0 32px 0 10px;border:1px solid var(--px-blue);border-radius:calc(var(--px-radius) / 2);background-color:#fff;color:var(--px-blue);font-size:14px;line-height:1;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke='%233C6997'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:18px;cursor:pointer}.pept-x-catalog .product-card__dosage-select:disabled{opacity:1;cursor:default;color:var(--px-blue)}.pept-x-catalog .product-card__dosage-select:focus{outline:none}.pept-x-catalog .product-card__purchase-qty{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;border:0;border-radius:0;overflow:visible;width:auto;background:transparent}.pept-x-catalog .product-card__qty-btn{width:36px;height:36px;border:1px solid rgba(112,112,112,.28);border-radius:8px;background:#f3f3f3;color:var(--px-black);font-size:18px;line-height:1;cursor:pointer;flex-shrink:0}.pept-x-catalog .product-card__qty-btn:disabled{opacity:.4;cursor:default}.pept-x-catalog .product-card__qty-value{min-width:28px;text-align:center;font-size:15px;color:var(--px-black);line-height:36px}.pept-x-catalog .product-card__purchase-price{display:none}.pept-x-catalog .product-card__btn--expanded{width:100%;max-width:250px;justify-content:center}.pept-x-catalog .product-card__btn .main--expanded{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;max-width:100%}.pept-x-catalog .product-card__purchase-error{margin:0;color:#b42318}.pept-x-catalog .product-card--skeleton{pointer-events:none}.pept-x-catalog .product-card__media--skeleton{background:linear-gradient(90deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.04) 75%);background-size:200% 100%;animation:pept-x-catalog-shimmer 1.2s infinite}.pept-x-catalog .product-card__name--skeleton,.pept-x-catalog .product-card__price--skeleton{height:16px;border-radius:8px;background:rgba(0,0,0,.06);width:70%}.pept-x-catalog .product-card__name--skeleton{width:90%}@keyframes pept-x-catalog-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1319px){.pept-x-catalog .catalog-top{padding-top:24px}.pept-x-catalog .catalog__track{grid-template-columns:repeat(4,1fr)}.pept-x-catalog .product-card{height:auto}.pept-x-catalog .product-card__img{-o-object-fit:contain;object-fit:contain}.pept-x-catalog .product-card__actions{width:100%}.pept-x-catalog .product-card__media{width:100%;max-width:100%;height:180px}}@media (max-width:767px){.pept-x-catalog .catalog-sort__select{max-width:100%}.pept-x-catalog .catalog-sort__trigger{min-height:auto;padding:5px 10px;font-size:14px;border-radius:var(--px-radius)}.pept-x-catalog .catalog-sort__option{padding:14px;font-size:14px}}@media (max-width:600px){.pept-x-catalog .catalog-top{padding:20px 0 24px}.pept-x-catalog .catalog-top__inner{gap:24px}.pept-x-catalog .product-card{padding:12px;height:auto}.pept-x-catalog .product-card__media{height:140px;background:transparent;border:0;box-shadow:none}.pept-x-catalog .product-card__img{background:transparent}.pept-x-catalog .product-card__btn{padding:8px 10px;width:100%}.pept-x-catalog .catalog__track{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px 0}}@media (max-width:500px){.pept-x-catalog .product-card{padding:0;height:auto;width:calc(50% - 5px)}.pept-x-catalog .product-card__media{height:180px;background:transparent;border:0;box-shadow:none}.pept-x-catalog .product-card__badges{top:8px;left:8px;right:8px;gap:6px}.pept-x-catalog .product-badge{min-height:24px;padding:5px 8px;font-size:11px;border-radius:999px}.pept-x-catalog .product-card__img{-o-object-fit:cover;object-fit:cover}.pept-x-catalog .product-card__actions{margin-top:0;min-width:0;width:100%}.pept-x-catalog .product-card__purchase-row{flex-direction:column;align-items:stretch;gap:8px;max-width:100%}.pept-x-catalog .product-card__dosage-select{width:100%;min-width:0;height:40px;font-size:16px;padding:5px 36px 5px 10px;background-position:right 10px center;background-size:20px}.pept-x-catalog .product-card__purchase-qty{width:100%;justify-content:space-between}.pept-x-catalog .product-card__qty-btn{width:40px;height:40px;font-size:18px}.pept-x-catalog .product-card__qty-value{min-width:28px;line-height:40px;font-size:16px}.pept-x-catalog .product-card__btn--expanded{max-width:100%;width:100%;padding:10px 12px}.pept-x-catalog .product-card__actions--expanded{max-width:100%}.pept-x-catalog .catalog-sort__select{max-width:100%;width:180px}}