.easyfix-product-options {
        display: none;
        margin: 12px 0 14px;
        padding: 12px;
        border-radius: 18px;
        background:
          radial-gradient(
            circle at 14% 0%,
            rgba(255, 255, 255, 0.16),
            transparent 32%
          ),
          linear-gradient(
            135deg,
            rgba(13, 20, 34, 0.94),
            rgba(38, 18, 64, 0.94),
            rgba(8, 12, 22, 0.96)
          );
        border: 1px solid rgba(216, 180, 254, 0.28);
        box-shadow:
          0 10px 24px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255, 255, 255, 0.08);
      }

      .easyfix-option-group {
        margin-bottom: 12px;
      }

      .easyfix-option-group:last-child {
        margin-bottom: 0;
      }

      .easyfix-option-title {
        font-size: 12px;
        font-weight: 900;
        color: #f4eaff;
        margin-bottom: 7px;
      }

      .easyfix-option-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
      }

      .easyfix-option-btn {
        margin: 0 !important;
        padding: 8px 10px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        background: linear-gradient(
          135deg,
          #151922,
          #252b33,
          #111827
        ) !important;
        color: white !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        cursor: pointer !important;
        box-shadow:
          0 5px 14px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
        transition: 0.22s ease !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
      }

      .easyfix-option-btn:hover {
        transform: translateY(-1px) scale(1.03);
        border-color: rgba(216, 180, 254, 0.55) !important;
      }

      .easyfix-option-btn.active {
        background:
          radial-gradient(
            circle at 18% 0%,
            rgba(255, 255, 255, 0.75) 0 1px,
            transparent 28%
          ),
          linear-gradient(
            135deg,
            #eadcff 0%,
            #d8b4fe 20%,
            #b45cff 48%,
            #8b35ff 72%,
            #5b21b6 100%
          ) !important;
        color: white !important;
        border-color: rgba(232, 213, 255, 0.9) !important;
        box-shadow:
          0 8px 20px rgba(124, 58, 237, 0.34),
          0 0 18px rgba(180, 92, 255, 0.22),
          inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
      }

      .easyfix-option-name {
        line-height: 1;
      }

      .easyfix-option-stock {
        display: inline-flex;
        align-items: center;
        padding: 2px 6px;
        border-radius: 999px;
        background: #eafaf0;
        color: #166534;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        white-space: nowrap;
      }

      .easyfix-option-stock.stock-status-out-of-stock {
        background: #f3f4f6;
        color: #4b5563;
      }

      .easyfix-option-stock.stock-status-preorder {
        background: #fff7d6;
        color: #92400e;
      }

      .easyfix-option-price {
        display: inline-block;
        margin-left: 6px;
        padding: 2px 6px;
        border-radius: 999px;
        background: rgba(255, 215, 0, 0.92);
        color: #2d1700;
        font-size: 10px;
        font-weight: 900;
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.25);
      }

      .easyfix-option-hint {
        margin-top: 8px;
        font-size: 11px;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.62);
        font-weight: 800;
      }

      .easyfix-cart-option-line {
        margin-top: 4px;
        color: #d8b4fe;
        font-size: 12px;
        font-weight: 900;
      }

      @media (max-width: 600px) {
        .easyfix-product-options {
          padding: 10px;
          border-radius: 15px;
        }

        .easyfix-option-btn {
          padding: 8px 10px !important;
          font-size: 11px !important;
        }
      }

      .product-breadcrumb-link {
        background: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #d8b4fe !important;
        font-weight: 900 !important;
        cursor: pointer !important;
        text-decoration: underline !important;
      }

      .product-breadcrumb-link:hover {
        color: white !important;
      }

      /* ===== EasyFix: нормальный адаптив для суженного браузера / планшета ===== */

      @media (min-width: 761px) and (max-width: 1280px) {
        :root {
          --easyfix-sidebar-width: 250px;
          --easyfix-header-height: 112px;
          --easyfix-top-line-height: 120px;
          --easyfix-parts-notice-height: 46px;
        }

        header {
          grid-template-columns: auto minmax(260px, 1fr) auto !important;
          grid-template-areas:
            "ef-left ef-search ef-right"
            "ef-slogan ef-slogan ef-slogan" !important;
          gap: 10px 12px !important;
          padding: 10px 14px !important;
          align-items: center !important;
        }

        header .left-head {
          grid-area: ef-left !important;
          width: auto !important;
          min-width: 0 !important;
          flex-wrap: nowrap !important;
          justify-content: flex-start !important;
        }

        header .search-box {
          grid-area: ef-search !important;
          width: 100% !important;
          min-width: 0 !important;
          justify-self: stretch !important;
        }

        header .search {
          width: 100% !important;
          max-width: none !important;
          min-width: 0 !important;
          height: 40px !important;
          box-sizing: border-box !important;
        }

        header .search-btn {
          height: 40px !important;
          min-width: 92px !important;
          padding: 0 16px !important;
          box-sizing: border-box !important;
        }

        header .right-head {
          grid-area: ef-right !important;
          width: auto !important;
          min-width: 0 !important;
          justify-content: flex-end !important;
          flex-wrap: nowrap !important;
          gap: 6px !important;
        }

        header .cooperation-btn,
        header .contacts-btn,
        header .account-btn,
        header .cart {
          height: 40px !important;
          min-height: 40px !important;
          padding: 0 10px !important;
          font-size: 12px !important;
          border-radius: 12px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          box-sizing: border-box !important;
          white-space: nowrap !important;
        }

        header .contacts-box {
          display: flex !important;
        }

        header .slogan-head {
          grid-area: ef-slogan !important;
          justify-self: start !important;
          width: auto !important;
          max-width: 100% !important;
          white-space: nowrap !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
          font-size: 13px !important;
        }

        .top-line {
          min-height: auto !important;
          padding: 10px !important;
        }

        .top-products {
          grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
          gap: 3px !important;
        }

        .products {
          grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        }
      }

      /* ===== EasyFix: промежуток между планшетом и телефоном ===== */

      @media (min-width: 601px) and (max-width: 760px) {
        header {
          grid-template-columns: 1fr auto !important;
          grid-template-areas:
            "ef-left ef-right"
            "ef-search ef-search"
            "ef-slogan ef-slogan" !important;
          gap: 8px !important;
          padding: 9px 10px !important;
        }

        header .left-head {
          grid-area: ef-left !important;
          justify-content: flex-start !important;
          min-width: 0 !important;
        }

        header .right-head {
          grid-area: ef-right !important;
          justify-content: flex-end !important;
          gap: 6px !important;
        }

        header .search-box {
          grid-area: ef-search !important;
          width: 100% !important;
        }

        header .search {
          width: 100% !important;
          max-width: none !important;
          min-width: 0 !important;
          height: 40px !important;
        }

        header .search-btn {
          height: 40px !important;
          min-width: 90px !important;
        }

        header .slogan-head {
          grid-area: ef-slogan !important;
          justify-self: start !important;
          max-width: 100% !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
        }

        .top-products {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        }

        .top-line {
          width: 100%;
          margin-left: 0;
        }

        .layout {
          display: block;
          padding-left: 0;
        }

        .side-cats {
          width: 100%;
          position: static;
          display: flex;
          flex-direction: row;
          overflow-x: auto;
          overflow-y: hidden;
          gap: 8px;
          padding: 10px;
          box-sizing: border-box;
          scrollbar-width: none;
        }

        .side-cats::-webkit-scrollbar {
          display: none;
        }

        .side-cats .cat {
          min-width: 170px;
          width: auto;
          flex-shrink: 0;
        }
      }

      .product-card-img {
        opacity: 1 !important;
        animation: none !important;
        background: transparent !important;
        transition: none !important;
      }

      #productPageMainImg {
        opacity: 1 !important;
        animation: none !important;
        background: #fff !important;
        transition: none !important;
      }

      .products .card .card-stock {
        display: none;
      }

      @media (max-width: 600px) {
        .products {
          display: grid;
          grid-template-columns: 1fr;
          gap: 0;
          padding: 0;
        }

        .products .card {
          display: grid;
          grid-template-columns: 150px minmax(0, 1fr);
          grid-template-rows: auto auto auto 1fr;
          column-gap: 14px;
          row-gap: 4px;

          width: 100%;
          min-height: 150px;
          height: auto;

          padding: 12px 12px;
          border-radius: 0;
          box-shadow: none;
          border-left: 0;
          border-right: 0;
          border-top: 1px solid #e5e7eb;
          border-bottom: 1px solid #e5e7eb;

          background: #fff;
          color: #151923;

          text-align: left;
          align-items: start;
          overflow: hidden;
        }

        .products .card img,
        .products .card img.product-card-img {
          grid-column: 1;
          grid-row: 1 / 5;

          width: 150px;
          height: 150px;
          min-height: 150px;
          max-height: 150px;

          object-fit: contain;
          object-position: center;

          border: 0;
          border-radius: 0;
          background: transparent;
          box-shadow: none;
          flex: none;
        }

        .products .card h3 {
          grid-column: 2;
          grid-row: 1;

          margin: 0;
          padding: 0;

          font-size: 11.5px;
          line-height: 1.06;
          font-weight: 900;
          text-align: left;

          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
        }

        .products .card .price {
          grid-column: 2;
          grid-row: 2;

          margin: 8px 0 0;
          padding: 0;

          font-size: 10px;
          line-height: 1;
          font-weight: 900;
          text-align: left;
          color: #151923;
          text-shadow: none;
        }

        .products .card .card-stock {
          grid-column: 2;
          grid-row: 3;

          display: flex;
          width: max-content;
          max-width: 100%;
          align-items: center;
          justify-self: start;

          margin: 4px 0 0;
          margin-left: 0;
          padding: 3px 6px;

          border-radius: 999px;
          background: #eafaf0;
          border: 1px solid #b7efc8;
          color: #1f9d5a;

          font-size: 10px;
          font-weight: 900;
          line-height: 1;
          white-space: nowrap;
        }

        .products .card .card-stock.stock-status-out-of-stock {
          background: #fff1f2;
          border-color: #fecdd3;
          color: #e11d48;
        }

        .products .card .card-stock.stock-status-preorder {
          background: #fff7ed;
          border-color: #fed7aa;
          color: #ea580c;
        }

        .products .card .card-desc {
          display: block;
          grid-column: 2;
          grid-row: 4;

          margin: 6px 0 0;
          padding: 0;

          font-size: 10px;
          line-height: 1.08;
          color: #667085;
          text-align: left;

          max-height: 54px;
          overflow: hidden;
        }

        .products .card .card-actions {
          display: none;
        }

        .products .card .free-card-badge {
          position: absolute;
          top: 138px;
          left: 135px;
          right: auto;
          z-index: 8;

          display: inline-flex;
          align-items: center;
          justify-content: center;

          width: 26px;
          height: 22px;
          padding: 0;
          margin: 0;

          border-radius: 999px;
          background: #f97316;
          color: #fff;

          font-size: 0;
          line-height: 1;
          box-shadow: 0 4px 10px rgba(249, 115, 22, 0.22);
          pointer-events: none;
        }

        .products .card .free-card-badge svg {
          width: 15px;
          height: 15px;
          flex: 0 0 auto;
        }

        .products .card .free-card-badge span {
          display: none;
        }

        .products .card .no-vat-card-badge {
          position: absolute;
          top: 14px;
          left: 128px;
          right: auto;
          z-index: 9;
          width: 32px;
          height: 20px;
          padding: 0;
          border-radius: 999px;
        }

        .products .card .no-vat-card-badge svg {
          width: 28px;
          height: 16px;
        }

        .products .card:has(.free-card-badge) h3 {
          padding-right: 0;
        }
      }

      /* FIX: центрирование нижней строки продавца в футере */
      .footer-bottom.easyfix-seller-footer {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px auto 0 !important;
        padding: 12px 16px 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
      }

      .easyfix-seller-line {
        width: 100% !important;
        max-width: 1600px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px 18px !important;
        text-align: center !important;
      }

      .easyfix-seller-line span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
      }

      .easyfix-footer-rights {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
      }

      @media (max-width: 600px) {
        .footer-bottom.easyfix-seller-footer {
          padding: 10px 10px 0 !important;
        }

        .easyfix-seller-line {
          gap: 6px 10px !important;
          font-size: 11px !important;
        }

        .easyfix-seller-line span {
          white-space: normal !important;
        }
      }
